/* CSS Document */
body{
margin:0px;
background-color:#000000;
}

.topbg {
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	height: 119px;
	
}

.navigationbg {
	background-image:url(../images/navi_bg.jpg);
	background-repeat:repeat-x;
	height: 36px;
}

.greylinebg {
	background-image:url(../images/grey_line.jpg);
	background-repeat:repeat-x;
	height: 1px;
}

.footerbg {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	height: 26px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	
	
}

.navigation {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-style:normal;
}
	

.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	
}

.normaltextblue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003265;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
	
}

.normaltextblue1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
	
}

.normaltextblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	
}

.normaltext1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
		
}


.heading {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
		
}

.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
		
}









