/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	margin-left: 0px;
	text-transform: none;
	margin-top : 0px;
	font-family: Arial, 'Microsoft Sans Serif' , sans-serif, Verdana, Helvetica;
	letter-spacing: normal;
	position: relative;
	background-color: white;
	margin-bottom: 0px;
	margin-right:0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial,Verdana,  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: Arial, Verdana,  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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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:	.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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.Button
{
	font-family: Arial,'Microsoft Sans Serif' , sans-serif, Verdana, Helvetica;
	background-color: gainsboro;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-size: 8pt;

}

.tbl_bottom
{
	border-bottom: #0066cc 1px solid;
}
.tbl_right
{
	border-right: #003399 1px solid;
}
.tbl_cellright
{
	border-right: #0066cc 1px solid;
}
.tbl_bottom_right
{
	border-bottom: #0066cc 1px solid;
	border-right: #0066cc 1px solid;
}
.tbl_cell_highlight
{
	border-right: #0066cc 1px solid;
	border-top: #0066cc 1px solid;
	border-left: #0066cc 1px solid;
	border-bottom: #0066cc 1px solid;
	color: white;
	background-color: #0066cc;
}
.tbl_cell_highlight_trb
{
	border-right: #003399 1px solid;
	border-top: #003399 1px solid;
	border-bottom: #003399 1px solid;
	color: white;
	background-color: #0066cc;
}
.tbl_cell_hightlightDarkEdge
{
	border-top: #003399 1px solid;
	border-right: #003399 1px solid;
	border-bottom: #003399 1px solid;
	color: white;
	background-color: #0066cc;
}
.tbl_cell_hightlightDarkEdge_tlr
{
	border-top: #003399 1px solid;
	border-right: #003399 1px solid;
	border-left: #003399 1px solid;
	color: white;
	background-color: #0066cc;
}
.tbl_cell_hightlightDarkEdgeFull
{
	border-right:#003399 1px solid;
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-bottom: #003399 1px solid;
	color: white;
	background-color: #0066cc;
}
.tbl_cell_lighthighlight
{
	border-right: #003399 1px solid;
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	background-color: #b6c7e8;
}
.tbl_cell_Orangehighlight
{
	border-right: #003399 1px solid;
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	font-family: Arial;
	background-color: #ffd600;
}

.tbl_cell_lighthighlight_tr
{
	border-right: #003399 1px solid;
	border-top: #003399 1px solid;
	background-color: #e5eefe;
}
.tbl_cell_lighthighlight_trl
{
	border-top: #003399 1px solid;
	border-right: #003399 1px solid;
	border-left: #003399 1px solid;
	background-color: #e5eefe;
}
.tbl_cell_lr
{
	border-right: #003399 1px solid;
	border-left: #003399 1px solid;
}
.tbl_cell_lrb
{
	border-right: #003399 1px solid;
	border-left: #003399 1px solid;
	border-bottom: #003399 1px solid;
}
.tbl_cell_lrbt
{
	border-right: #003399 1px solid;
	border-left: #003399 1px solid;
	border-bottom: #003399 1px solid;
	border-top: #003399 1px solid;

}
.tbl_cell_rb
{
	border-right: #003399 1px solid;
	border-bottom: #003399 1px solid;
}
.tbl_cell_r
{
	border-right: #003399 1px solid;
}
.tbl_cell_b
{
	border-bottom: #003399 1px solid;
}
.tbl_cell_LightBlue
{
	background-color: #b6c7e8;
}
.tbl_cell_LighterBlue
{
	background-color: #e5eefe;
}
.tbl_frame
{
	border-right: #0066cc 1px solid;
	border-top: #0066cc 1px solid;
	border-left: #0066cc 1px solid;
	border-bottom: #0066cc 1px solid;
}
.tbl_cell_frame
{
	border-right: #0066cc 1px solid;
	border-top: #0066cc 1px solid;
	border-left: #0066cc 1px solid;
	border-bottom: #0066cc 1px solid;
}
.tbl_cell_highlight_noright
{
	border-top: #0066cc 1px solid;
	border-left: #0066cc 1px solid;
	color: white;
	border-bottom: #0066cc 1px solid;
	background-color: #0066cc;
}
.tbl_cell_blank
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: white;
}
.img_title
{
	font-size: 10pt;
}
.main_left
{
	font-size: 10pt;
	color: #00509f;
	font-family: Arial;
}
.main_left_line
{
	font-size: 10pt;
	color: #00509f;
	border-bottom: #00509f solid;
	font-family: Arial;
}
.main_top
{
	font-weight: bold;
	font-size: 10pt;
	color: #00509f;
	font-family: Arial;
	border-bottom: #00509f 1px solid;
}
.main_bottom
{
	font-weight: bold;
	font-size: 11pt;
	color: #00509f;
	font-family: Arial;
	border-top: #00509f 1px solid;
}
.text
{
	color: #00509f;
	font-family: Arial;
}

.Link
{
	color: #0066cc;
	font-family: Arial;
}
