body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}

.middletable {
	background-color: #FFFFFF;
	background-position: center;
	width: 750px;
	border: thin solid #638183;
}

.smalltable {
	width: 173px;
	height: 350px;
	border: thin solid;
}

.text {
	font-size: 11px;
	color: #000000;
}


.largetext {
	font-size: 14px;
	color: #000000;
}



.strong {
	font-weight: bold
}





.tableheader {
	font-size: 12px;
	color: #666666;
	font-weight: bold
}




a.text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #618083;
	font-weight: bold;
}
a.text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #618083;
	font-weight: bold;
}


a.black:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a.black:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a.black:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a.black:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}









