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

body{
	font-family:  Tahoma, Verdana, sans-serif;	
	color:#fff;
	font-size: 100%;

}

h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h1, h2, h3, h4, h5{ color:#fff;margin:2px;font-weight:normal;}

h1 span{font-size:80%;}
h1 span a{font-size:80%;font-weight:normal;}

dl,p, ul, ol, td, th { font-size: 80%; }

div.section, div.sectionWithTitle, div.sectionNoBox{ font-size:100%; }
div.section p, div.sectionWithTitle ul{ font-size:100%; }

th{line-height:normal;}
/* Styles needed to avoid some of the inheritance issues caused by styles above.*/
ul ul { font-size: 100%; }
td p { font-size: 100%; } 

p{
	line-height:normal;
	padding:3px;
}

form p{
	line-height:default;
}

div#footerLeft, div#footerRight{
	font-size:80%;
}

a{color:#66ccff;}
a:hover{color:#fff;}

div.cb_white_med a{color:#2259a0;}
div.cb_white_med a:hover{color:#000;}



div#pageTitle{
	color:#597cb2;
	margin-bottom:8px;
	width:740px;
	float:left;
	height:40px;
	padding-left:10px;
	padding-top:5px;
}

div#pageTitle h1{
	display:inline;
	float:left;
}

p#breadcrumbs{
	padding-left:30px;
}

ul.arrowList li{
	font-size:80%;
}
