html, body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


A.menutext:link, A.menutext:visited
{
	font-family: Courier New;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: black;
	border-style: none;
}

A.menutextred:link, A.menutextred:visited
{
	font-family: Courier New;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #ee1c23;
	border-style: none;
}

A.menutext:hover
{
	text-decoration: none;
	color: #ee1c23;
}


A.mainmenutext:link, A.mainmenutext:visited
{
	font-family: Courier New;
	font-size: 15px;
	text-decoration: none;
	color: black;
	border-style: none;
	display: block;
	text-align: right;
	vertical-align: middle;
}

A.mainmenutext:hover
{
	color: black;
	font-family: Courier New;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	display: block;
	border-style: none;
	background-repeat: no-repeat;
	text-align: right;
	background-image: url(../images/spark.gif);
	background-position: left 1px;
	vertical-align: middle;
}

.titletext
{
	font-family: Courier New;
	text-decoration: none;
	color: #ee1c23;
	border-style: none;
}

.titlesimpletext
{
	font-family: Courier New;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: Black;
	border-style: none;
	line-height: 20px;
}

.titlesimpletextred
{
	font-family: Courier New;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #ee1c23;
	border-style: none;
	line-height: 20px;
}

div#scrollbar
{
	display: block; /* initially display:none; to hide from incapable */
}

div#scrollbar
{
	position: relative;
	width: 11px;
	height: 300px;
	font-size: 1px; /* so no gap or misplacement due to image vertical alignment */
}
div#track
{
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 276px;
}
div#dragBar
{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 7px;
	height: 20px;
	background-color: black;
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down
{
	-moz-user-select: none;
	-khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img
{
	display: block;
}
div#up
{
	position: absolute;
	left: 0;
	top: 0;
}
div#down
{
	position: absolute;
	left: 0;
	bottom: 0;
}
