*
{
	padding:0px;
	margin:0px;
	cursor:default;
}
img
{
	/*display:block;
	float:left;*/
	border:none;
}
html, body
{
	background:#8F4314 url(backgroundHtml.jpg) repeat-x;
}
body
{
	min-width:742px;
	width:expression(document.documentElement.clientWidth<742?"742px":"auto");
}
p, a, span, h1, h2, h3, h4, input, textarea, select, label, li, td, th
{
	font-weight:normal;
	font-family:Tahoma,Verdana;
	font-size:11px;
	line-height:16px;
	color:#ffffff;
}

p, h1, h2, h3, h4, label
{
	padding:7px 0px;
}
h1
{
	font-size:23px;
}
h2
{
	font-size:17px;
}
h3
{
	font-size:15px;
}
h4
{
	font-size:14px;
}

ul
{
	list-style-type:none;
}

div, p
{
	text-align:justify;
}

a, a *
{
	cursor:pointer;
}
	a
	{
		color:#ffffff;
		text-decoration:none;
		font-weight:normal;
	}
	div#topMenu a
	{
		color:#616161;
	}

a:hover
{
	color:#BB0000;
	text-decoration:underline;
}
	div#topMenu a:hover
	{
		color:#616161;
	}
	div#topLogin a:hover
	{
		color:#ffffff;
	}

.resizer
{
	width:742px;
}
.marginAuto
{
	margin:0px auto;
}

div.clearLeft
{
	clear:left;
}

span.bold
{
	color:#ffffff;
	font-weight:bold;
}
span.blue
{
	color:#F8B600;
}
span.error, p.formError
{
	color:#ff0000;
}

input, textarea, ul.errors
{
	border:1px solid #cccccc;
	color:#333333;
}
	input.submit
	{
		margin:-7px 10px;
	}
	textarea
	{
		height:200px;
	}

ul ul
{
	margin-left:10px;
}