﻿HTML, BODY
{
	font: 11px/18px "Lucida Grande", Tahoma, Calibri, Geneva, Arial, Verdana, sans-serif;
	color: #666;
	background-color: #333;
	height:100%; /* needed for container min-height */
}
B
{
}
A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
H1, .H1
{
	line-height: 1.3em;
	font-family: "Lucida Grande" , Cambria, Geneva, Arial, Verdana, sans-serif;
	font-size:large;
	color:#333;	
}
H2, .H2
{
	margin-top: 1.2em;
	margin-bottom: 0em;
	color: black;
	font-size:11px;
}
H3, .H3
{
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
	font-size:11px;
	color: #999;
}
P
{
	line-height: 1.5em;
}
HR
{
	height:1px;
	border: 0;
	color: #eee;
	background-color: #eee;	
}
input[type="text"]
{
	width:200px;
}
textarea
{
	width:300px;
}
.stage 
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background:#FFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	width:800px;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
}
.footer
{
	width: 682px;
	font-size: smaller;
	margin: auto;
	padding-top: 20px;
}
.footer .c1
{
	text-align: left;
	width: 33%;
}
.footer .c2
{
	text-align: center;
	width: 33%;
}
.footer .c3
{
	text-align: right;
	width: 33%;
}
.footer a
{
	color:#666;
}

.menu, .grid
{
	border-collapse:collapse; border-spacing:0px; border: solid 1px #eee; 
}
.menu td
{
	font-family: "Lucida Grande" , Cambria, Geneva, Arial, Verdana, sans-serif;
	border: solid 1px #eee;
	padding: 10px 10px 10px 10px;
	font-size: large;
	font-weight: bold;
	line-height: 1.2em;
}
.grid td
{
	border: solid 1px #eee;
	padding: 0px 10px 0px 10px;
}
.menu .subheading
{
	color: #333;
	font-family: "Lucida Grande" , Calibri, Geneva, Arial, Verdana, sans-serif;
	font-size:small;
}
.menu a
{
	text-decoration: underline;
}
.menu a:hover
{
	color: #000;
	text-decoration: underline;
}

.form TD
{
	white-space: nowrap;
}
span.private {
  font-size: smaller;
  font-weight: bold;
  background-color: #d00 ;
  color: #fff;
  padding: 1px 5px;
}