#navmenu {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
#navmenu a {
	text-decoration: none;
}

.navhighlight {
	background-color: #608FC3;
}

.navhighlight a{
	color: #FFFFFF;
}

.navnormal{
	background-color: #CADDEC;
	color: #3D6895;
}

.navnormal a{
	color: #3D6895;
}

.maintitle{
    color: #485574; 
    font-size: 16px; 
    font-family: Arial; 
    font-weight: bold; 
    margin-left: 20px; 
    margin-top: 30px; 
    margin-bottom: 30px;
}

.maintitlenobold{
    color: #485574; 
    font-size: 16px; 
    font-family: Arial; 
    margin-left: 20px; 
    margin-top: 30px; 
    margin-bottom: 30px;
}

.maincontent{
    color: #404040; 
    font-size: 13px; 
    font-family: Arial; 
    margin-left: 50px; 
    margin-right: 50px;
}

a{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	/*text-transform: uppercase;*/
	color: #495d90;
	text-decoration: none;
	background-position: center;
	text-align: left;
	cursor: pointer;
	
}
a:hover{
font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	/*text-transform: uppercase;*/
	color: #495d90;
	text-decoration:underline;
	background-position: center;
	text-align: left;
	cursor: pointer;
	

}

