body {
	background-color: #FFFFFF;
	background-image:    url("/images/v2_bg_image.jpg");
	background-repeat:repeat-y;
}
.mainBody {
	color: #747474;
	font-size: 14px;
	text-align:right;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 727px;
	top: 358px;
	width: 125px;
	height: 45px;
	
}

#smallerBody {
	font-size:10px;
	color:#D2D2D2;
	}
	

.mainBody a:link {
	color: #3366CC;
	text-decoration: none;
}
.mainBody a:visited {
	text-decoration: line-through;
	color: #CC9900;
}
.mainBody a:hover {
	text-decoration: none;
	color: #CC9900;
}
.mainBody a:active {
	text-decoration: none;
	color: #333366;
}
