/* Body Styles */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* Menu Styles */
td.menu_back {
	background-image: url(images/menu/back.gif);
	background-position: right;
	background-repeat: repeat-y;
}
td.on {
	background-image: url(images/menu/on.jpg);  
	height: 57px;
	width: 188px;
	padding-left: 75px;
	text-align: left;
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}
td.off {
	background-image: url(images/menu/off.jpg);  
	height: 57px;
	width: 188px;
	text-align: left;
	padding-left: 75px;
	background-position: right;
	background-repeat: no-repeat;
}

/* Link Styles */
a:link {
	color: #FF9900;
	text-decoration: none;
	background-color: inherit;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
	background-color: inherit;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	background-color: inherit;
}
a:active {
	color: #FF9900;
	text-decoration: none;
	background-color: inherit;
}
a.menu:link {
	color: #808080;
	text-decoration: none;
	background-color: inherit;
}
a.menu:visited {
	color: #808080;
	text-decoration: none;
	background-color: inherit;
}
a.menu:hover {
	color: #808080;
	text-decoration: none;
	background-color: inherit;
}
a.menu:active {
	color: #808080;
	text-decoration: none;
	background-color: inherit;
}
a.menu_small:link {
	font-size: 9px;
	color: #808080;
	text-decoration: none;
	background-color: inherit;
}
a.menu_small:visited {
	font-size: 9px;
	color: #808080;
	text-decoration: none;
	background-color: inherit;
}
a.menu_small:hover {
	font-size: 9px;
	color: #808080;
	text-decoration: none;
	background-color: inherit;
}
a.menu_small:active {
	font-size: 9px;
	color: #808080;
	text-decoration: none;
	background-color: inherit;
}

/* Footer Styles */
.footer {
	font-size: 11px;
	font-weight: bold;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: inherit;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}
td.back_foot {
	background-image: url(images/footer/bottom.jpg);  
	background-position: right;
	background-repeat: no-repeat;
}

/* Text Styles */
.orange_small {
	color: #FF9900;
	font-size: 12px;
	background-color: inherit;
}
.orange_large {
	color: #FF9900;
	font-size: 25px;
	background-color: inherit;
}
.orange_norm {
	color: #FF9900;
	background-color: inherit;
}
.white_large {
	font-size: 25px;
}
.white_small {
	font-size: 9px;
}
.white_medium {
	font-size: 16px;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
td.button {
	background-image: url(images/button.gif);  
	height: 33px;
	width: 108px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}