BODY {
	scrollbar-3d-light-color: #999999;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #333333;
	scrollbar-face-color: #DF6592;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #C21743;
}
table {
	background-color: #DF6592;
}
a.menu_link {color: #3C3CDC; text-decoration: none;}
	a.menu_link:link {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #CC3300; font-size: 10px; list-style-image: url(/menu/mouse.gif); list-style-type: circle}
	a.menu_link:hover {font-family: Arial, Helvetica, sans-serif; background-color: #FFFF99; text-decoration: none; color: #FF66FF; font-size: 10px}
	a.menu_link:visited {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #CC3300; font-size: 10px; list-style-image: url(/menu/mouse.gif); list-style-type: circle}
.merch_menu {
	font-family: "Times New Roman", Times, serif;
}
/* This is the border line & background colour round the specific cells */
.cellline	{
	border: 1px #6698CC solid;
}.inputfield {
	border: thin dotted #FF33CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFEF95;
}
/* This is the border line & background colour for the holiday pages
.bodyline	{ background-color: #FFFF00; border: 1px #000000 solid; }
*/
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
[if IE 6]
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
[endif]

