/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 0.8em;
	border-left-color: gray;
	border-bottom-color: gray;
	word-spacing: normal;
	margin-left: 10px;
	text-transform: none;
	border-top-color: gray;
	margin-right: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: ghostwhite;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
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
{
	font-size: 10pt;
	color: crimson;
	font-family: Arial;
	text-decoration: none;
}	
		
A:visited
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}	
		
A:active
{
	
	font-size: 10pt;
	color: #ff0000;
	font-family: Arial;
	text-decoration: none;
}	
		
A:hover
{
	
	font-size: 10pt;
	color: gray;
	font-family: Arial;
	text-decoration: underline;
}
	
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;
	}
.Banner
{
	font-weight: bold;
	font-size: 22pt;
	color: black;
	font-family: 'Comic Sans MS' , Arial;
	background-color:ghostwhite;
	text-align: center;
}
.BannerText
{
	font-weight: bold;
	font-size: 24pt;
	color: #000000;
	font-family: 'Comic Sans MS' , 'Times New Roman' , Arial;
	text-align: center;
}
.SubBanner
{
	font-weight: bold;
	font-size: 12pt;
	color: #5e0000;
	font-family: Arial, 'Times New Roman';
	
}
.SubBannerText
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: 'Comic Sans MS' , Arial, 'Times New Roman';
}
.TableHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial, 'Times New Roman';
	background-color: navy;
}
.PageTitle
{
	border-top-width: medium;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-left-width: medium;
	font-size: 14pt;
	border-bottom-width: medium;
	padding-bottom: 5px;
	color: navy;
	line-height: 20pt;
	padding-top: 5px;
	font-family: 'Comic Sans MS' , Arial, 'Times New Roman';
	text-align: left;
	border-right-width: medium;
}
	
.Row1
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color:#ffffff ;
}
.Row2
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #edeeef;
}
.tdText
{
	font-weight: bold;
	font-size: 10pt;
	color: ffffff;
	font-family: Arial;
	background-color: dimgray;
}
.tdValue
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial;
	background-color: black;
}
.formElement
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	
}
.Error
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial;
	
}
.Button
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial, 'Times New Roman';
	background-color: #000099;
}
.textbox
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: lightgrey;
	text-align: left;
}
.textboxDtls
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: lightgrey;
	text-align: center;
}
.topNav
{
}

.InPageLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #3333cc;
	font-family: Arial;
	text-decoration: none;
}
.Navigation
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	background-color: dimgray;
	text-align: center;
	text-decoration: none;
}
.Navigation A:link
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	background-color: dimgray;
	text-align: center;
	text-decoration: underline;
}
.Navigation A:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffff99;
	font-family: Arial;
	background-color: dimgray;
	text-align: center;
	text-decoration: underline;
}
.Navigation A:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #da7711;
	font-family: Arial;
	background-color: dimgray;
	text-align: center;
	text-decoration: none;
}
.FooterText
{
	font-weight: normal;
	font-size: 9pt;
	color: white;
	font-family: Arial, 'Times New Roman';
	background-color: #000043;
	
}
.FooterText A:link
{
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial;
	text-align: center;
	background-color: #000043;
}
.FooterText A:visited	
{
	
	font-size: 9pt;
	color: #ffff99;
	font-family: Arial;
	background-color: dimgray;
	text-align: center;
	text-decoration: underline;
	background-color: #000043;
}
.FooterText A:hover
{
	
	font-size: 9pt;
	color: yellow;
	font-family: Arial;
	text-align: center;
	text-decoration: underline;
	background-color: #000043;
}



.text
{
	padding-right: 5px;
	padding-left: 30px;
	font-size: 9pt;
	padding-bottom: 5px;
	line-height: 20pt;
	padding-top: 5px;
	font-family: 'Times New Roman' , Arial;
	letter-spacing: 1pt;
	background-color: ghostwhite;
	text-align: justify;
}
.address
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10pt;
	border-left-color: gray;
	border-bottom-color: gray;
	margin-left: 5px;
	color: white;
	border-top-style: groove;
	border-top-color: gray;
	line-height: 15pt;
	margin-right: 5px;
	font-family: Arial, 'Times New Roman';
	border-right-style: groove;
	border-left-style: groove;
	background-color: #01487f;
	text-align: center;
	border-right-color: gray;
	border-bottom-style: groove;
}


.Conftext
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	margin: 5px;
	line-height: 15pt;
	padding-top: 5px;
	font-family: Arial, 'Times New Roman';
	letter-spacing: normal;
	background-color: #d3e6f5;
	text-align: center;
}


.leftNav
{
	border-right: #003399 1px solid;
	padding-right: 5px;
	border-top: #003399 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	margin: 5px;
	border-left: #003399 1px solid;
	line-height: 15pt;
	padding-top: 5px;
	border-bottom: #003399 1px solid;
	font-family: Arial, 'Times New Roman';
	letter-spacing: normal;
	background-color: #d3e6f5;
	text-align: left;
}
.leftNavHead
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: 'Comic Sans MS' , Arial;
	background-color: #0066cc;
	text-align: center;
}

.leftNav A:link
{
	font-size: 10pt;
	color: blue;
	font-family: 'Comic Sans MS' , Arial;
}
.leftNav A:visited	
{
	font-size: 10pt;
	color: navy;
	font-family: 'Comic Sans MS' , Arial;
}
.leftNav A:hover
{
	font-size: 10pt;
	color: dimgray;
	font-family: 'Comic Sans MS' , Arial;
}
