
/* TAG LEVEL RULES */
body {
	margin: 0;
	background-color: #ffffff;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.bodytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
    	line-height: 16pt ;
	margin: 1em;
	padding: 1em;
}
.bodytextindex{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin: 1em;
	padding: 1em;
}

.headline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C7C316;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin: 1em;
	padding: 1em;
	font-weight: bolder;
}

.liindex{
	margin-bottom: 3px;
}

li{
	margin-bottom: 0px;
}

a:link {
	color: #003366;
	}
a:visited {
	color: #663366;
	}
a:active {
	color: #C7C316;
	}
a:hover {
	color: #C7C316;
	}
.contactuslink{
	color: #FFFFFF;

}

.divcallout{
	border:#304594 1px solid; 
	font-style:italic; 
	padding:10px; 
	color:#304594;
}

h1 {
	font-size: 150%;
	}
h2 {
	font-size: 115%;
	margin-bottom: -12px;
	}
h3 {
	font-size: 105%;
	margin-bottom: -12px;
	}
h4 {
	font-size: 100%;
	margin-bottom: -12px;
	}

form {
      margin:0;
  }
fieldset {
	border: 1px solid #003366;
	}
legend {
	color: #003366;
	font-weight: bold;
	}

caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	}	
sup {
	text-transform: uppercase;
  	vertical-align: super;
	font-size: 70%;
	}
hr {
	background-color: #003366;
	color: #003366;
}	
hr.thin {
	color: #003366;
	height: 1px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	}

	
/* GENERAL TEXT RULES */
.textbold {
	font-weight: bold;
	}
.textnormal {
	font-weight: normal;
	}
.italics {	
	font-style: italic;
	}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.textlarge {
	font-size: 110%;
}
/* WRAPPING */
.nowrap {
	white-space: nowrap;
	}
.wrap {
	white-space: normal;
	}
.prewrap {
	white-space: pre;
	}

/* ALIGNMENT RELATED */
.aligntop {
	vertical-align: top;
	}
.alignmiddle {
	vertical-align: middle;
	}
.alignbottom {
	vertical-align: bottom;
	}
.alignleft {
	text-align: left;
	}
.aligncenter {
	text-align: center;
	}
.alignright {
	text-align: right;
	}
.alignjustify {
	text-align: justify;
	}

/* CSS IMAGE PLACEMENT */
.imageleft {
	float: left;
	margin: 10px;
	}
.imageright {
	float: right;
	margin: 10px;
	}
.imagecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.calendaricon {
	border: none;
	margin :0 0 3px 2px;
	vertical-align:text-bottom;
	}	
/* FORM FIELD RULES */
.fieldhintright {
	font-size: 80%;
	}
.fieldhintbelow {
	font-size: 80%;
	display: block;
	}
.fieldlabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	}
.fieldlabeldisabled {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	color: #999999;
	}
.fielddisabled {
	background-color: #cccccc;
	color: #999999;
	}


/* ERROR RULES */
.alert {
	color: #990033;	
	}
.fielderrorcolor {
	background-color: #ff9999;	
	}

/* MISC RULES */
.returntotop {
	font-size: 75%;
	}
.returntotop a:visited {
	color: #003366;  
	}
.footer, .disclosure, .copyright, .disclaimer, .footnotes {
	font-size: 85%;
	}
.indent {
	margin-left: 25px;	
	}
.closewindow, .printpage {
	text-align: right;
	font-size: 80%;
	}
.breadcrumbs {
	margin-left: 10px;
	font-size:  85%;
	}
.counterfield {
	font-size: 80%;
	border-style: none;
	}
.counterlabel {
	font-size: 90%;
	font-weight: bold;
	}

.datatable{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #C7C316
	background-color: #304594;
	}

.datatable td,th{
	padding: 2px;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #C7C316 solid;
	border-left: 1px #C7C316 solid;
	background-color: #304594;
	text-align: center;
	border-bottom: 3px #C7C316 solid;
}

.buttonon{
	padding: 2px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #cccc77
	background-color: #ffffff;
	}

buttonon td,th{
	background-color:#C7C316;
}
	
.buttonon a{
	color: #ffffff;
	text-decoration: none;
}

.datatable a{
	color: #C7C316;
	text-decoration: none;
}

.datatable a:visited{
	color: #C7C316;
	text-decoration: none;
}

.datatable a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* PRINTING CONTROLS */
@media print {
	.noprint { /* CONTENT WILL NOT PRINT */
		display: none;
	}

