/* ################ */
/*  Element Styles  */
/* ################ */
 
body	{
	font-family: Verdana, Arial,  Helvetica, Sans Serif;
	font-size: 9pt;
	color: 06335d;
	background-color: FFFFFF;
	
/* Scroll Bar Colors */
	scrollbar-arrow-color: 808080;
	scrollbar-3dlight-color: FFFFFF;
	scrollbar-highlight-color: 06335d;
	scrollbar-face-color: FFFFFF;
	scrollbar-shadow-color: 06335d;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-track-color: 06335d;
}

img {
	border-color:06335d;
}

p, .normal	{
	font-family: Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 9pt; 
	color: 06335d
}
		
table, td	{
	font-family: Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 9pt; 
	color: 06335d
}

h1	{
	font-family: Times New Roman,Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 16pt; 
	font-weight: regular; 
	color: 06335d
}

h2	{
	font-family: Times New Roman,Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 14pt; 
	font-weight: bold; 
	color: 06335d
}

h3	{
	font-family: Times New Roman,Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 12pt; 
	font-weight: normal; 
	color: 06335d
}

h4	{
	font-family: Times New Roman,Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 9pt; 
	font-weight: normal; 
	color: 06335d
}

textarea	{
	font-size : 9pt; 
	font-family : Verdana, Arial,  Helvetica, Sans Serif; 
	height: 100pt; 
	width : 200pt; 
}

input	{
	font-family: Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 9pt; 
}

select	{
	font-family: Verdana, Verdana, Arial,   Helvetica, Sans Serif; 
	font-size: 9pt; 
}

/* ################ */
/*   Link Styles    */
/* ################ */

A         {TEXT-DECORATION: underline}
A:link    { color: 06335d; text-decoration: underline }
A:visited { color: 06335d; text-decoration: underline }
A:active  { color: 06335d; text-decoration: underline }
A:hover  { color: CC0000; text-decoration: underline }

A.nav         { color: gray; TEXT-DECORATION: none; font-size: 7pt }
A.nav:link    { color: gray; text-decoration: none }
A.nav:visited { color: gray; text-decoration: none }
A.nav:active  { color: gray; text-decoration: none }
A.nav:hover  { color: CC0000; text-decoration: underline }

A.leftBar         { TEXT-DECORATION: none; font-size: 7.5pt }
A.leftBar:link    { color: 06335d; text-decoration: none }
A.leftBar:visited { color: 06335d; text-decoration: none }
A.leftBar:active  { color: 06335d; text-decoration: none }
A.leftBar:hover  { color: CC0000; text-decoration: underline }

/* ################ */
/*  Custom Classes  */
/* ################ */

.text	{
	font-size : 9pt; 
	font-family : Verdana, Arial,  Helvetica, Sans Serif; 
	background-color: white; 
	width : 200pt; 
	color: 06335d;
}

.weatherHeader	{
	font-family: Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 8pt; 
	font-weight:bold
}

.errorText	{
	font-family: Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 9pt; 
	color: red
}

.appTitle	{
	color: 06335d; 
	font-family: Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 16pt; 
	font-weight:bold
}

.pageHeader	{
	color:06335d; 
	font-family: Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 9pt; 
	font-weight: bold
}

.tableHeader	{
	color: WHITE; 
	font-family: Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 9pt; 
	font-weight:bold
}

.copyRight	{
	color: gray; 
	font-family: Verdana, Arial,  Helvetica, Sans Serif; 
	font-size: 8pt; 
	font-weight:normal
}

.boldRed	{
	color: maroon; 
	font-weight:bold
}



