/* main */
.leftBoxes
{
	font-family:Tahoma;
	font-size:11px;
	text-align:justify;
	padding-right:5px;
	padding-left:5px;
}
.pageTitle
{
	color:#FF6600;
	font-family:Tahoma;
	font-size:12px;
	font-weight:400;
}
.tableBorder
{
	border-width:1px;
	border-style:dotted;
	border-collapse:collapse;
	border-color:#999999;
}
.listItems
{
	list-style-type: square;	
}
.imgPage
{
	margin-right:5px;
	margin-left:5px;
	margin-bottom:5px;
}
.body
{
	background-color:#FFFFFF;
	margin-top:3px;
}
.horizentalLine
{
	color:#CCCCCC;
	size:0.5px;
	width:100%;
	border-style:solid;
	line-height:0.5px;
}
.mainTD
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	line-height:20px;
	text-align:justify;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
}
.rightboxText
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	text-align:justify;
	
}
/*Form Elements */
.formElements
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	border-color:#336699;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
	overflow:hidden;
}
.formButtons
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:400;
	color:#336699;
	border-style:solid;
	border-color:#336699;
	border-width:1px;
	background-color:#FFFFFF;
	width:70px;
}
/* Header */
.headerLinks
{
	font-family:Tahoma;
	font-size:11px;
	color:#336699;
	text-decoration:none;
}
.headerLinks:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#FF6600;
	text-decoration:underline;
}
.headerText
{
	font-family:Tahoma;
	font-size:11px;
	color:#336699;
}
/* footer */
.footerLinks
{
	font-family:Tahoma;
	font-size:11px;
	color:#336699;
	text-decoration:none;
}
.footerLinks:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#FF6600;
	text-decoration:underline;
}
.footerText
{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}