/* The whole lower green area */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #111100;
	margin: 0;
	top: 0px;
	left: 0px;
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/* Just the Masthead */
.header {
	background-image: url(images/Header.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	height: 74px;
	width: 798px;
	position: absolute;
}

/* The Black Bar */
.navbar {
	position: absolute;
	left: 8px;
	top: 74px;
	height: 34px;
	white-space: nowrap;
	color: #FFFFFF;	
}

.navbar a:link {
	color: #B2A9BB;
	text-decoration: none;
}

.navbar a:visited {
	color: #B2A9BB;
	text-decoration: none;
}

.navbar a:active {
	color: #B2A9BB;
	text-decoration: none;
}

.navbar a:hover {
	color: #B2DDFF;
	text-decoration: none;
}

/* The Main Pane with the Ringed Background */
.mainbody {
	overflow: visible;
	height: 491px;
	width: 798px;
	left: 0px;
	top: 109px;
	background-image: url(images/Body.gif);
	background-repeat: no-repeat;
	position: absolute;
	padding: 10px;
}
.mainbody a:link {
	color: #B2A9BB;
	text-decoration: none;
}

.mainbody a:visited {
	color: #B2A9BB;
	text-decoration: none;
}

.mainbody a:active {
	color: #B2A9BB;
	text-decoration: none;
}

.mainbody a:hover {
	color: #B2DDFF;
	text-decoration: none;
}

/* The Capsules */

td.n{
	background-color: #050000;
}

td.e{
	background-color: #050000;
}

td.s{
	background-color: #050000;
	background-image: url(images/capsule/s.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.s a:link{
	color: #AAFFFF;
	text-decoration: none;
}
.s a:active{
	color: #00FFFF;
	text-decoration: none;
}
.s a:hover{
	color: #00FFFF;
	text-decoration: none;
}

.s a:visited{
	color: #FFAAFF;
	text-decoration: none;
}

td.w{
	background-color: #050000;
	background-image: url(images/capsule/w.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.smalltxt {
	font-size: x-small;
}