﻿/* CSS Document */
body 
{
    background-color: #ffffff;
    	color: #000000;

}
body,td {
	
	margin: 0px;
	font-size: 14px;
	font-family: arial, "Trebuchet MS";

}
img {border:0px;}

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";

}

.tblHeader {
	display:block;

	padding: 5px;
	border: 1px solid #000000;
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	font-weight: bold;
}

.tblHeader a:visited,.tblHeader a:link,.tblHeader a:active { color: #FFFFFF; text-decoration: underline;  }
.tblHeader a:hover  { color: #CCCCCC; text-decoration: underline; }

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: #003399;	
	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;*/
	display:block;
	padding: 5px;
	border: 1px solid #000000;
	width:100%;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	font-weight: bold;
}
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;
}

li {
	list-style-image: url('/images/bullet_arrow.gif');
	font-family: Trebuchet MS;
	font-size: 10pt;
	}