body,td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}

body {
	background-color: #FFFFFF;
}

a:link {
	color: #AA0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #AA0000;
}

a:hover {
	text-decoration: none;
	color: #330000;
}

a:active {
	text-decoration: none;
	color: #EE0000;
}

/* THE WHOLE PAGE'S SETUP */

.headboxv{
	position: relative;
	top: 10px;
	left: 10px;
	width: 800px;
	height: 100px;
	border: 0px;
	padding: 0px;
}

.menubox {
	font-size: small;
	position: absolute;
	top: 110px;
	left: 10px;
	width: 800px;
	height: 20px;
	border: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}

.rightbox {
	font-size: small;
	position: absolute;
	top: 180px;
	left: 670px;
	width: 140px;
	border: 0px;
	padding: 0px;
}

.mainbox {
	font-size: small;
	position: absolute;
	top: 180px;
	left: 10px;
	width: 640px;
	border: 0px;
	padding: 0px;
}                                                

.categorybox {
	font-size: small;
	position: absolute;
	top: 180px;
	left: 10px;
	width: 800px;
	border: 0px;
	padding: 0px;
}

.titlebox {
	font-size: small;
	position: absolute;
	top: 110px;
	left: 10px;
	border: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}

.contact {
	font-size: 10pt;
	font-weight: bold;
	color: #555555;
}