*
{
	padding:0px;
	margin:0px;
	cursor:default;
}
img
{
	display:block;
	float:left;
	border:none;
}
html, body
{
	background:#533222 url(backgroundHtml.png) repeat-x;
}
body
{
	width:expression(document.documentElement.clientWidth<800?"800px":"auto");
}
p, a, span, h1, h2, h3, h4, input, textarea, select, label, li, td
{
	font-weight:normal;
	font-family:Tahoma,Verdana;
	font-size:11px;
	line-height:16px;
	color:#4B4B4B;
}

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:#616161;
		text-decoration:none;
		font-weight:normal;
	}

a:hover
{
	color:#BB0000;
}

.resizer
{
	width:800px;
}
.marginAuto
{
	margin:0px auto;
}

div.clearLeft
{
	clear:left;
}

span.bold
{
	color:#ffffff;
	font-weight:bold;
}
span.blue
{
	color:#BB0000; /*0087ad;*/ /*2877b0;*/
}
span.error, p.formError
{
	color:#ff0000;
}

input, textarea, ul.errors
{
	padding:5px;
	width:95%;
	border:1px solid #cccccc;
	background-color:#ffffff;
}
	input.checkbox
	{
		width:10px;
		float:left;
	}
	input.submit
	{
		width:30%;
	}
	textarea
	{
		height:200px;
	}

ul ul
{
	margin-left:10px;
}

table {margin-bottom:20px;}
table td {vertical-align:top;padding-right:10px;}
