@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
body,td,th {
	color: #695d54;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a {
	color: #990000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

.FooterText {color: #FFFFFF}
.FinePrint {font-size: 10px; }

.m1link {font-size: 10px; text-decoration: none; color: #999999; }
.m1link:link {text-decoration: none; color: #999999; }
.m1link:hover {text-decoration: none; color: #695d54; }

input { font-size: 11px; font-family:Arial, Helvetica, sans-serif; }
textarea { font-size: 11px; font-family:Arial, Helvetica, sans-serif; }
select { font-size: 11px; font-family:Arial, Helvetica, sans-serif; }


/* Size of entire container */
#MainContainer {
	position: relative;
	width: 365px;
	height: 382px;
}

/* Size of content area */
#TheContent {
	position: absolute;
	width: 375px;
	height: 382px;
	overflow: hidden;
}

#MainContainer .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 370px;
}

/* Position of scrollbar from the left */
#TheScrollbar {
	position: absolute;
	left: 375px;
}

#MainContainer .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 9px; 
	height: 10px;
	background-image: url(/images/arrow-up.gif);
	font-size: 0px;
	cursor:pointer;
}

#MainContainer .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 375px;
	width: 9px; height: 10px;
	background-image: url(/images/arrow-down.gif);
	font-size: 0px;
	cursor:pointer;
}

#MainContainer .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 7px; 
	height: 360px;
	position: absolute;
	top: 11px;
	background-color: transparent;
	border:1px solid #c6c1c0;
	cursor:pointer;
}

#MainContainer .Scrollbar-Track-Pressed {
	background-color: #f3efe5;
	cursor:pointer;
}

#MainContainer .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 7px; height: 30px;
	background-color: #836e2c;
	cursor:pointer;
}

#MainContainer .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #c2a342;
	cursor:pointer;
}

#MainContainer .Scrollbar-Disabled {
	display: none;
}

h1.welcome {
	background-image:url(images/hdr_welcome.gif);
	width:297px;
	height:13px;
	text-indent: -3000px;
}