body
{
	background-color: white;
	margin: 0px;
	padding: 0px; /* for Opera */
	font-size: 12px;
	font-family: verdana, arial;	
}

.content
{
	font-size: 12px;
	font-family: verdana, arial;
	HEIGHT: 345px;
	WIDTH: 677px;
	OVERFLOW: auto;

}

.sub_content
{
	PADDING: 10px;
}

H1
{
	font-size: 18px;
	font-family: verdana, arial;
	font-color: black;
	font-weight: bold;
}

H2
{
	font-size: 16px;
	font-family: verdana, arial;
	font-color:black;
	font-weight: bold;
}

H3
{
	font-size: 12px;
	font-family: verdana, arial;
	font-color: black;
	font-weight: bold;
}

H4
{
	font-size: 10px;
	font-family: verdana, arial;
	font-color: black;
}


indent
{
	padding-left: 8pt;
	padding-right: 8pt;
}


div.spacer
{
	clear:both;
}

.bold
{
	text-decoration:none;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

td>img
{
	display: block;
}

.navMenu
{
	z-index: 998;
	cursor: pointer;
}

.navSubMenu
{
	cursor: pointer;
}

.sub
{
	position: absolute;
	border: 1px #000000 solid;
	width: 120px;
	background-color: #ffffff;
	visibility: hidden;
	cursor: pointer;
	padding: 3px;
	top: 0px;
	z-index: 999;
	font-size:10px;
	font-family:arial;
	color:#000;
}

.sub a:link
{
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}
.sub a:visited
{
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}
.sub a:hover
{
	color: #4761D8;
	text-decoration: underline;
	font-family: arial;
	font-size: 10px;
}
.sub a:active
{
	color: #4761D8;
	text-decoration: underline;
	font-family: arial;
	font-size: 10px;
}

.banner_left
{
	width: 125px;
	min-height: 550px;
	border: solid 1px #fff;
	float: left;
}

	.banner_left tr
	{
		height: 70px;	
	}
	
	.banner_left td
	{
		text-align: center;
		border-bottom: solid 1px #fff;
	}

.banner_right
{
	float: right;
	width: 125px;
	min-height: 550px;
	border: solid 1px #fff;	
}

	.banner_right tr
	{
		height: 70px;	
	}
	
	.banner_right td
	{
		text-align: center;
		border-bottom: solid 1px #fff;
	}
