/* Default CSS Stylesheet for a new Web Application project */

BODY, .StdText1
{
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	word-spacing: normal;
	font-family: Arial, Helvetica, Verdana, serif;
	letter-spacing: normal;
}

H1, .pgHeader1
{
	margin-top: 0px;
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 10px;
	word-spacing: normal;
	text-transform: none;
	color: #32667e;
	padding-top: 0px;
	font-style: italic;
	font-family: Times, 'Times New Roman' , Georgia, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}	

H2, .StdTitle1
{
	margin-top: 3px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 1px;
	padding-bottom: 1px;
	word-spacing: normal;
	text-transform: none;
	color: #990000;
	padding-top: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}	

H3, .StdTitle2
{
	margin-top: 3px;
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 1px;
	padding-bottom: 1px;
	word-spacing: normal;
	text-transform: none;
	color: #8c6239;
	padding-top: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}	

H4, .StdTitle3
{
	margin-top: 3px;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 1px;
	padding-bottom: 1px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	padding-top: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}	
	
H5, H6, .StdTitle4
{
	margin-top: 3px;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 1px;
	padding-bottom: 1px;
	word-spacing: normal;
	text-transform: uppercase;
	color: #000000;
	padding-top: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}	



A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	8pt;
	}	

BIG	{	
	font-size:	14pt;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
UL		
{
	margin-top: 5px ;
	margin-bottom:5px;
	}

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;
	}	

	
.tbBorder1
{
	border-right: #8c6239 1px solid;
	border-left: #8c6239 1px solid;
	width: 738px;
	border-bottom: #8c6239 1px solid;
	height: 400px;
	background-color: white;
}

.tdLeft1
{
	padding-left: 5px;
	width: 160px;
	padding-top: 5px;
	width: 160px
	}

.tdRight1
{
	padding-right: 10px;
	padding-left: 10px;
	width: 560px;
	padding-top: 5px;
	text-align: left;
}


.tdBodyNoMenu /*Body format for pages w/ no menu*/
{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	padding-top: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	word-spacing: normal;
	font-family: Arial, Helvetica, Verdana, serif;
	letter-spacing: normal;
}


.tdBodyNoMenu2 /*Secure area body format */
{
	padding-right: 50px;
	padding-left: 50px;
	width: 100%;
	padding-top: 5px;
	text-align: left;
	
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	word-spacing: normal;
	font-family: Arial, Helvetica, Verdana, serif;
	letter-spacing: normal;
}

