﻿a {
	text-decoration: none;
	color: #0c4da2;
}
a.mouseover {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #0c4da2;
	text-decoration: underline;
}
.red a{
	color: #cc0000;
	text-decoration: none;
}
.red a:hover{
	color: #cc0000;
	text-decoration: underline;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: lighter;
}


.header {
	font-size: 18px;
	font-weight: bolder;
}

.subheader {
	font-size: 14px;
	font-weight: bolder;
	color: #003366;
}

.subheader1 {
	font-size: 12px;
	font-weight: bolder;

}

.smaller {

	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
.smallest {

	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

.border {
	border-top: none;
	border-right: 1px solid #999999;
	border-bottom: none;
	border-left: 1px solid #999999;
}
.searchborder {
	border-top: none;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.txtborder {
	border: 1px solid #336699;
	font-family: Verdana;
}.headerbg {
	color: #FFFFFF;
	background-color: #0066CC;
	font-weight: bold;
	text-align: center;	
}
.buttonorange {
	background-color: #FF9900;
}
.buttonblue {
	background-color: #0099FF;
}
.bordergrey {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.black {
	color: #000000;
}
.SubMenu {
	background-color: #cccccc;
	margin: 2px;
	padding: 2px;
}
.dgBox {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #666666;
}
