/* Default CSS Stylesheet for a new Web Application project */

BODY
{
  font-weight: normal;
  font-size: 0.8em;
  word-spacing: normal;
  margin-left: 15px;
  text-transform: none;
  font-family: Verdana, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	0.8em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	
{
  color:#510101;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:	1em;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:3px;
	margin-bottom:12px;
	}		

H5	
{
  color:#5D87A1;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:	1em;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:0;
	margin-bottom:0;
	}

DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
TD	{	
	font-size:	1em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}		

P
{
  font-size: 12px;
  color: #333333;
  font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
}

A:link{color:	#004F65;}		
A:visited{color:	#004F65;}			
A:active{	color:	#004F65;}		
A:hover{color:	#004F65;}

a.mainNav:link,
a.mainNav:active,
a.mainNav:visited{font-family:Georgia, Times New Roman, Serif; letter-spacing:.1em; line-height:15px; font-size:10px; color:#5D87A1; text-decoration:none;}
a.mainNav:hover{font-family:Georgia, Times New Roman, Serif; letter-spacing:.1em; line-height:15px; font-size:10px; color:#51003A; text-decoration:none;}
	
td.mainNav{}	

SMALL	{font-size:	.7em;}	
BIG	    {font-size:	1.17em;}	
BLOCKQUOTE, PRE	{font-family:	Courier New, monospace;}		

UL LI	    {list-style-type:disc;}	
UL LI LI	{list-style-type:disc;}	
UL LI LI LI	{list-style-type:circle;}		
OL LI	    {list-style-type:decimal;}	
OL OL LI	{list-style-type:lower-alpha;}	
OL OL OL LI	{list-style-type:lower-roman;}	

IMG	{margin: 0px;}

.copyright
{
  font-size: 9px;
  color: #98b3cc;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
}
.copyright A:link
{
  color: #98b3cc;
  text-decoration:underline;
}
.copyright A:visited
{
  color: #98b3cc;
  text-decoration:underline;
}
.copyright A:active
{
  color: #98b3cc;
  text-decoration:underline;
}
.copyright A:hover
{
  color: #98b3cc;
  text-decoration:underline;
}
/******************************************
 *LeftNav                                 *
 ******************************************/
TABLE.LeftNav {background-color:Transparent;}
TABLE.LeftNav TD A:link{font-weight:bold;color:#5D87A1;text-decoration:none;}
TABLE.LeftNav TD A:active{font-weight:bold;color:#5D87A1;text-decoration:none;}
TABLE.LeftNav TD A:visited{font-weight:bold;color:#5D87A1;text-decoration:none;}
TABLE.LeftNav TD A:hover{font-weight:bold;color:#5D87A1;text-decoration:underline;}

TABLE.LeftNav TD.current {background-color:#F5F8F9;border-top:1px solid #A8BECC;border-bottom:1px solid #A8BECC;border-right:5px solid #A8BECC;}
TABLE.LeftNav TD.current A:link{color:#004F65;text-decoration:none;}
TABLE.LeftNav TD.current A:active{color:#004F65;text-decoration:none;}
TABLE.LeftNav TD.current A:visited{color:#004F65;text-decoration:none;}
TABLE.LeftNav TD.current A:hover{color:#004F65;text-decoration:underline;}

TABLE.LeftNav TD.subitem 
{
  background-color:#F5F8F9;
  padding-top:2;
  padding-bottom:1;
  padding-left:12px;
}
TABLE.LeftNav TD.subitem A:link{font-weight:normal;color:#5D87A1;text-decoration:underline;}
TABLE.LeftNav TD.subitem A:active{font-weight:normal;color:#5D87A1;text-decoration:underline;}
TABLE.LeftNav TD.subitem A:visited{font-weight:normal;color:#5D87A1;text-decoration:underline;}
TABLE.LeftNav TD.subitem A:hover{font-weight:normal;color:#5D87A1;text-decoration:underline;}

TABLE.LeftNav TD.subitemCurrent
{
  background-color:#F5F8F9;
  padding-top:2;
  padding-bottom:1;
  padding-left:12px;
}
TABLE.LeftNav TD.subitemCurrent A:link{font-weight:bold;color:#5D87A1;text-decoration:none;}
TABLE.LeftNav TD.subitemCurrent A:active{font-weight:bold;color:#5D87A1;text-decoration:none;}
TABLE.LeftNav TD.subitemCurrent A:visited{font-weight:bold;color:#5D87A1;text-decoration:none;}
TABLE.LeftNav TD.subitemCurrent A:hover{font-weight: bold; color: #5d87a1;text-decoration: none;}

/******************************************
 * Forms                                  *
 ******************************************/

.TextInput{border:1px solid black;padding-left:3px;}
TABLE.TableForm {background-color:#FFFFFF;border:1px solid #A8BECC}
TABLE.TableForm TD {background-color:#F5F8F9;font-weight:normal}
TABLE.TableForm TD.Title {background-color:#E0E9EE;font-weight:bold}

