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

body
{	
	height: 100%;
	background: url("/images/public/body_bg.gif") repeat-y center #330303;
	behavior:url("/inc/css/csshover2.htc");
}

img
{
	border:0;
}

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

h1
{
	color:#de0578;
	font-family:georgia, "times new roman", serif;
	font-size:24px;
	line-height:1.1em;
	font-weight:normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h2
{
	color:#de0578;
	font-family:georgia, "times new roman", serif;
	font-size:18px;
	line-height:2.0em;
	font-weight:normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h3
{
	color:#fff;
	font-family:tahoma, geneva, sans-serif;
	font-size:32px;
	font-weight:normal;
	text-transform: lowercase;
	padding-bottom: 5px;
}

h4
{
	color:#DE087A;
	font-family:tahoma, geneva, sans-serif;
	font-size:22px;
	font-weight:normal;
	text-transform: lowercase;
	padding-bottom: 5px;
}

a
{
	font-family:verdana, geneva, sans-serif;
	font-size:12px;
	color:#de0578;
	text-decoration:none;
	line-height:1.2em;
	/*outline:none; removes anchor dotted outline*/
}

a:hover
{
	color:#ff4aaa;
}

p, span, div, li
{
	font-family:verdana, geneva, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:1.5em;
}

p a
{
	border-bottom:1px dotted;
}

/* prevents flash outline */
object:focus
{
	outline:none;
}

ul br
{
	display: none;	
}
