body, html {
	margin: 0px;
	padding: 0px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	overflow: auto;
	overflow-h: scroll;
	scrollbar-face-color: FFFFFF;
	scrollbar-track-color: 3399FF;
	scrollbar-arrow-color: 3399FF;
	scrollbar-3dlight-color: 3399FF;
	scrollbar-darkshadow-color: 3399FF;
	scrollbar-highlight-color: 3399FF;
	scrollbar-shadow-color: 3399FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}

table
{
	font-size: 12px;
}

a
{
	color: #000066;
	text-decoration: underline;
}

a:hover
{
	color: #003399;
	text-decoration: none;
}

.main
{
	position: absolute;
	top: 2px;
	height: 296px;
	left: 0px;
	width: 600px;
	border-right: 2px solid #3399FF;
}

.main .rightimage
{
	float: right;
	border-left: 2px solid #3399FF;
	border-right: none;
	margin: 0px;
	padding: 0px;
}

.main div.text
{
	overflow: auto;
	padding: 10px;
	height: 296px;
}

.lefttext
{
	position: absolute;
	overflow: auto;
	top: 2px;
	height: 296px;
	left: 0px;
	width: 392px;
	background-image: url(images/text_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.rightpicture
{
	position: absolute;
	top: 2px;
	height: 296px;
	width: 208px;
	left: 392px;
	border-left: 2px solid #3399FF;
	border-right: 2px solid #3399FF;
	overflow: hidden;
}

.text2
{
 position: absolute;
 overflow: auto;
 top: 2px;
 height: 296px;
 left:0px;
 width: 600px;
 border-right: 2px solid #3399FF;
}

.padding
{
	padding: 10px;
}

.header
{
	font-size: 14px;
	font-weight: bold;
}

.indent
{
	padding-left: 10px;
}