/* Default CSS Stylesheet for a new Web Application project */

body {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.header {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #46446D;
}

.tablerow {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
/*
textarea, select, input, object {
	background-color: #F5F4F4;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-bottom: #46446D 1px solid;
	border-left: #46446D 1px solid;
	border-right: #46446D 1px solid;
	border-top: #46446D 1px solid;
}

input.radio, input.checkbox {
	background-color: #EFEFEF;
	border: 0px;
	color: #000000;
}*/

	
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003399;
}
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:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, 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;
	}	

a {
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

A:link	{	
	text-decoration:	underline;
	color:	#FF9933;
	bottom:auto
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#FF9933;
	bottom:auto
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FF9933;
	bottom:auto
	}	
		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

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;
	}	
.bodytext
{
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0A317A;	
	font-weight:	600;
	font-style:	normal;	
}

.subtitle
{
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0A317A;	
	font-weight:	500;
	font-style:	normal;	
}


.title
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:	700;
	font-style:	normal;
	color: #0A317A;
}
.textwhite
{
	font: 12px/14px Verdana, Times New Roman, Helvetica, sans-serif;
	color: #FFFFFF;
}

