/* CSS Document */
body {
  margin:0px;
  padding:0px;
}
a, a:visited {
	color: #06224F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body,table,input {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  color: #06224F;
  line-height: 1.5em;
}
td.content {
  padding: 0px 0px 5px 5px;
}
div.headline, div.leftFrame {
  border-bottom: 1px solid #06224F;
}
div.headline h1, .leftFrame h1 {
  color: #06224F;
  margin:2px;
  padding: 10px 5px 0px 0px;
  font-size: 14px;
}
td.topNavLink, td.topNavActive {
  padding: 0px 2px 0px 2px;
}
td.topNavLink, td.topNavLink a, td.topNavLink a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #06224F;
}
td.topNavLink a:hover {
	color: #06224F;
	text-decoration: underline;
}
td.topNavActive a, td.topNavActive a:visited {
	color: #ff0000;
	text-decoration: none;
}
td.mainNav, td.mainNavActive {
	padding-left: 5px;
	height: 30px;
	border-bottom: 1px solid #fff;
}
td.mainNavActive, td.mainNavActive a, td.mainNavActive a:hover {
	font-size: 13px;
	padding-left: 5px;
	height: 30px;
	color: #06224F;
	text-decoration: underline;
	letter-spacing: 0.04em; 
}
.mainNav, .mainNav a, .mainNav a:visited {
  font-size: 13px;
  color: #06224F;
  text-decoration: none;
	letter-spacing: 0.04em;  
}
.mainNav a:hover {
	color: #06224F;
  text-decoration: underline;
}
.childNav, .childNav a, .childNav a:visited {

}
.childNav a:hover {

}
.childNavActive a {

}
.mainNav a:active {
	color: #06224F;
}
.footer, .footer a, .footer a:visited {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
input.rinput, textarea {
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #494B4C;
	background-color: #3A3C3E;
	padding-left: 3px;
	font-size: 11px;
	color: #ffffff;
}
input.rsubmit {
	border-width: 1px;
	margin-top: 3px;
	font-weight: bold;
	border: 1px solid #494B4C;
	background-color: #3A3C3E;	
}
