p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

h2 {
	 line-height: 1.2em;
	 margin:0 0 5px;
	 color:#0D098E;
}

h3 {
	 line-height:1.2em;
	 margin-bottom:5px;
	 color:#514FC3;
}

h4 {
	 line-height:1.2em;
	 margin-bottom:5px;
	 color:#808098;
}

a {
	 color:#BD041A;
	 text-decoration:none;
}

a:hover {
	 color:#BD041A;
	 text-decoration:underline;
}

/* Navigation Links Begin ********************************************************/
#navAnchorFirst {
	 padding:0 0 3px 0;
	 margin:0 20px;
	 border-bottom:solid 1px #fff;
	 white-space:nowrap;
	/* width:75%*/
}

#navAnchor {
	 padding:3px 0 3px 0;
	 margin:0 20px;
	 border-bottom:solid 1px #fff;
	 white-space:nowrap;
	/* width:75%*/
}

a.nav {
	 color:#FFFFFF;
	 text-decoration:none;
}

a:hover.nav {
	 color: #FFFF99;
	 text-decoration:underline;
}

ul {
	 list-style-type:disc;
}

ol {
	 list-style-type:decimal;
	 margin-bottom: 10px;
	 margin-top:10px;
}

.navcolor {
	 background-color:#BD041A;
	 color:#BD041A;
	 padding:15px;
}

.navfont {
	 color:#FFFFFF;
	 font-size:14px;
	 /*border:solid 1px #fff;*/
	 margin:20px 0;
	 /*padding-top:0;*/
}

.navheader {
	color: #990000;
	 font-weight:bold;
	 font-size:13px;
	 padding:3px;
	 background-color:#FFFFFF;
}

.bluebar {
	 background-color:0D098E;
}


td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
}

.footercolor {
	 background-color:#000000;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.borderedTable {
	border:solid 1px #000;
}

.borderedTable td {
	border-bottom:solid 1px #000;
	border-right:solid 1px #000;
	padding:7px;
	font-size:.8em;
}

#lastCell {
	border-right:0;
}

#lastRow {
	border-bottom:0;
}

#lastRowLastCell {
	border-right:0;
	border-bottom:0;
}

#committeeCell {
	border-right:0;
	background-color: #333;
}

#committeeCell strong {
	color: #fff;
	font-size:larger;
}