@charset "UTF-8";
/* CSS Document */

/***********************************************/
/* Vigilix */
/***********************************************/

/***********************************************/
/* HTML tag styles */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3366CC;
	font-size: 11px;
	top: 0px;
	right: 0px;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #3266CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #3266CC;
}

/* Layout Divs */
.bottomBar{
	background-image: url(graphics/hex_base.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 45px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 8px;
	background-color: #3366CC;
	text-align: center;
	padding-bottom: 10px;
}
.greenHeader{
	font-size: 12px;
	font-weight: bold;
	color: #669900;
}
.grayHeader{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.greenTable{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.lightBlueTable{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #EDEDED;
}
