/* Default CSS Stylesheet for a new Web Application project */
DOCUMENT
{
	
	
	background-color: transparent;
}

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
HR
{
	width: 100%;
	color: black;
}
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:	.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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.InstructionBlue
{
	color: navy;
	font-weight: normal;
	font-size:  small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	
}

.SmallInstructionBlue
{
	color: navy;
	font-weight: bold;
	font-size:  x-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	
}
.HeaderWhiteText
{
	color: white;
	font-weight: bold;
	font-size: small;
	word-spacing: normal;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.HeaderWhiteTextNoCaps
{
	color: white;
	font-weight: bold;
	font-size: small;
	word-spacing: normal;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.QuestionText
{
	color: Black;
	font-weight: normal;
	font-size:  small;
	word-spacing: normal;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.BrownText
{
	color: #a52a2a;
	font-weight: normal;
	font-size: small;
	word-spacing: normal;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}
.trlabel
{
	background-color: Navy;
	text-align: left;
}

.Error
{
	font-weight: bold;
	font-size: x-small;
	color: red;
}

.PageError
{
	font-weight: bold;
	font-size: small;
	color: red;
}

.RequiredAsterix
{
	font-weight: bold;
	font-size: small;
	color: red;
}

.FooterText
{
	color: Navy;
	font-weight: bold;
	font-size: small;
	word-spacing: normal;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.boldText
{
	color: Navy;
	font-weight: bold;
	font-size: small;
	word-spacing: normal;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.reviewTextMaroon
{
	color: Maroon;
	font-weight: normal;
	font-size:  small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	
}

.FooterTextBrowser
{
	color: Navy;
	font-weight: normal;
	font-size: x-small;
	word-spacing: normal;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.blueButton
{
	background-color: #6495ed;
	color: White;
	font-weight: bold;
}



.TextBox
{
	font-weight: normal;
	font-size: x-small;	
	cursor: text;
	font-family: Arial;
	text-decoration: none;
}
.TextBoxNoCap
{
	font-weight: normal;
	font-size: x-small;
	text-transform: none;
	cursor: text;
	font-family: Arial;
	text-decoration: none;
}

.Label
{
	font-weight: bold;
	font-size: x-small;
	height: 16px;
	text-decoration: underline;
}
.btnLabel
{
	font-weight: normal;
	font-size: x-small;
	height: 16px;
	text-decoration: underline;
}
.HLabel
{
	font-weight: bold;
	font-size: x-small;
	text-transform: capitalize;	
	height: 16px;
	color: black;	
		
}


.Text1
{
	font-weight: normal;
	font-size: xx-small;
	height: 16px;
	text-decoration: none;
}
.Text2
{
	font-weight: bold;
	font-size: xx-small;
	height: 16px;
	text-decoration: none;
	color: black;
}
.Text3
{
	font-weight: bold;
	font-size: x-small;
	height: 16px;
	text-decoration: none;
}
.Table
{
	border-right: black thin solid;
	border-top: black thin solid;
	background-image: none;
	padding-bottom: 1px;
	border-left: black thin solid;
	border-bottom: black thin solid;
	border-collapse: collapse;
	background-color: transparent;
	
}
.PrintTable
{
	border-right: black thin solid;
	border-top: black thin solid;
	background-image: none;
	padding-bottom: 1px;
	border-left: black thin solid;
	border-bottom: black thin solid;
	border-collapse: separate;
	background-color: transparent;
}


.regform
{
	
	
}
.button
{
	width: 64px;
	
}
.help
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	font-size: x-small;
	border-left: blue 1px solid;
	color: black;
	border-bottom: blue 1px solid;
	border-collapse: collapse;
	background-color: white;
	text-decoration: none;
}
.tdlabel
{
	background-color: #b0c4de;
	text-align: left;
}
.tdlabelHelp
{
	background-color: #b0c4de;
	text-align: left;
}
.helpText
{
	font-family: Verdana;
	font-size: small;
	text-align:left;
	color: black;	
}
