.maintext {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.mainbold {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
.left-tile {
	background-image: url(../images/left_tile.jpg);
	background-repeat: repeat;
	background-position: right top;
}
.right-tile {
	background-image: url(../images/right_tile.jpg);
	background-repeat: repeat;
	background-position: left top;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
