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

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

H1 {font-family: verdana, arial;
	font-size: 10pt;
	}

H2 {font-family: verdana, arial;
	font-size: 12pt;
	}


H3 {font-family: verdana, arial;
	font-size: 10pt;
	}

	
P {	
	font-family: verdana, arial;
	font-size: 10pt;
	}	

/*LI {color: navy;} list bullet is blue*/

A {text-decoration: none;}
/* 
A:link		{ color: green; }
A:visited	{ color: maroon; }
A:active	{ color: #ffb300; }
A:hover 	{ color: #ffb300; }
*/
/* ======== class definitions ======== */

.main { /*used with the main text; same as paragraph*/
	font-family: verdana,arial;
	font-size: 10pt;
	color: black;
	}
	
.maingreen { /*used with the main text; same as paragraph*/
	font-family: verdana,arial;
	font-size: 10pt;
	color: green;
	}	
	
.mainburntorange { /*used with the main text; same as paragraph*/
	font-family: verdana,arial;
	font-size: 10pt;
	color: #cc6600;
	}		

.mainmaroon { /*used with the main text; same as paragraph*/
	font-family: verdana,arial;
	font-size: 10pt;
	color: maroon;
	}		
	
.mainbold { /*used to bold text within a paragraph*/
	font-family: verdana,arial;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	}	
	
.highlight { /*used to highlight in NAVY*/
	font-family: verdana,arial;
	font-size: 10pt;
	color: navy;
	}
	
.highlightbold { /*used to highlight in NAVY*/
	font-family: verdana,arial;
	font-size: 10pt;
	color: navy;
	font-weight: bold;
	}	

.highlight A {
	text-decoration: none;
	}	
	
.sub { /*typically used with h3 to create it in black*/
	font-size: 10pt;
	color: black;
	}

.lighttextbold { /*beige text for dark backgrounds*/	
	font-family: verdana,arial;
	font-size: 10pt;
	color: #E0CFB4;
	font-weight: bold;
	}
	
.lighttextbold12 { /*beige text in 12 point for dark backgrounds*/	
	font-family: verdana,arial;
	font-size: 12pt;
	color: #E0CFB4;
	font-weight: bold;
	}	
	
.underline A {text-decoration: underline;}	

.small { /*used to draw attention*/
	font-family: verdana, arial;
	font-size: 8pt;
	color: black;
	}

.small9	{ /*used to draw attention*/
	font-family: verdana, arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	}
	
.smallbold	{ /*used to draw attention*/
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	}	
	
.small7	{ /*used to draw attention*/
	font-family: arial;
	font-size: 7pt;
	font-weight: normal;
	color: black;
	}