/* CSS Document

 */

body{

background: url(Images/ChartTile1.jpg);	
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#333333;
	margin: 0px;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: 999999;
}

body .normal {
	color: 999999;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.NormalBold
{
color: #fff;
}

body .Head { 

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 999999;
} 

body .SubHead { 

	font-size: 12px;
	font-weight: bold;
	color: 999999;
} 

body .SubSubHead { 

	font-size: 12px;
	font-weight: bold;
	color: 999999;
} 

A:link { 
color: #fff;
} 

A:active {
color: #fff;
}
A:visited { 
color: #fff;
} 
 A:hover{ 
color: #fff;
}


blockquote{
	font-family:Verdana, Arial, Helvetica, sans-serif;


} 

blockquote A:link {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: fff;
	font-size: 12px;

} 


#Header {
	background:url(Images/HeaderTile.jpg);
	background-repeat:repeat-x;
	height:140px;
	width: 100%;
	padding-top: 0px;
	padding-left: 10px;
}

#Header A:link, A:active, A:visited { 
color: White;
font-size: 11px;
}

#Header A:hover{ 
color: White;
font-size: 11px;
text-decoration:underline;
}

#Footer {
color: #fff;
font-size:10px;
padding: 20px;
}

#Footer A:link, A:active, A:visited  { 
color: White;
font-size:10px
} 

#Footer A:hover{ 
color: White;
text-decoration:underline;
font-size:10px
}



#NavBar {
	background-image:url(Images/NavBarTile.jpg);
	background-repeat:repeat-x;
	height:35px;
	width: 100%;
	border-bottom: 1px solid #333333;
}

/*

	background-image:url(Images/FadedKingAir.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width: 100%;

 */
#ContentZone {


}

#ImagePane {
padding-bottom: 4px;
border-bottom: 1px solid #333333;
}

#LeftPane {


}

#ContentPane {

}

#RightPane{

}

.Search {

}


.NormalTextBox{
	background-color: #e4e4e4;
	border: solid 1px #7a5454;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
}

.StandardButton, .inputbutton     {
    background: #333333 none; 
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;; 
    font-size: 11px;
    font-weight: normal;
}

.CommandButton, a.CommandButton:link, a.CommandButton:visited {
color: fff;
font-size:12px;
text-decoration:none;
}

a.CommandButton:hover{
color: fff;
font-size:12px;
text-decoration:underline;
}

.normal, a.normal:link, a.normal:active, a.normal:visited {
color: 999999;
font-size:10px
}

a.normal:hover {
color: 999999;
text-decoration:underline;
font-size:10px
}

.FooterText, a.FooterText:link, a.FooterText:active, a.FooterText:visited {
color: 999999;
font-size:10px
}

a.FooterText:hover {
color: 999999;
text-decoration:underline;
font-size:10px
}

/* GENERIC */
H1  {
font-size:16px;
}

H2  {
font-size:14px;
}

H3  {
font-size:12px;
}

H4  {
font-size:11px;
}
