*
{
	padding:0px;
	margin:0px;
	cursor:default;
}
img
{
	display:block;
	float:left;
	border:none;
}
html, body
{
	margin:20px 0px;
	background-color:#312f36;
}
body
{
	min-width:680px;
	width:expression(document.documentElement.clientWidth<680?"680px":"auto");
}
body, p, a, h1, h2, h3, h4, input, textarea, select, li
{
	font-weight:normal;
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	color:#ffffff;
}

form
{
	margin-bottom:50px;
}
input, textarea, select
{
	background-color:#000000;
	border:none;
	padding:5px;
	width:98%;
}
input.submit
{
	width:200px;
}
textarea
{
	height:200px;
}

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 *, area
{
	cursor:pointer;
	color:#3d99f5;
	text-decoration:none;
}
a:hover
{
	color:#ffffff;
	background-color:#55515d;
}

.resizer
{
	width:680px;
}
.marginAuto
{
	margin:0px auto;
}
.center
{
	text-align:center;
}

.iAmBadHack
{
	clear:left;
}

.background
{
	background:url(../images/tlo_menu.gif) repeat-y;
}

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

div.alignLeft p, .alignLeft
{
	text-align:left;
}
div.alignRight p, .alignRight
{
	text-align:right;
}
div.alignCenter p, .alignCenter
{
	text-align:center;
}