<!--
body {
	background-color: #E8E8E8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/slice_02.jpg);
	background-repeat: repeat-x;
}
.top_background{
	background-image: url(images/slice_06.jpg);
	background-repeat: repeat-x;
}
.left_background {
	background-image: url(images/slice_61.jpg);
	background-position:top left;
}
.left_background2{
	background-image: url(images/slice_71.jpg);
	background-repeat: repeat-x;
}
.bottom_background2{
	background-image: url(images/bottom_bar.jpg);
}
.bottom_background3{
	background-image: url(images/bottom_bar2.jpg);
}
.body_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}
.copyright_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
}
a.copyright_text:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	text-decoration: underline;
}
a.copyright_text:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	text-decoration: underline;
}

a.copyright_text:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	text-decoration: underline;
}
a.copyright_text:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	text-decoration: underline;
}
.profile_content {
	background-image: url(images/profile_content_bkground.gif);
	background-repeat: no-repeat;
}
.left_sub_content {
	background-image: url(images/left_sub.gif);
	background-repeat: no-repeat;
}
.right_sub_content {
	background-image: url(images/right_sub.gif);
	background-repeat: no-repeat;
}
.right_sub_content2 {
	background-image: url(images/right_sub2.gif);
	background-repeat: no-repeat;
}
.body_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
}
a:link {
	color: #85AB54;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #85AB54;
}
a:hover {
	text-decoration: underline;
	color: #85AB54;
}
a:active {
	text-decoration: none;
	color: #85AB54;
}

.gradient_left{
	background-image: url(images/middle_left_side.jpg);
	background-repeat: repeat-y;
	height: auto;
}

.gradient_right{
	background-image: url(images/middle_right_side.jpg);
	background-repeat: repeat-y;
}
.gradient_bottomleft{
	background-image: url(images/bottom_left_side.jpg);
	background-repeat: no-repeat;
}
.gradient_bottomright{
	background-image: url(images/bottom_right_side.jpg);
	background-repeat: no-repeat;
}


-->