/*
------------------------------------------------------
Structure
------------------------------------------------------
*/

#banner {
height: 90px;
padding: 25px;
border-bottom: 1px solid #999999;
}

#content {
padding: 15px;
}

/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #333;
background: #FFFFFF;

}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/

a, a:link {
color: #996108; 
text-decoration : none; 
}

a:visited
{
	color: #834D04;	
}

a:hover {
color: #834D04;
text-decoration : underline;
}

a:active{
	color: #834D04;
	text-decoration: none;
}

/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
border: none 0;
border-top: 1px solid #999999;
width: 100%;
height: 1px;
}


ol {
margin: 0;
}

ul{
list-style-type: square;
}


H1 {
font-size: medium;
font-weight: 800;
color: #B4790B;
}

H2 {
font-size: small;
font-weight: bold;
color: #B4790B;
}

H3 {
font-size: small;
font-weight: normal;
color: #B4790B;
}

H4 {
font-size: x-small;
font-weight: 800;
color: #333333;
}

H5 {
font-size: x-small;
font-weight: 800;
color: #333333;
}

H6 {
font-size: x-small;
font-weight: 800;
color: #333333;
}

/*
------------------------------------------------------
Tabular
------------------------------------------------------
*/

.top_th {
	background:#eeeeee;
	text-align:left;
	vertical-align:top
}

th{

	text-align:left;
	width: 200px;
}

.alt{
	background:#ebece9;
	text-align:left;
}

td a { 
color:#d2920a;
}


td a:link, a:Active { 
color:#996108;
}

td a:visited, a:Hover { 
color:#834D04;
}

caption {
display:none;
}

#topLinks a:link, #topLinks a:visited, #topLinks a,
#internalNavigation a:link, #internalNavigation a:visited, #internalNavigation a
{
	color: black;
}
