/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
	
h1 {
	color:#cc0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	padding-bottom:2px;
	text-align:left;
	width: 475px;
	padding-top:5px;
	border-bottom: 1px solid #cc0000;
	}
	
h2 {
	color:#cc0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	padding-bottom:2px;
	padding-top:5px;
	}
	

h3 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	padding-bottom:2px;
	padding-top:5px;
	
}


p{
margin:0;
}
	
hr {border: none 0;
border-top: 1px solid #cc0000;/*the border*/
width: 504px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
padding-bottom:5px;
margin-bottom:5px;
}
	
ul {
	margin:5px 0 5px 5px;
	padding:0 0 0 0;
	list-style:none;
	list-style-image:none;
	}
	
a {
	color: #00664c;
	text-decoration:underline;
	}
	
a:hover {
	color:#339966;
	text-decoration:underline;
	}
	
input,select,option,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555;
	}
	
.errortext {
	margin:5px;
	border:2px solid darkred;
	background:#efeff1;
	padding:5px;
	font-weight:bold;
	color:darkred;
	}
	
.errortext h4 {
	text-transform:uppercase;
	padding:0;
	margin:0;
	}
	
.errortext p {
	padding:0;
	margin:0;
	}
.tabletext {
font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	text-decoration:none; 
	font-weight:normal;
	padding-bottom:1px;
	padding-top:2px;
}

