/* 
Author:	Parag Jagdale of Un-identified.com
File:		fontStyle.css
Purpose:	Defines all general fonts
*/

body{

	font-family: Verdana, Tahoma, sans-serif;
	color:#666;
}

h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 100%; }
h4 { font-size: 85%; }
h5 { font-size: 80%; }
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:21px;
}

form p{
	line-height:default;
}

div#footerLeft, div#footerRight{
	font-size:80%;
}

a{
	color:#336699;
}

ul#menuContent a{
	font-size:120%;
}

ul#menuContent ul a{
	font-size:95%;
}


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%;
}

