/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#616161;
}

#content {
	padding: 10px 25px 30px 25px;
}

h1 {
	font-size: 20px;
	color: #666;
	border-bottom: 1px dotted #024A7B;
}

h2 {
	font-size: 20px;
	color: #3082B6;
	border-bottom: 1px dotted #024A7B;
	text-transform: lowercase;
}

h3 {
	color: #2B467D;
	padding-top: 12px;
	margin-bottom: -2px;
	padding-bottom: 0px;
	font-size: 14px;
	text-transform: capitalize;
}

h4 {
	color: #2B467D;
	padding-top: 12px;
	margin-bottom: -10px;
	padding-bottom: 0px;
	font-size: 13px;
}

a:link {	
	color: #024A7B;
	text-decoration: underline;
	background: none;
}
a:visited { 
	color: #024A7B;	
}
a:hover { 
	color: #024A7B;	
	text-decoration: underline;	
	background: none;
}

#content li {
	padding-bottom: 4px;
	padding-top: 2px;
}

#footer {
	font-size: .8em;
	text-align: center;
	padding: 6px;
	color: #FFF;
	background-color: #2B467D;
	border: 1px solid #1C2D51;
	}

#footer a {
	font-weight: bold;
	text-decoration: underline;
	color: #C9E9F8;
	}

#topAnchor {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	}

.topLink {
	text-align: right;
	font-size: .8em;
	}

.small {
	font-size: .9em;
	}
.style11 {font-size: 26px;}
.style15 {
  color: #CC0033;
  font-weight: bold;
}
.style16 {color: #FFFFF9;}
.style17 {color: #CC0033;}
.style18 {
  color: #CC0000;
  font-weight: bold;
}
.style19 {
  color: #669900;
  font-weight: bold;
}
