body {
	background-color: #333333;
	background-image: url(new_tile.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
.main_table {
	margin: 50px;
}
#title-cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(img/title-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
	width: 200px;
	text-align: left;
	vertical-align: bottom;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-left: 20px;
	text-align: left;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A627A;
	text-decoration: none;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
		font-size: 12px;
}
a:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
		font-size: 12px;
}
a:active {
	color: #0099FF;
		font-size: 12px;
}

