BODY,TD
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
}

A:visited, A:link
{
	color: #00008B;
	text-decoration: none;
}

A:hover
{
	color: #0033CC;
	text-decoration: underline;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 22px;
	font-weight: bold;
}

.cat
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.head
{
	font-family: Arial, Helvetica, sans-serif;
	color: #00008B;
	font-size: 16px;
	font-weight: bold;
}

.sub
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.foot
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ButtonLink
{
	cursor: hand;
	width: 180px;
	margin-top: 5px;
	margin-bottom: 1px;
	font-family: Tahoma;
	font-weight: bold;
	display: inline-block;
	padding: 2 5 2 5;
	border: 1px solid black;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	vertical-align: bottom;
	text-decoration: none;
	background-color: #F5F5F5;
}
	
.ButtonLink:Hover
{
	background-color: #999999;
	color: white;
	text-decoration: none;
}
