﻿h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #009537;
    pading-top: 0;
    margin-top: 0;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    color: #00517F;
    /*padding-top: 10px;*/
}

/*h3 should also be used for sidebar headings*/
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    color: #00517F;
    padding-top: 5px;
}

/*h4 should also be used for table headings*/
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: 25px;
    color: #333;
    /*padding-bottom: 5px;*/
    border: none;
}

/*h5 should also be used for table sub-headings*/
h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: 25px;
    color: #3684C2;
    border: none;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    color: #333;
}

p b {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
}

p.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    color: #333;
}

p.legal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    color: #666;
}

p a, a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    line-height: 20px;
    color: #666;
}

p.legal a:hover {
    color: #333;
}

p ul, ul {
    padding: 0;
    margin: 0 0 0 15px;
}

p ol, ol {
    padding: 0;
    margin: 0 0 0 30px;
}

p ul li, ul li, 
p ol li, ol li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    color: #333;
    /*padding: 8px 0 0 0;*/
    margin: 0;
}

p ul li a, ul li a, 
p ol li a, ol li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    line-height: 20px;
    color: #666;
}

{

p ul li a:hover, ul li a:hover; 
p ol li a:hover, ol li a:hover; 
    color: #009537;
}

/*use the callout styles below for text that is a link*/
ul.callout {margin: 0 0 15px 18px; list-style-image:url(../images/arrow_green.gif);}
li.callout {margin: 0 0 3px 0;}

.tblgreyborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #d9e4e8;
	border-right-color: #d9e4e8;
	border-bottom-color: #d9e4e8;
	border-left-color: #d9e4e8;
}

.tblrowblue  {
	background-color: #E8F0F8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tbltoprule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9E4E8;
}

.tblbottomrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E4E8;
}

td  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


.loginfont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #666;
}

a.banner {font-size: 12px; color: #6699cc; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none;
	font-weight: 700; }
a:hover.banner {font-size: 12px; color: #009933; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none; }
a:visited.banner { font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none; }
a:active.banner { color: #6699CC; text-decoration: none; }

.topic_list{
	float:left;
	width:16em;
	height:430px;
}

.topic_list ul {
	list-style-type:none;
	width:100%;
	margin-left:-0px;
}


.topic_list .horizontal_spacer {

	height:9px;
	width:100%;

}

.topic_list .topic_line {
	text-indent:25px;
	list-style-image:url('../images/arrow_green.gif');
}

.topic_header .valigner 
{ 
	width: 0px; 
	vertical-align: middle; 
	visibility: hidden; 
}

 .vertical_spacer{
	height:430px;
	width:30px;
	float:left;
}

.topic_header{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: 25px;
    color: #333;
    /*padding-bottom: 5px;*/
    border: none;
    height:30px;
	

}