html, body {
	background: rgb(240,240,240) url(/images/bg.png);
	color: rgb(100,100,100);
	font-family: Arial, Verdana;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
form
{
	display: inline;
}
.Fade {
	background: rgb(240,240,240) url(/images/bg_fade.png) top left repeat-x;
	height: 292px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 3;
}
a {
	color: rgb(100,120,140);
	text-decoration: none;
}
a:hover {
	color: rgb(140,160,180);
	text-decoration: underline;
}
blockquote {
	background: rgb(250,250,250) url(/images/blockquote_bg.png) 5px center no-repeat;
	border: 1px solid rgb(235,235,235);
	display: block;
	margin: 0px;
	min-height: 18px;
	padding: 8px 8px 8px 40px;
}
code {
	background-color: rgb(250,250,250);
	border: 1px solid rgb(235,235,235);
	display: block;
	padding: 6px;
	white-space: pre;
}
.greybox
{
	background-color: rgb(250,250,250);
/*	border: 1px solid rgb(235,235,235); */
/*	display: block; */
	height: 30px;
/*	padding: 6px; */
	/* white-space: pre; */
}

.tdgreybox
{
	border: 1px solid rgb(235,235,235);
	padding: 5px;
}

.tdgreybox2
{
	border: 1px solid rgb(235,235,235);
}

ol {
	color: rgb(140,80,80);
	margin: 0px;
	padding: 0px 20px;
}
ol span {
	color: rgb(100,100,100);
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	background: url(/images/arrow.gif) left 2px no-repeat;
	list-style: none;
	padding-left: 20px;
}
.Wrapper {
	background-color: rgb(255,255,255);
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
	min-height: 100%;
	margin: 0px auto;
	margin-bottom: -35px;
	min-height: 100%;
	position: relative;
	width: 750px;
	z-index: 200;
}
.Header {
	background: rgb(220,0,0) url(/images/header_bg.png);
	border-bottom: 1px solid rgb(200,200,200);
	color: rgb(240,240,240);
	height: 60px;
	padding: 10px 20px;
	display: none;
}
.Header a {
	color: rgb(255,255,255);
}
.HeaderLeft {
	float: left;
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
}
.HeaderLeft a:hover {
	text-decoration: none;
}
.HeaderRight {
	color: rgb(200,200,200);
	float: right;
	text-align: right;
}
.Menu {
	background: rgb(217,217,217) url(/images/menu_bg.png);
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	display: none;
}
.Menu ul {
	margin: 0px;
	padding: 0px 6px;
	list-style: none;
}
.Menu ul li {
	background-image: none;
	float: left;
	padding: 0px;
}
.Menu ul li a {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display: block;
	margin: 0px 3px;
	padding: 0px 6px;
	text-align: center;
}
.Menu ul li a:hover {
	background: transparent url(/images/menu_bg_over.png) center repeat-x;
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
	color: rgb(160,160,160);
	text-decoration: none;
}
.formtext {
	border: 1px solid rgb(220,220,220);
	font-size: 11px;
	height: 18px;
}
.formsubmit {
	background: rgb(212,209,203) url(/images/submit_bg.png) center;
	border-bottom: 1px solid rgb(190,190,190);
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(190,190,190);
	border-top: 1px solid rgb(220,220,220);
	color: rgb(80,80,80);
	font-size: 11px;
	height: 18px;
	margin-bottom: -1px;
}
.Content {
	padding: 10px;
}
.ContentLeft {
	float: left;
	width: 510px;
}
.ContentRight {
	float: right;
	width: 210px;
}
.Box {
	border: 1px solid rgb(220,220,220);
}
.BoxTitle {
	background: rgb(240,240,240) url(/images/box_title_bg.png);
	border: 1px solid rgb(255,255,255);
	color: rgb(140,80,80);
	font-weight: bold;
	height: 30px;
	line-height: 24px;
	padding: 0px 6px;
}
.BoxContent {
	padding: 6px;
}
.FooterWrapper {
	background-color: rgb(255,255,255);
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
	bottom: 0px;
	clear: both;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 750px;
	z-index: 300;
	display: none;
}
.Footer {
	background-color: rgb(240,240,240);
	border-top: 1px solid rgb(200,200,200);
	padding: 0px 6px;
	display: none;
}

.boxcentered
{
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	width: 350px;
}

.hidden
{
	display: none;
}
