BODY {background: #000000}

A:link {
	color: #E1A967;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}
A:visited {
	color: #E1A967;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}
A:hover {
	color: #E1A967;
	text-decoration: underline;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}
.table_header {
	font-family : verdana;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
}
.white_text {
	font-family : verdana;
	font-size : 12px;
	color : #E1A967;
}
.seniors_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.link2
{
	color: #E1A967;
	text-decoration: underline;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	border: 1px solid blue;
}

div.link
{
	color: #E1A967;
	text-decoration: underline;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	float: left;
}

img.thumb
{
	width: 50px;
	height: 50px;
	cursor:pointer;
	padding: 2px 2px 2px 2px;
	border: 1px solid #000000;
}

div.progress
{
	float: left;
	border: 2px solid red;
	width: 5px;
	height: 5px;
	margin: 2px 2px 2px 2px;
	opacity: 0;
	MozOpacity: 0;
	filter: alpha(opacity=0);
}

div.preload
{
	display: none;
	opacity: 0;
	MozOpacity: 0;
	filter: alpha(opacity=0);
}

