.main A:link {
	COLOR: #5C81F2; /*The color of the link*/
	TEXt-Decoration: None
}
.main A:visited {
	COLOR: #5C81F2;
	TEXt-Decoration: None
}
.main A:hover {
	COLOR: #001C5D; /*The color of the mouseover or 'hover' link*/
	TEXt-Decoration: Underline
}
.topnav A:link {
	COLOR: #FFFFFF; /*The color of the link*/
	TEXt-Decoration: None
}
.topnav A:visited {
	COLOR: #FFFFFF;
	TEXt-Decoration: None
}
.topnav A:hover {
	COLOR: #001C5D; /*The color of the mouseover or 'hover' link*/
	TEXt-Decoration: Underline
}
.nav1 A:link {
	COLOR: #FFFFFF; /*The color of the link*/
	TEXt-Decoration: None
}
.nav1 A:visited {
	COLOR: #FFFFFF;
	TEXt-Decoration: None
}
.nav1 A:hover {
	COLOR: #5C81F2; /*The color of the mouseover or 'hover' link*/
	TEXt-Decoration: Underline
}


.menu A:link {
	COLOR: #0E338E; /*The color of the link*/
	font-family: Arial;
	font-size: 10pt;	
	TEXT-DECORATION: NONE;
}
.menu A:visited {
	COLOR: #0E338E; /*The color of the visited link*/
	font-family: Arial, 
	font-size: 10pt;	
	TEXT-DECORATION: NONE;
}
.menu A:hover {
	COLOR: #7D277B ; /*The color of the mouseover or 'hover' link*/
	font-family: Arial,
	font-size: 10pt;	
	TEXT-DECORATION: UNDERLINE;
}
.mainmenu A:link {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #5C81F2;
	padding: 2px 10px;
	background-color: #ffffff;
}
.mainmenu A:visited {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #5C81F2;
	font weight: bold;
	padding: 2px 10px;
	background-color: #ffffff;
}
.mainmenu A:hover {
	background-color: #5C81F2;
	color: #001C5D;
	}
.mainmenu2 A:link {
	text-decoration: none;
	color: #5C81F2;
}
.mainmenu2 A:visited {
	color: #5C81F2;
	text-decoration: none;
}
.mainmenu2 A:hover {
	color: #001C5D;
	text-decoration: none;
	}
