/* CSS Document */

body {
	margin-top:30px;
	background-color:#C8C8C8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
.but {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	display:block;
	background-color: #E9E9E9;
	height:23px;
	line-height:23px;
	width:100%;
	}

a.but:hover {
	background-color: #0099CC;
	color:#FFFFFF;
	}

.para {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	}
	
.blue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555555;
	text-decoration:none;
	font-weight:normal;
	padding:4px;
	}
	
.redhedr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #990000;
	text-decoration:none;
	font-weight:bold;
	}
	
a.redhedr:hover {
	color: #000000;
	}
	
.whthedr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px;
	}
	
.btmlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	}
	
.btmlink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:normal;
	}

.contact {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
	}
a.contact {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	text-decoration: underline;
	font-weight:normal;
	}
