/* Style Sheet for Yenius Web Designs
*
*
*	Created by:
*
*	Yenius Web Designs
*	10909 Yonge St., Suite 105
* 	Richmond Hill, Ontario
*	L4C 3E3
*
*
*/

/* ======== tag definitions ======== */

A  {text-decoration: none;}
H1 {font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	color: navy;
	font-weight: bold;
	}	
	
H3 {font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	}
	
.main { /*used with the main text; same as paragraph*/
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	color: black;
	font-weight:normal;
	}

.mainbold { /*used to bold text within a paragraph*/
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	}	
	
.mainboldwhite { /*used to bold text within a paragraph*/
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	}	

.mainboldsilver { /*used to accent elements*/
	font-family: verdana,arial,sans-serif;
	font-size: 14pt;
	color: #808080;
	font-weight: bold;
	}		
	
.highlight12green {
	font-family: verdana,arial,sans-serif;
	font-size: 12pt;
	color: #00cc00;
	font-weight: bold;	
	}	
	
.greenhighlight12 { /*used to highlight headings*/
	font-family: verdana,arial,sans-serif;
	font-size: 12pt;
	color: #8b905a;
	font-weight: bold;
	}		
	
.lightgreenhighlight12 { /*used to highlight headings*/
	font-family: verdana,arial,sans-serif;
	font-size: 12pt;
	color: #d0ff00;
	font-weight: bold;
	}	
	
.small7 {
	font-family: verdana,arial,sans-serif;
	font-size: 7pt;
	}	
	
.small {
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	}	
	
.smallwhite {
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: normal;
	}	
	
.smallbold {
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	}	
	
.small9 {
	font-family: verdana,arial,sans-serif;
	font-size: 9pt;
	}	

.small9bold {
	font-family: verdana,arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}

