h1,h2,h3,h4,h5,p, td, a, li{
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
}

p,li,td {
	font-size:12px;
}

h1 {
	font-size:17px;
}


h2 {
	font-size:15px;
}

h3 {
	font-size:12px;
}

h4 {
	font-size:12px;
}

a {
	color:white;
	font-weight:bold;
	text-decoration: none;
	font-size:11px; 
}

.underline {
	text-decoration:underline;
}


.small {
	font-size:10px; 
}

a.small:hover {
	font-size:10px; 
}

a.dark_blue {
	color: #003366;
}

a.light_blue {
	color: #0052A4;
}

a.dark_blue:hover {
	color: #0052A4;
}

a.light_blue:hover {
	color: #003366;
}

.large {
	font-size:13px; 
}

.bold {
	font-weight:bold;
}

a.large:hover {
	font-size:13px;
}

.huge {
	font-size:16px; 
}

a.huge:hover {
	font-size:16px; 
}

.white {
	color:white;
}

w50 {
	width:50%;
}

w65 {
	width:65%;
}

w75 {
	width:75%;
}

w85 {
	width:85%;
}

w95 {
	width:95%;
}

w100 {
	width:100%;
}


input,select {
	background-color:E2E0E0;
	font-color:#003366;
	font-weight:bold;
}

a:hover {
	color:E2E0E0;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color:#FE4B4B;
	font-weight:bold;
	text-decoration: none;
}


table.dark_blue {
	background-color:#003366;
}

table.form {
	border:1px solid #003366;
}

td.dark_blue {
	background-color:#003366;
	color:white;
	font-weight:bold;
}

table.light_blue {
	background-color:#0052A4;
	color:white;
	font-weight:bold;
}

.red {
	color:red;
}

td.error {
	background-color:red;
	color:white;
}

.white {
	background-color:white;
}

td.light_blue {
	background-color:#0052A4;
}


.top {
	vertical-align:top;
}

.middle {
	vertical-align:middle;
}

.bottom {
	vertical-align:bottom;
}

.left {
	horizontal-align:left;
}

.right {
	horizontal-align:right;
}


.center {
	horizontal-align:center;
	text-align:center;
}

td.dark_blue {
	background-color:#003366;
}

table.box {
	border:1px solid white;
	width:95%;
}
