﻿/* CSS Document */
body,td {
	background-color: #ffffff;
	margin: 0px;
	font-size: 14px;
	font-family: arial, "Trebuchet MS";
	color: #000000;

}

a:link, a:visited, a:active {
    color: #344980;
	text-decoration: none underline;
	font-weight: bold;
	font-family: arial, "Trebuchet MS";
}

a:hover {
	color: #344980;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, "Trebuchet MS";

}


form {margin:0px;}

.formbutton {
    cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
    font-weight:bold;
	text-align: center;
	background-color: #163899;	
	padding:2px;
	border-style:ridge;
	border-width: 1px;
	border-color: #ffffff;
	height:22px;
}

.formfield {
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding-left:3px;
	background-color: #ffffff;
	border: solid 1px #7f9db9;

}

.warning {
	font-weight:bold;
	color:red;
}


.assocHeader {
	color: #000000;
	font-family: arial, "Trebuchet MS";
	font-size: 18pt;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;

}
.assocSubHead {
	color: #000000;
	font-family: arial, "Trebuchet MS";
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
}



