﻿/* CSS Document */
body 
{
    background-color: #FFFFFF;
  

}
body,td {
	
	margin: 0px;
	font-size: 14px;
	font-family: arial, "Trebuchet MS";

}

a:link, a:visited, a:active, .fakelink 
{
    cursor:pointer;
    color: #003e7e;
	text-decoration: none underline;
	font-weight: bold;
	font-family: arial, "Trebuchet MS";
}

a:hover, .fakelink:hover {
	color: #003e7e;
	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: #003e7e;	
	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 {

	color:red;
}
.error {

	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;
}


h1
{
	font-size: 17px;
	margin: 0 0 0px 0;
	padding:0px;
}
h2
{
	font-size: 16px;
	margin: 0 0 0px 0;
	padding:0px;
}
h3
{
	font-size: 15px;
	margin: 0 0 0px 0;
	padding:0px;
}
h4
{
	font-size: 14px;
	margin: 0 0 0px 0;
	padding:0px;
}
h5
{
	font-size: 13px;
	margin: 0 0 0px 0;
	padding:0px;
}
h6
{

	font-size: 12px;
	margin: 0 0 -12px 0;
	padding:0px;
}

.info-list {
	list-style-image: url('/images/bullet_arrow.gif');
	font-family: Trebuchet MS;
	font-size: 10pt;
}

ul li 
{
   
	list-style-image: url('/images/bullet_arrow.gif');
	font-family: Trebuchet MS;
	font-size: 10pt;
	}