/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
	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;
}
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
{
	color: darkcyan;
}	
		
A:visited	{	
	color: darkcyan;
	}	
		
A:active
{
	color: darkcyan;
}	
		
A:hover
{
	color: darkcyan;
}
	
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;
	}	
.backtotop
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
}
.copyright
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
}
.trademark
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
}
.basefont
{
	font-size: 13px;
	color: black;
	font-family: Verdana, Arial;
}
.boldfont
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Arial;
}
.banner
{
	left: 0px;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 89px;
}
.menu
{
	left: 0px;
	position: absolute;
	top: 89px;
}
.maincontent
{
	padding-right: 12px;
	padding-left: 12px;
	font-size: 13px;
	left: 157px;
	padding-bottom: 5px;
	color: black;
	padding-top: 5px;
	font-family: Verdana, Arial;
	position: absolute;
	top: 89px;
}
.maincontentbold
{
	font-weight: bold;
}
.headingfontback
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	font-family: Verdana, Arial;
	background-color: #876C81;
}
.headingfont
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: Verdana, Arial;
}
.contentmargin
{
	width: 590px;
}

.content
{

	margin: 0px 5px 5px 10px;
	width: 590px;
}
.content2
{
	
	width: 590px;
}
.screenshot
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	
	background-color: #ffffcc;
}
.btn
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 12px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
}
.onlineform
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	background-color: whitesmoke;
}