@charset "utf-8";
/* CSS Document */

body {
	background-color: #e6d40e;
	background-image: url(Background/Background.jpg);
	background-repeat: repeat-y;
	background-position: Center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
a:link		{ color: #1A2493; text-decoration: none }

a:visited	{ color: #1A2493; text-decoration: none }

a:active	{ color: #1A2493; text-decoration: none }

a:hover      {color: #000000; text-decoration:underline overline}

.topMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.topMenu a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.topMenu a:active	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.topMenu a:hover   {
	color: #CDF892;
	text-decoration:underline overline;
	font-size: 12px;
}