/* 
File:		fontStyle.css
Author:	Parag Jagdale of Un-identified LLC. (www.un-identified.com)
Purpose:	Defines all general fonts
*/

body{

	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	color:#fff
}

h1 { font-size: 118%; }
h2 { font-size: 105%; }
h3 { font-size: 98%; }
h4 { font-size: 85%; }
h5 { font-size: 80%; }
p,span,  ul, ol, td, th, label , dl { font-size: 80%; }
	
h1{ margin:2px 8px 16px 8px; color:#fff;}
body.profile h1 {color:#1e1e1f; font-size:28px; margin:15px 0 10px 0;}
h1 span, h1 a{ color:#000; font-size:50%;}
h2 span, h2 a{ color:#000; font-size:75%;}
h3 span, h3 a{ color:#000; font-size:75%;}
h2{ margin:2px 8px 16px 0px; color:#fff;}
body.profile h2 {color:#525252;}
h3{ margin:0px; color:#fff;}

h1 a, h2 a, h3 a{ white-space:nowrap;  }

/* Styles needed to avoid some of the inheritance issues caused by styles above.*/
ul ul { font-size: 100%; }
li p, li li p, li li li p{font-size: 100%;}
li a, li li a, li li li a{font-size: 100%;}

td p, td a, p a , td a{ font-size: 100%; } 
td td, td td td, td td td td{ font-size: 100%; } /* Take care of fonts for 3 nested tables */
td label { font-size:100%;}
td h5, td h3, td h2 { font-size: 100%; }
ol li label {font-size:100%;}
form fieldset legend { color:#336699; font-size:85%; font-weight:bold; }

p{
	line-height:21px;
}
form p{
	line-height:default;
}
a{
	font-size:80%;	
}
a:link{
	color:#336699;
}
a:hover{
	color:#ff0000;
}

#footer{color:#666;}
#footer a{color:#666;}
#footer a:hover{color:#ff0000;}
#footer p {float:right; font-size:12px; font-weight:normal; margin:20px 20px 0 0;}