/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}
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:	.7em;
	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:	#6699CC;
	}	
		
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;
	}	

	
.main
{
	border-right: #003366 thin solid;
	border-top: #003366 thin solid;
	border-left: #003366 thin solid;
	border-bottom: #003366 thin solid;
	background-color: #cccccc;
}

.bodyhead
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: silver 1px solid;
    FONT-WEIGHT: bold;
    BORDER-LEFT: medium none;
    COLOR: steelblue;
    BORDER-BOTTOM: silver 1px solid;
    BACKGROUND-COLOR: white;
}

.menuButton
{
	border-right: #CED4EE 2px solid;
	padding-right: 3px;
	border-top: #CED4EE 2px solid;
	padding-left: 3px;
	padding-bottom: 0px;
	margin: 0px;
	font: bold 16px verdana;
	border-left: #CED4EE 3px solid;
	color: white;
	padding-top: 0px;
	border-bottom: #CED4EE 2px solid;
	background-color: #5579B1;
	text-decoration: none;
}

.menuButtonSelected
{
	border-right: #CED4EE 2px solid;
	padding-right: 3px;
	border-top: #CED4EE 2px solid;
	padding-left: 3px;
	padding-bottom: 0px;
	margin: 0px;
	font: bold 16px verdana;
	border-left: #CED4EE 3px solid;
	color: #5579B1;
	padding-top: 0px;
	border-bottom: #CED4EE 2px solid;
	background-color: white;
	text-decoration: none;
}

.menuButtonClick
{
	border-right: navy 3px solid;
	padding-right: 3px;
	border-top: navy 3px solid;
	padding-left: 3px;
	padding-bottom: 0px;
	margin: 0px;
	font: bold 16px verdana;
	border-left: navy 3px solid;
	color: black;
	padding-top: 0px;
	border-bottom: navy 3px solid;
	background-color: lightskyblue;
	text-decoration: none;
}

.menuButtonHover
{
	border-right: navy 3px solid;
	padding-right: 3px;
	border-top: dodgerblue 2px solid;
	padding-left: 3px;
	padding-bottom: 0px;
	margin: 0px;
	font: bold 16px verdana;
	border-left: dodgerblue 2px solid;
	cursor: hand;
	color: white;
	padding-top: 0px;
	border-bottom: navy 3px solid;
	background-color: lightskyblue;
	text-decoration: none;
}

.normal
{
	font-family: Verdana; 
	font-size:8pt;
}

.normalWithBorder
{
	border-right: #003366 thin solid;
	border-top: #003366 thin solid;
	font-size: 8pt;
	border-left: #003366 thin solid;
	border-bottom: #003366 thin solid;
	font-family: Verdana;
}

.grayBackground
{
	background-color: #cccccc;
}

.darkBackground
{
	color: white;
	background-color: #003366;
}
.blueBackground
{background-color: #5579B1;
}

.titleText
{
	font-size: 10pt;
	color:#666666;
	background-color: #cccccc;
}


