body {
	margin: 0;
	background-color: #FFF9DF;
}
.google_search {
	background-image: url(images/header/google_search.png);
	background-repeat: no-repeat;
}
.hr_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	height: 4px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.table_cardio {
	background-image: url(images/cardio.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.table_main_footer {
	background-image: url(images/table_main_footer.png);
	background-repeat: no-repeat;
	background-position: left;
}
.table_main_middle {
	background-image: url(images/table_main_middle.png);
	background-repeat: repeat-y;
	background-position: left;
}
.table_patron {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #009900;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	line-height: 20px;
}
.text_center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
}
.text_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
.text_valid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF6600;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
.title_patron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	text-align: center;
	font-style: normal;
}
.title_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}
.title_total{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
}
a:link
{
	color: #FF9900;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #FF9900;
}
a:hover
{
	text-decoration: none;
	color: #006900;
	font-weight: bold;
}
a:active
{
	text-decoration: none;
	color: #006900;
}
.table_stats {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border: 1px dashed #006600;
	text-align: left;
}
.table_news {
	border: 1px solid #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FF6600;
}
.table_news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/table_news.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 30px;
}
.table_news_update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #009900;
	text-align: right;
	line-height: 14px;
}
/*															 T H U M B N A I L S */
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #E6E6E6;
	padding: 5px;
	border: 1px dashed #333;
	visibility: hidden;
	color: #333;
	text-decoration: none;
	width: 535px;
	bottom: 30px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 250;
}
