@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	font-weight: bold;
}
a.myclass:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.link_white a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.link_white a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.link_white a:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.link_white a:hover {
	color: #003399;
	font-size: 12px;
	text-decoration: none;
}
.link_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.bottom {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}


