body
{
	font-family: Georgia, serif;
}

.mainlink a
{
	font-family: Georgia, serif;
	font-size: 14px;
	color:	black;
	border: 1px solid black;	
	background-color: #FFFFFF;
	height: 25px;
	width:	90px;
	text-decoration: 	none;
	text-align:			center;
}

.mainlink a:hover
{
	color: 				white;
	border: 			1px solid white;
	background-color: 	black;
	text-decoration:	none;
}

h1
{

}
h2
{

}
h3
{

}
h4
{
	
}

a
{
	color:				#999999;
	text-decoration: 	none;
}
a:hover
{
	color:				#000000;
	text-decoration:	underline;
}

.bottom
{
	font-size:		10px;	
	color:			white;
}
.bottom a:hover
{
	color:				white;
	text-decoration:	underline;
}

.listlink
{
	height:					25px;
	border:				1px solid #000000;	
	text-decoration:	none;
	color:					black;
}

.listlink:hover
{
	border:				1px solid #999999;
	text-decoration:	none;
	color:					#999999;
}

td.black
{
		background-color:	black;
		color:						white;
		border:					solid 1px black;
		text-align:					center;
}

.cnr-1
{
	background-color:	black;
	margin-left:				5px;
	margin-right:			5px;
	height:						1px;
}
.cnr-2
{
	background-color:	black;
	margin-left:				3px;
	margin-right:			3px;
	height:						1px;
}
.cnr-3
{
	background-color:	black;
	margin-left:				2px;
	margin-right:			2px;
	height:						1px;
}
.cnr-4
{
	background-color:	black;
	margin-left:				1px;
	margin-right:			1px;
	height:						1px;
}
.cnr-5
{
	background-color:	black;
	margin-left:				1px;
	margin-right:			1px;
	height:						1px;
}
.cnr-box
{
	background-color:	black;
	display:					block;
	color:						white;
	text-align:					center;
	padding-left:				2px;
	padding-right:				2px;
}