.topbody {
	background-image: url(graphics/topmain.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.top_right {
	background-image: url(graphics/right_topcorner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bott_right {
	background-image: url(graphics/right_bottcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bott_left {
	background-image: url(graphics/left_bottcorner.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.top_left {
	background-image: url(graphics/left_topcorner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.right {
	background-image: url(graphics/right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.left {
	background-image: url(graphics/left.png);
	background-repeat: repeat-y;
	background-position: right top;
}


.top {
	background-image: url(graphics/top.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.bottom {
	background-image: url(graphics/bottom.png);
	background-repeat: repeat-x;
	background-position: right top;
}
.hor_divide {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.divide_topbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}





.bottombody {
	background-image: url(graphics/bottommain.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bodybanner {
	background-image: url(graphics/blue_grad_bodybanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

.body_main {
	background-attachment: scroll;
	background-image: url(graphics/body_main.png);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
}

a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	font-weight: normal;
}
a:link {color:#0F3043; text-decoration:none}
a:visited {color: #0F3043; text-decoration:none}
a:hover {
	text-decoration:none;
	color: #0F3043;
	font-weight:normal;
	font-style: italic;
}
a:active {
	color: #0F3043;
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
}
.body_main table tr td table tr td p {
	text-align: justify;
}
.body_main p {
	font-size: 9pt;
}
.text8pt {
	font-size: 8pt;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.text_body {
	font-size: 9pt;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
}
.textbody_bullet {
	font-size: 9pt;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	list-style-type: circle;
	list-style-position: outside;
}

.textbody_blue {
	font-size: 9pt;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #0f3043;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
}
