html
{
	overflow-y: scroll;
	height:100%;
}

body
{	
	height: 100%;
	background: #131313 url("/images/public/body_bg.jpg");
	behavior:url("/inc/css/csshover2.htc");
}

img
{
	border:0;
}

ul, li, body, html, h1, h2, p, a, dl, dt, form
{
	margin: 0;
	padding: 0;
}

h1
{
	color:#49d1f3;
	font-family:Georgia, Times New Roman, serif;
	font-size:24px;
	line-height:1.3em;
	font-weight:normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h2
{
	margin-left:-3px;
	color:#49d1f3;
	font-family:Verdana, sans-serif;
	font-size:11px;
	line-height:1.3em;
	font-weight:normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}

a
{
	font-size:11px;
	color:#bbdf11;
	text-decoration:none;
	font-family:"Georgia";
}

a:hover
{
	color:#7efa03;
	text-decoration:underline;
}

p, span, div
{
	color:#49d1f3;
	font-family:Georgia, Times New Roman, serif;
	font-size:11px;
	line-height:1.6em;
}

ul
{
	list-style: none;
}

li
{
	font-family:Georgia, Times New Roman, serif;
	font-size:11px;
	color:#49d1f3;
	line-height:1.5em;
	padding-left:6px;
}

object:focus
{
	outline:none;
}