body
{
	background-color: rgb(0,0,0);
}

p
{
	font-family: arial, sans-serif; 
	font-size: 12pt; 
	font-style: normal;
	font-weight: normal;
	color: rgb(175,155,220); 
}

p.body
{
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

p.link
{
	margin-left: 10px;
	color: rgb(40,80,40); 
}

p.footer
{
	font-size: 8pt; 
	font-style: italic;
	color: rgb(215,30,30); 
	border: thin dotted rgb(128,128,225);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
	margin-left: 75%;
}

p.title
{
	font-weight: bold;
	font-size: 14pt; 
	letter-spacing: 12px;
	font-variant: small-caps; 
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}

p.pagetitle
{
	font-weight: bold;
	font-size: 36pt; 
	letter-spacing: 12px;
	font-variant: small-caps; 
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}

p.image
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.indent
{
	margin-top: -10px;
	margin-left: 75px;
	margin-right: 15px;
	margin-bottom: 10px;
}

ol
{
	font-family: arial, sans-serif; 
	font-size: 12pt; 
	font-style: normal;
	font-weight: normal;
	color: rgb(175,155,220); 
	margin-left: 75px;
}

hr
{
	border-color: rgb(180,40,40);
	border-style: ridge;
}

table.body
{
	margin-left: 100px;
	margin-right: 100px;
	border-color: rgb(180,40,40);
	border-style: ridge;
	border-width: 5px;
}

table.menuheader
{
	font-family: arial, sans-serif; 
	border-color: rgb(120,40,120);
	border-style: ridge;
	border-width: 3px;
	width: 75%;
	cursor: crosshair;
	font-variant: small-caps; 
	font: bold;
	font-size: 120%;
	margin-bottom: 25px;
}

table.menu
{
	position: absolute;
	visibility: hidden;
	cursor: crosshair;
	font-variant: normal; 
	font-size: 80%;
	border: medium outset rgb(110,110,90);
	letter-spacing: 2px;
}

td.menu
{
	background: rgb(50,50,50);
	width: 150px;
	cursor: crosshair;
	border: thin solid rgb(80,80,80);
	color: antiquewhite;
}

table.data
{
	margin-left: 100px;
	margin-right: 100px;
	border-color: rgb(180,40,40);
	border-style: ridge;
	border-width: 5px;
}

td.data
{
	border-color: rgb(180,40,40);
	border-style: inset;
	border-width: 1px;
	font-family: arial, sans-serif; 
	font-size: 12pt; 
	font-style: normal;
	font-weight: normal;
	color: rgb(175,155,220); 
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img.button
{
	border-style: none;
	vertical-align: middle;
}

a.menutitle
{
	text-decoration: none;
	cursor: crosshair;
	color: white;
}

a.menutitle:hover
{
	color: green;
	cursor: crosshair;
}

a
{
	text-decoration: none;
	color: antiquewhite;
}

a:hover
{
	color: green;
}
