/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{color: #000000;
	text-decoration: none;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 13px;
	font-family: "Verdana";
	font-weight: normal;
	margin-bottom: 0px;
	}	
		
H2	{color: #000000;
	text-decoration: none;
	line-height: 20px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}	
		
H3	{color: #3c4b72;
	text-decoration: none;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}	
		
H4	{color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;	
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}	
		
H5	{color: #3c4b72;
	text-decoration: none;	
	font-size: 13px;
	font-family: Copperplate Gothic Bold;
	font-weight: normal;
	}	
		
H6	{color: #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	middle;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

tr.row:hover, tr.over td { background-color: #d8e2ed; }

TD {}

	
.T1 {color: #3c4b72;
	font-size: 13px;
	font-family: verdana}	

.T1Bold {color: #3c4b72;
	font-size: 13px;
	font-family: verdana;
	font-weight:bold}	

.T2 {color: #000000;
	font-size: 13px;
	font-family: verdana}
	
.T2Bold {color: #000000;
	font-size: 13px;
	font-family: verdana;
	font-weight:bold}

.T3 {color: white;
	font-size: 13px;
	font-family: verdana}	
	
.T4Bold {color: #000000;
	font-size: 18px;
	font-family: verdana;
	font-weight:bold}

.E1 {color: #3c4b72;
	font-size: 11px;
	font-family: verdana}

.E1Bold {color: #3c4b72;
	font-size: 11px;
	font-family: verdana;
	font-weight:bold}

.E2 {color: black;
	font-size: 11px;
	font-family: verdana}
	
.E2Bold {color: black;
	font-size: 11px;
	font-family: verdana;
	font-weight:bold}

.MenuButton {color: white;
	font-size: 11px;
	font-family: verdana;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:12px;}

.MainMenuButton {color: white;
	font-size: 13px;
	font-family: verdana;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;}

.E3 {color: white;
	font-size: 11px;
	font-family: verdana;}

.E1S {color: #3c4b72;
	font-size: 10px;
	font-family: verdana}

.E2S {color: black;
	font-size: 10px;
	font-family: verdana}
	
.E3S {color: white;
	font-size: 10px;
	font-family: verdana}

.S1 {color: #3c4b72;
	font-size: 10px;
	font-family: Verdana}

.S2 {color: black;
	font-size: 10px;
	font-family: verdana}

.S3 {color: white;
	font-size: 10px;
	font-family: verdana}

A:link	{	
	text-decoration:	none;
	color:	#3c4b72;
	}

A:visited	{	
	text-decoration:	none;
	color:	#3c4b72;
	}
		
A:hover	{	
	text-decoration:	none;
	color:	#3c4b72;
	font-style:italic;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
BUTTON {
	font-size:13px;
	font-family:Tahoma;
	color:Black;
	}

html, body, table#fullheight1{height:100%}
html, body, table#fullheight2{height:100%}

UL LI	{	
	list-style-type:	disc ; padding-left:0; margin-left:0; color:#3c4b72
	}	

UL LI LI	{	
	list-style-type:	square;
	}	

UL LI LI LI	{	
	list-style-type:	disc;
	}	
	
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;
	margin-bottom: 0px;
	}

