body {
	margin: 0px;
	border: 0px;
	padding: 10px 32px 10px 10px;
	background: #2D2D32;
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #2D2D32;
}
a:link {
	color: #C03; 
	background-color: none;
	text-decoration: none;
	border: 0px solid none; 
}
a:visited {
	color: #C03; 
	background-color: none;
	text-decoration: none;
	border: 0px solid none; 
}
a:hover {
	color: #C03; 
	background-color: none;
	text-decoration: underline;
	border: 0px solid none; 
}
a:active {
	color: #C03; 
	background-color: none;
	text-decoration: underline;
	border: 0px solid none; 
}
table.border-thin {
	width: 100%;
	background-color: none;
	border-color: white;
	border-width: 1px;
	border-style: solid;
}
table.border-medium {
	background-color: white;
	border-color: #2D2D32;
	border-width: 3px;
	border-style: solid;}
table.border-thick {
	background-color: white;
	border-color: #2D2D32;
	border-width: 6px;
	border-style: solid;}
#table-full {
	width: 100%;
}
tr.row-title {
	background-color: #2D2D32;
	height:25px;}
tr.row-body {
	background-color: #FFFFFF;
}
ul {
	line-height:1.5em;
	font-size:12px;
	font-weight:normal;
}
.body {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
.body:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
.body-light {
	color:white;
	font-size:12px;
	font-weight:normal;
}
.body-dark {
	color:#333;
	font-size: 12px;
	font-weight:normal;
}
.return {
	padding: 0px 5px 0px 5px;
	border: solid #eee;
	border-width: 0px 1px 0px 1px;
	color: #eee;
	font-size: 10px;
	text-decoration: none;
}
.return:hover {
	padding: 2px 5px 2px 5px;
	border: solid #eee;
	border-width: 1px 1px 1px 1px;
	text-decoration: none;
}
.title-error {
	color: #C03;
	font-size:12px;
	font-weight:bold;
}
.title-light {
	color:white;
	font-size:12px;
	font-weight:bold;
}
.title-dark {
	color:#333;
	font-size: 12px;
	font-weight:bold;
}
.footer-light {
	color:white;
	font-size:9px;
	font-weight:bold;
}
.footer-dark {
	background-color: white;
	color:#333;
	font-size:9px;
	font-weight:bold;
}
legend {
	color: #C03;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 5px 0px 5px;
}
fieldset {
	color: #eee;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	width: 97%;
	border-width: thin;
	border-style: solid;
	border-color: #eee;
}
submit {
	font-size: 11px;
	background-color: #2D2D32;
	padding: 2px 5px 2px 5px;
	border-style: solid;
	border-color: #eee;
	border-width: 1px 1px 1px 1px;
	text-decoration: none;
	color: #eee
}
select, textarea, input {
	background-color: white;
	color: black;
	border-style: solid;
	border-color:#2D2D32;
	border-width: 1px;
	margin: 5px 2px 0px 2px;
}
legend {
	color: #C03;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 5px 0px 5px;
}
fieldset {
	margin: 0px;
	padding: 10px 10px 15px 10px;
	width: 100%;
	border-width: thin;
	border-style: solid;
	border-color: #EEE;
}
#submit {
	font-size: 11px;
	background-color: #2D2D32;
	padding: 2px 5px 2px 5px;
	border-style: solid;
	border-color: #eee;
	border-width: 1px 1px 1px 1px;
	text-decoration: none;
	color: #eee;
	cursor: pointer;
}


