/* ---- Gymnastics City Main CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #F9F;
}
a:hover, a:active {
	color: #FF9;
}
/*#----- Selectors -----#*/
/*------ Used in Table ID's ------*/
#maintbl {
	width: 100%;
	align: center;
	border: 5px solid #993;
	background-color: #000000;
}
#headertbl {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#leftnavtbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F9F;
	background-color: #000000;
	text-align: center;
	width: 97%;
	border: 0px 0;
}
#centertbl {
	width: 100%;
	border: 0px;
	background-color: #990033;
}
#centertbl td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}	

/*************************************************/
/*------ Classes ------*/
.hdrbutton a:link, .hdrbutton a:visited {
	margin-top: 5px;
	display: block;
	width: 30%;
	border-top: 1px solid #FFC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #FFC;
	color: #990033;
	background-color: #F9F;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-left: 35%;
}
html>body .hdrbutton {
	width: 140px;
}
.hdrbutton a:hover, .hdrbutton a:active {
	color: #F9F;
	background-color: #903;
	text-align: center;
	border-top-color: #030;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #030;
}
