body {
	margin: 10px;
	background-color: #FFFFFF;
}
td {
	font-family: Verdana;
	font-size: 12px;
}
input, textarea, select {
	font-family: Verdana;
	font-size: 11px;		
}
input, textarea {
	border: 1px solid #000000;
}
a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #D4B236;
}
/* BACKGROUND */
table.background {
	border: 1px solid #000000;
}
/* CONTENT */
table.content-background {
	background-color:#74879d;
}
td.content {
	background-color: #FFFFFF;
	color: #555555;
	font-size:9pt;
	font-family: Verdana;
	font-weight: normal;
}
td.presetlist 
{
	background-color: #FFFFFF;
	color: #555555;
	font-size:8pt;
	font-family: Verdana;
	font-weight: normal;
}
td.buyname
{
	background-color: #FFFFFF;
	color: #000000;
	font-size:12pt;
	font-family: Verdana;
	font-weight: bold;
}

/* HEADER */
table.header {
	background-color: #949494;
}
/* MENU */
td.menu {
	background-color: #949494;
}
td.menu-separator {	
	background-color: #666666;
	color:#FFFFFF;
	font-size:30px;
	font-family: Verdana;
	padding-left: 5px;
}
/* SIDEBAR */
td.sidebar
{
	border-bottom: 1px solid #ffffff;
}
td.vbar
{
	background-color: #D4B236;
}
td.subhead
{
	background-color: #FFFFFF;
	color: #000000;
	font-size:9pt;
	font-family: Verdana;
	font-weight: bold;
}
td.subheadsel
{
	background-color: #FFFFFF;
	color: #D4B236;
	font-size:9pt;
	font-family: Verdana;
	font-weight: bold;
}
a.subhead
{
	background-color: #FFFFFF;
	color: #000000;
	font-size:9pt;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
a.subheadsel
{
	background-color: #FFFFFF;
	color: #D4B236;
	font-size:9pt;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
/* FOOTER */
table.footer {
	background-color: #666666;
}
table.footernobold 
{
	background-color: #666666;
}

p.footer {
	color: #FFFFFF;
	font-size: 9px;
}

p.footernobold 
{
	color: #FFFFFF;
	font-size: 9px;
}

a.footer {
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
}

a.footernobold 
{
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}
a.footer:hover {
	color: #D4B236;
}
a.footernobold:hover 
{
	color: #D4B236;
}

/* TYPE */
.checkoutfield
{
	background-color: #FFFFFF;
	color: #000000;
	font-size:9pt;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.heading {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.sub-heading {
	font-weight: bold;
}
.news-heading {
	color: #cedae6;
	font-weight: bold;
	font-size:14px;
}
.news {
	font-size: 10px;
}
.small-1 {
	font-size: 11px;
}
.small-2 {
	font-size: 10px;
}
.small-3 {
	font-size: 9px;
}
.small-4 {
	font-size: 8px;
}
.error {
	color: #c81b37;
}
.warning {
	color: #ffdb34;
}
.information {
	color: #1b60c8;
}