﻿.style1 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.style2 {
	background-image: url('images/bluevertgradient.png');
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

.style3 {
	text-align: center;
}

.style4 {
	text-align: center;
	background-image: url('images/gradient_orange.jpg');
}

.style5 {
	background-image: url('images/bluevertgradient.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

.navlink {
	width:100%;
	text-align:center;
}

.navlink a:link {
font-family: Verdana, Geneva;
font-weight : normal;
color: #FFFFFF;
text-decoration : none;
padding: 2px;
display: block;
width: 100%;
}

.navlink a:visited {
font-family: Verdana, Geneva;
font-weight : normal;
color: #FFFFFF;
text-decoration : none;
padding: 2px;
display: block;
width: 100%;
}

.navlink a:hover {
font-family: Verdana, Geneva;
font-weight : normal;
color: #FFFFFF;
text-decoration : none;
padding: 2px;
display: block;
background-color : #1E308A; width: 100%;
}
