a:link{text-decoration:none; color: #066;}
a:visited{text-decoration:none; color: #066;}
a:active{text-decoration:none; color: #066;}
a:hover{text-decoration:none; color: #000;}


h1, h2, h3, h4, h5, h6 {font-family: Arial, Verdana, Helvetica, sans-serif;}

body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background-color: #CCC;
	color: #000;
	scrollbar-arrow-color:#C00;
	scrollbar-shadow-color:#066;
	scrollbar-base-color:#066;
	scrollbar-face-color:#333;
	scrollbar-track-color:#CCC;
	scrollbar-highlight-color:#066;
	scrollbar-3d-light-color:#066;
	scrollbar-dark-shadow-color:#066;
}

table {
	color:#000;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}

input {
	background:#CCC; 
	color:#000;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	border-color:#066;
}

input.Button {
	font-weight: bold;
	opacity: .5;
	cursor: not-allowed;
}

input.Field {}

a[href^=aim] {
	cursor: not-allowed;
}

#Window {
	position:absolute;
	z-index:1;
	top:20px;
	left:50%;
	margin-left:-380px;
	width:101px;
	height:450px;
	background: #CCC url(../Graphics/Window.gif);
}

#Banner {
	position:absolute;
	z-index:1;
	top:20px;
	left:50%;
	width:660px;
	height:100px;
	margin-left:-279px;
	background: #CCC url(../Graphics/Banner.gif);
}

#LinkBar {
	position:absolute;
	z-index:1;
	top:120px;
	left:50%;
	width:666px;
	height:21px;
	margin-left:-284px;
	background: transparent url(../Graphics/LinkBar.gif) no-repeat;
}

#LinkSpacer {
	float: left;
	width: 18px;
	height:20px;
}

.Link {
	font: bold 12px/17px Arial, Verdana, Helvetica, sans-serif;
	float: left;
	margin-left:-18px;
	width:99px;
	height:20px;
	text-align:center;
}

.Link a { width: 99px; height: 20px; display: block;}
.Link a:hover { background-image: url(../Graphics/Mouseover.gif); }

#FixedMain {
	position:absolute;
	z-index:2;
	top:141px;
	left:50%;
	width:661px;
	height:329px;
	margin-left:-280px;
	margin-bottom:20px;
	background: #CCC url(../Graphics/Span.gif) repeat-y;
}

#AutoMain {
	position:absolute;
	z-index:2;
	top:141px;
	left:50%;
	width:661px;
	margin-left:-280px;
	background: #CCC url(../Graphics/Span.gif) repeat-y;
}

.Nest {
	width:641px;
	float:top;
	margin:10px 10px 0px 10px;
	text-align:left;
}

#HeadlineTop {
	margin:0px 20px -5px 20px;
	background: transparent url(../Graphics/TopArrow.gif) no-repeat;
}

#HeadlineTop p {
	font: bold 18px/34px Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}

#HeadlineBottom {
	margin:-12px 20px 0px 20px;
	height:14px;
	background: transparent url(../Graphics/BottomArrow.gif) no-repeat;
}

.NestLeft {
	width:305px;
	float:left;
	margin:10px 5px 0px 5px;
	text-align:left;
}

.NestRight {
	width:305px;
	float:right;
	margin:10px 5px 0px 5px;
	text-align:left;
}

#AutoBottom {
	background: transparent url(../Graphics/BottomBar.gif) no-repeat;
	margin:10px 0px 0px 0px;
	text-align:center;
	height:5px;
}

#FixedBottom {
	position:absolute;
	z-index:2;
	top:324px;
	left:50%;
	width:661px;
	height:5px;
	margin-left:-330px;
	text-align:center;
	background: #CCC url(../Graphics/BottomBar.gif) no-repeat;
}

#PopupHead { text-align:center; font-weight:bold; }
#PopupDescription { text-align:left; }
#Popup { text-align:center; }
#PopupFooter { text-align:right; }