body {
	font-family: Verdana, Myriad, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	background-color: #2e3192;
}

.red {
	color: #eb1c24;
}

.white{
	color: #ffffff;
}


h1 {
	color: #eb1c24;
	font-size: 20px;
	line-height: 22px;
}
	
h2 {
	color: #2e3192;
	font-size: 16px;
}
	
h3 {
	color: #eb1c24;
   font-size:12px;
   }

a:link, a:visited {
	color: #eb1c24;
	text-decoration: none;
	border-bottom: 1px solid;
}    

a:hover {
	color: #2e3192;
	text-decoration: none;
	border-bottom: 0px;
}

a.navmain:link, a.navmain:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	border-bottom: 0px;
}

a.navmain:hover {
	color: Yellow;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	border-bottom: 0px;
}

a.navfooter:link, a.navfooter:visited {
	color: Yellow;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0px;
}

a.navfooter:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0px;
}


.copyright{
	color: #ffffff;
	font-size: 9px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #ffffff;
	font-size: 9px;
	border-bottom: 1px;
}

a.copyrightlink:hover {
	color: #ffffff;
	font-size: 9px;
	border-bottom: 0px;
}

a.image:link, a.image:visited {
	text-decoration: none;
	border-bottom: 0px solid;
}

a.image:hover {
	text-decoration: none;
	border-bottom: 0px solid;
}


.img_left {
	border: 0;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.img_right {
	border: 0;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}



