BODY
{
	background : url(/images/bg.gif);
	background-color : White;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: 400;
}

H1 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : 800;
	margin-bottom : 0px;
}

H2 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : 800;
	margin-bottom : 0px;
}

HR {
	color: Black;
}

INPUT {
	color : Black;
	background-color : #E6E6E6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : 400;
}

SELECT {
	color : Black;
	background-color : #E6E6E6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : 400;
}

TEXTAREA {
	color : Black;
	background-color : #E6E6E6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : 400;
}

TD {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: 400;
}

P {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: 400;
}

A:LINK {
	color : Black;
	text-decoration : none;
}

A:VISITED {
	color : Black;
	text-decoration : none;
}

A:ACTIVE {
	color : Black;
	text-decoration : none;
}

A:FOCUS {
	color : Black;
	text-decoration : none;
}

A:HOVER {
	color : Black;
	text-decoration : underline;
}

B {
	font-weight : 800;
}

STRONG {
	font-weight : 800;
}

I {
	font-style : italic;
}

EM {
	font-style : italic;
}

.title {
	background-color : Black;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : 800;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
}

.bg-menu {
	background-color : #DDDDDD;
}


.bg-black {
	background-color : Black;
}

.bg-white {
	background-color : White;
}

.red {
	color : Red;
}

.white {
	color : White;
}

.menu {
	background-color : #CCCCCC;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : 800;
}

.address {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : 400;
}

.italic {
	font-style : italic;
}

.bg-trans {
	background-color : transparent;
}

.nobgimage{
	background-image: url(/images/spacer.gif);
}
