/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	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:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT
{
	font-weight: 700;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: 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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.6em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	}	
	

UL LI	{	
	list-style-type:	square ;
	padding-bottom:6px;
	}	

UL LI LI	{	
	list-style-type:	disc;
	padding-bottom:6px;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	padding-bottom:6px;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	padding-bottom:6px;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	padding-bottom:6px;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	padding-bottom:6px;
	}	

.NewsAlert
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	padding: 6px 6px 6px 6px;
	background-color: aliceblue;
}

.tbox
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	font-size: 11px;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	font-family: Verdana;
	background-color: aliceblue;
}

.err
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	font-size: 1em;
	border-left: red 1px solid;
	color: red;
	border-bottom: red 1px solid;
	font-family: Verdana;
}

.text2
{
	font-size: 11px;
	font-family: verdana;
}
.btn2
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	font-size: 11px;
	border-left: blue 1px solid;
	color: white;
	border-bottom: blue 1px solid;
	font-family: Verdana;
	background-color: #00337a;
}
.tabletext2
{
	font-size: 11px;
	font-family: verdana;
}

.tbox2
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	font-size: 11px;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	font-family: Verdana;
	background-color: aliceblue;
}

.TableBackground
{
    BACKGROUND-COLOR: #dcdcdc
}

.TblH1
{
    BACKGROUND-COLOR: #336699;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white
}

.TblH2
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: steelblue;
}

.TblBackEven
{
    BACKGROUND-COLOR: gainsboro
}

.TblBackOdd
{
    BACKGROUND-COLOR: whitesmoke
}

.panels
{
	font-family:verdana;
	font-size:11px;
}

.survey
{
	font-size: 8pt;
	font-family:Verdana;
}

.MediaRelease
{
	padding:4px 4px 4px 4px;
	border:solid 1px #336699;
}