body {
	font-family: arial;
	color: #041D81;
	font-size: 16px;
	background-color: #041D81;
}

p {
	font-family: arial;
	color: #041D81;
	font-size: 16px;
}

tex {
	font-family: arial;
	color: #041D81;
	font-size: 16px;
}

#headline {
	color: #041D81;
	font-family: arial;
	text-align: center;
	font-size: 18px;
}


table {
	background-color: white;
}

/* The whole menu */
#menu {
	position: absolute;
	font-family: sans-serif;
	display: none;
}

/* Dark Blue = 041D81 */


/* Each menu name */

#menu li {
	float: left;
	list-style-type: none;
	width: 150px;
	font-size: 12px;
	background-color: #041D81;
	border: 0px solid black;
	text-indent: 8px; 
	/*margin-left: 0px;*/
	font-weight: bold;
	
} 
/* Each main menu link */
#menu li a{
	color: white;
	text-decoration: none;
	width: 100%; 
	font-size: 12px;
	display: block;
	

} 
#menu li a:hover {
	color: white;
	background-color: #8BA2FC;	
	font-weight: bold;
	font-size: 12px;
}
/* entire sub menu */
#menu li ul {
	padding: 0px;
	margin: 0px;
	background-color: #041D81;
	display: none;
	font-size: 12px;
}	
/* Each sub menu item */
#menu li ul li {
	padding: 0px;
	margin: 0px;
	float: none;
	list-style-type: none;
	width: 100%;
	border: none;
	text-indent: 15px;
	font-weight: normal;
	background-color: #041D81;
	font-size: 12px;
}
#menu li ul li a{
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
#menu li ul li a:hover{
	color: white;
	background-color: #8BA2FC;
	font-weight: bold;
	font-size: 12px;
}
img slide{
 	postion: absolute;
	display: none;
	left: 0;
 	top:0;
 }
 
#slideshow {
	postion: relative;
	overflow: hidden;
	width: 177;
	height: 133
}



p.news{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	background-color:#ECECF0;
}
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#CCC;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}


#lynk a:link{
color:#041D81;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding:4px;
text-decoration:none;
}
#lynk a:visited{
color:#041D81;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding:4px;
text-decoration:none;
}
#lynk a:hover{
color:#041D81;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding:4px;
text-decoration:underline;
}