/*Main content*/
BODY
{
	margin: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6;
	text-align: justify;
}
TD P
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6;
	text-align: justify;
	margin: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
UL
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: justify;
}
/*Main Link Properties*/
A:link
{
	color: #333;
	text-decoration: none;
}
A:visited
{
	color: #333;
	text-decoration: none;
}
A:active
{
	color: #333;
	text-decoration: none;
}
A:hover
{
	color: #333;
	text-decoration: none;
	text-align: left;
}
/*Top navbar*/
DIV#topnav
{
	background-color: #333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
DIV#topnav UL
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	line-height: 1.3;
}
DIV#topnav UL LI
{
	display: inline;
}
DIV#topnav UL LI A
{
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin-right: -1px;
}
DIV#topnav UL LI A:hover
{
	background-color: #3F5F6A;
	color: #FFFFFF;
}
/*Left properties*/
.leftSide UL LI
{
	list-style: none;
	line-height: 18px;
}
/*Titles*/
H1
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	color: #333;
	margin-left: 14px;
	margin-right: 4px;
	text-align: left;
}
H2
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 5px;
	background-color: #333;
	border-bottom: 1px dotted #CCC;
	color: #FFF;
	margin-top: 0px;
}
H3
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 5px;
	background-color: #442;
	border-bottom: 1px dotted #CCC;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
/*Gray cell backgrounds*/
TD.gray
{
	background-color: #CCC;
}
/*Horizontal rule*/
HR
{
	height: 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #E69D01;
}

