﻿@charset "UTF-8";
/* CSS Document */

.normal {
	font-family: "VAGRounded Lt", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #606060;
	text-decoration: none;
	font-weight:normal;

}

.menu {
	font-family: "VAGRounded Lt", Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	color: #c0c0c0;
	text-decoration: none;
	display: block;
	height: 26px;
}

a.menu:hover {
	background-color:#f15a29;
	color: #ffffff;
}

a.menu:active{
	background-color:#f15a29;
}
	
	
.h1 {
	font-family: "VAGRounded Bt", "Arial Black", Helvetica, sans-serif;
	font-size: 1em;
	color: inherit;
	font-weight:inherit;
}
.h2{
	font-size: 0.90em;
	font-family: inherit;
	color: inherit;
	font-weight:inherit;
	text-align:justify;
}

.h2strong{
	font-family: "VAGRounded Bt", "Arial Black", Helvetica, sans-serif;	
	font-size: 0.95em;
}

.h2 a:link{
	color: #606060;
	text-decoration: none;
}

.h2 a:visited{
	color: #606060;
	text-decoration: none;
}


.h2 a:hover{
	color: #f15a29;
	text-decoration: none;
}


.h3{
	font-size: 0.9em;
	font-family: inherit;
	color: #0A214F;
}


.footer {
	font-family: "VAGRounded Lt", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #c0c0c0;
	padding-top: 2px;
	padding-left: 5px;
	text-decoration: none;

}

a.footer {
	text-decoration: inherit;

}

div#Announcement {
  font-family: "VAGRounded Bt", "Arial Black", Helvetica, sans-serif;
  font-size: 0.90em;
  text-align: center;
  background-color: #FFFCD1;
  padding: 5px;
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 3px;
  color: #99000A;
}

