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

p, h1, h2, h3, h4
{
	margin:10px 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:hover
{
	color:#ff0000;
}

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

span.bold
{
	font-weight:bold;
}
span.blue
{
	color:#2877b0;
}