/* Default CSS Stylesheet for a new Web Application project */

.mailingLabels
{
	font-family: Times New Roman;
	color: Black;
	font-size: 12;	
}

.pagetitle
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #000055;
	vertical-align: text-bottom;
	font-size: 16;	
}

.boxes
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: Black;
	font-size: 12;	
	width: 150px;
}

.boxesNoSetWidth
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: Black;
	font-size: 12;	
}

.labels
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: Black;
	font-size: 12;	
}

.infolabel
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: Black;
	font-size: 12;	
	font-weight: bold;	
}

.buttons
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: white;
	background-color: gray;
	font-size: 12;	
	width: 100px;
	font-weight: bold;
}

.buttonsNoSetWidth
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: white;
	background-color: gray;
	font-size: 12;	
	font-weight: bold;
}

BODY
{
    BACKGROUND-COLOR: #CCCCCC;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

P, TD 
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: Black;
	font-size: 12;	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:	20px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:	18px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:	16px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:	14px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:	12px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:	10px;
	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	
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12;	
	font-weight: normal;	
	color:	#3333cc;
	}	
		
A:visited	{	
	color:	#333399;
	}	
		
A:active	{	
	color:	#333399;
	}	
		
A:hover	{	
	color:	#3333cc;
	}

.navCellNormal
{
	background-color: #000055;
	font-size: 12;
	font-weight: normal;
	padding: 1px 1px 1px 1px;
	color: White;
	cursor: hand;	/* Hand pointer for I.E. browsers */
	cursor: pointer;	/* Hand pointer for other browsers */
}
.navCellHover
{
	background-color: #3232CF;
	font-size: 12;
	font-weight: normal;
	padding: 1px 1px 1px 1px;
	color: White;
	cursor: hand;	/* Hand pointer for I.E. browsers */
	cursor: pointer;	/* Hand pointer for other browsers */
}
.navCellCurrent
{
	background-color: #cccccc;
	font-size: 12;
	font-weight: normal;
	padding: 1px 1px 1px 1px;
	color: White;
	cursor: default;	
}

.contentCell
{
	vertical-align: top;
	background-color: White;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 30px;
}
	
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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.sidebutton	{
	visibility: hidden;
}

A.navLinks:link 
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-size: 12;
	font-weight: normal;
	background-color: #000055;
	color:	#ffffff;
}

A.navLinks:visited 
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-size: 12;
	font-weight: normal;
	color:	#ffffff;
}

A.navLinks:active 
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-size: 12;
	font-weight: normal;
	background-color: #999999;
	color:	#ffffff;
}

A.navLinks:hover  
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-size: 12;
	font-weight: normal;	
	background-color: #3232CF;
	color:	#ffffff;
}

.errorlabel
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: Red;
	font-size: 12;	
	font-weight: bold;	
}

A.regular:link	
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12;	
	font-weight: bold;
	color:	#3333cc;
	}	
		
A.regular:visited	
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12;	
	color:	#333399;
	}	
		
A.regular:active	
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12;
	color:	#333399;
	}	
		
A.regular:hover	
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12;
	color:	#3333cc;
	}