.navigation {
	background-color: #003366;
	border: thin double #CCCCCC;
	margin: 3px;
	padding: 3px;
	color: #FFFFFF;

}
body {
	color: #303060;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
a:link, a:visited, a:active  
{text-decoration:none; 
 color:#011459}

a:hover 
{text-decoration:underline;
 color:#FFBF13}

td {
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

input {
	border: 1px solid #303060;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: black;
	background: #CCCCCC;
}

input:hover {
	border: 1px solid white;
}

textarea {
	border: 1px solid #303060;
	font-size: 11px;
	color: black;
	background: #CCCCCC;
}

textarea:hover {
	border: 1px solid white;
}

select {
	border: 1px solid #303060;
	font-size: 11px;
	color: black;
	background: #CCCCCC;
}

select:hover {
	border: 1px solid white;
}

small {
	font-size:10px;
}

.bodymenutop {
	border-top: 2px solid #011459;
	border-right: 2px none #011459;
	border-bottom: 2px none #011459;
	border-left: 2px none #011459;
	background-color: #CCCCCC;


}
.bodyl {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #011459;

}
.bodyr {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #011459;

}
.bodybot {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #011459;
}
