﻿/***************************
 * Utility styles
 ***************************/

body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: left;
	word-spacing: normal;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	color: #858585;
}


.Hidden
{
	position: absolute;
	left: -10000px;
}

.FloatClear
{
	height: 1px;
	clear: both;
	overflow: hidden;
}

a img
{
	border: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #c41230;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #727777;
	font-size: 11px;
	text-decoration: none;
}

