body
{
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #68757d;
	background: #FFFFFF;
}
table
{
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}
td
{
	padding: 0;
	margin: 0;
}
p
{
	padding: 0;
	margin: 0 0 10px 0;
}
h1
{
	font-size: 14pt;
	color: #012e69;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
}
h2
{
	font-size: 10pt;
	color: #012e69;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 0;
}
a:link, a:visited
{
	color: #012e69;
	text-decoration: none;
}
a:hover, a:active
{
	text-decoration: underline;
}
img
{
	border: 0;
}
#left
{
	background: url(../images/leftBg.gif) repeat-x top;
}
#right
{
	background: url(../images/rightBg.gif) repeat-x top;
}
	#nav
	{
		background: url(../images/navBg.gif) no-repeat;
	}
		#nav a
		{
			display: block;
			font-weight: bold;
			padding-top: 3px;
			height: 17px;
			width: 144px;
			text-align: center;
			background-color: #ced2d5;
			color: #6b747b;
			text-decoration: none;
			float: right;
			margin-left: 10px;
			text-decoration: none;
		}
		#nav a:hover
		{
			background-color: #1372b6;
			color: #FFFFFF;
			text-decoration: none;
		}
			#end
			{
				background: url(../images/navEnd.png) no-repeat right;
			}
			.on
			{
				background-color: #1372b6 !important;
				color: #FFFFFF !important;
			}
	#content
	{
		text-align: left;
		padding: 30px 0 30px 10px;
	}
	#footer
	{
		padding: 0 10px;
		font-size: 7pt;
	}
