/* CSS Document */


body {
	background-color: #000000;
	background-image: url(images/stars.gif);
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

table.maintable {
	width: 750px;
	height: 100%;
	background-image: url(images/greybg.gif);
	background-repeat: repeat-y;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

table.framing {
	width: 100%;
	height: 90%;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

td.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 20px;
	text-decoration: none;
	width: 85px;
	
}
td.menuflat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	background-image: url(images/tabflat.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 20px;
	text-decoration: none;
	width: 100px;
	
}
td.framehead {
	background-image: url(images/orangeband.gif);
	background-repeat: no-repeat;
	background-color: FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-position: right;
	height: 21px;
}
td.window {
	background-image: url(images/framebg.gif);
	background-repeat: no-repeat;
	background-color: #990000;
	padding: 10;
	text-align: left;
	vertical-align: text-top;

}

p.nrmtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	font-weight: ;
	color: #FFFFFF;
	margin-left: 5px;
}
p.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
p.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
p.smlquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
hr.ruler {
	color: #FFCC00;
	border: 0;
}
a:link, a:visited {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
