/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 10pt;
	margin-bottom: 0px;
	word-spacing: normal;
	margin-left: 0px;
	text-transform: none;
	line-height: 12pt;
	font-family: Arial,Batang, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
.menustyle {font-size: 8pt; font-family: Verdana; color: #ffffff; background-color: #000000; font-weight: bold; cursor: hand;}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
   font-family: Arial,Batang, Helvetica, sans-serif;
}
H1	{	
	font-family: Arial, Batang, 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, Batang, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
	color:Gray;
	}	
		
H3	{	
	font-family: Arial, Batang, 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, Batang, Helvetica, sans-serif;
	margin-top: 0px;
	font-weight: 700;
	font-size: 10pt;
	margin-bottom: 0px;
	word-spacing: normal;
	margin-left: 0px;
	text-transform: none;
	line-height: 12pt;
	letter-spacing: normal;
	color:gray;
	}	

		
H5, DT	{	
	font-family: Arial, Batang, Helvetica, sans-serif;
	margin-top: 0px;
	font-weight: 700;
	font-size: 12pt;
	margin-bottom: 0px;
	word-spacing: normal;
	margin-left: 0px;
	text-transform: none;
	line-height: 12pt;
	letter-spacing: normal;
	color:Gray;
	}	
		
H6	{	
	font-family: Arial, Batang, 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:	top ;
	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:	.8em;
	}	

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
TD
{
	vertical-align :top ;
	padding:3pt;
	   font-family: Arial,Batang, Helvetica, sans-serif;
}
TABLE
{
	font-size: 8pt;
	vertical-align: top;
	
}
.textbox {
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	border:solid 1pt #000000;
	background-color: #ffffff;
	color:#000000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4,Color='#E6E6E6', Positive='true');
}
.button {
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	border:solid 1pt #000000;
	background-color: #fafafa;
	color:#000000;
	margin: 0px 0px 0px 0px;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4,Color='#E6E6E6', Positive='true');
}
.checkbox
{
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	background-color: #ffffff;
	color:#000000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4,Color='#E6E6E6', Positive='true');
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
   background-color:#ffffdd;
    border-width:3px;
   border-style:solid;
    border-color:Gray;
    padding:3px;


}
