﻿html {
	overflow: auto;
}
body {
	background-image: url("../../images/space.gif");
	background-attachment: fixed;
	color: #00FFFF;
	font-family: Arial,Verdana,sans-serif;
	margin: 0;
	padding: 0;
}
A:link {
	color: #00FFFF;
}
A:visited {
	color: #00FFFF;
}
A:active {
	color: #00FFFF;
}
A:hover {
	color: #FF0000;
}
H1 {
	font-family: Arial Black;
}
H2 {
	font-family: Arial Black;
}
H3 {
	font-family: Arial Black;
}
#header {
}
#body_main, #center {
margin-top: 20px;
	overflow: auto;
	scrollbar-face-color : #0000CD;
	scrollbar-highlight-color : #00FFFF;
	scrollbar-3dlight-color : #00FFFF;
	scrollbar-shadow-color : #00FFFF;
	scrollbar-darkshadow-color : #00FFFF;
	scrollbar-track-color : #00FFFF;
	scrollbar-arrow-color : #FF0000;
}
#holidayfuzz {
	position: absolute;
	width: 480px;
	height: 480px;
	z-index: 1;
	left: 20%;
	top: 5%;
	visibility: hidden;
	background: url("../../images/space.gif");
	margin: 25px 25px 25px 25px;
	border: #c0c0c0 3pt ridge;
}

tr.main_menu {
	background-color: #00FFFF;
	text-align: center;
	color: #000;
	font-family: Verdana;
}

tr.main_menu td.menu_cell {
	width: 25%;
}

.main_menu_tbl {
	width: 100%;
}
tr.main_menu td.menu_cell a:link, tr.main_menu td.menu_cell a:visited, tr.main_menu td.menu_cell a:active {
	background-color: #00FFFF;
	display: block;
	color: #000;
	text-decoration: none;
}
tr.main_menu td.menu_cell a:hover, tr.main_menu td.menu_cell a.selected {
	background: #f00;
	color: #fff;
}
