body {
	font-family: "Gill Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}

a:link {
	color: #990033;
}

a:active {
	color: #000000;
}

a:visited {
	color: #990033;
}

h1 {
	color: #2c2c2c;
	font-size: 24px;
	font-family: Futura, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-shadow: #777777 0px 4px 7px;
}

h2 {
	color: #2c2c2c;
	font-size: 18px;
	font-weight: normal;
	font-family: Futura, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-shadow: #999999 0px 2px 3px;
	text-decoration: underline;
}

UL {
	padding-left: 16px;
	margin-left: 16px;
}

HR {
	border-color: #cccccc;
	border-bottom-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}




.faqQ {
	font-weight: bold;
	color: #2c2c2c;
}

.faqA {
	text-align: justify;
}


TD.menu {
	font-family: Futura, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 2px;
	border-bottom: #cccccc 1px solid;
	line-height: 140%;
}
TD.menu:hover {
	background-color: #dddddd;
	cursor: pointer;
}
A.menu {
	color: #2c2c2c;
	text-decoration: none;
}




.historyHeading {
	font-weight: bold;
	font-size: 14px;
	color: #2c2c2c;
}



/* -----------------------------------------------------------------------------
   Various stuff
----------------------------------------------------------------------------- */

/* Description string for form elements */
.formElementDesc {
	font-size: 11px;
}

ul.boxy {
	list-style-type: none;
	padding: 2px;
	margin: 2px;
}
ul.boxy li {
	cursor:move;
	padding: 2px 2px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin-top: 4px;
}




