.navigation{
	font-family: arial;
	font-size: 12px;
	color: white;
}

.navigation a{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: white;
}

.navigation a:visited{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: white;
}

.navigation a:hover{
	text-decoration: underline;
	color: white;
}




.bodytext{
	font-family: arial;
	font-size: 12px;
	color: black;
}

.bodytext a{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	color: #333399;
}

.bodytext a:hover{
	text-decoration: underline;
	color: #6666cc;
}



.bottom{
	font-family: arial;
	font-size: 12px;
	color: white;
}

.bottom a{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #99cc99;
}

.bottom a:hover{
	text-decoration: underline;
	color: #99cc99;
}




.smbodytext{
	font-family: arial;
	font-size: 11px;
	color: black;
}

.smbodytext a{
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	color: #333399;
}

.smbodytext a:hover{
	text-decoration: underline;
	color: #6666cc;
}

.h1header {
	color: #800000;
	font-size: 20px;
}

.success {
	border: 1px solid #006600; 
	background-color: #00CC66; 
	padding: 10px; 
	margin-bottom: 5px; 
	font-weight: bold; 
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}