@charset "UTF-8";
/* CSS Document */

body {
	background: #0E151D url(img/wow_bg_4.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0E151D;
}
body,td,th {
	font-family: arial;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 150%;
	text-align: justify;
}

.grey_italic {color: #CCCCCC; font-style:italic; font-size: 14px;}

.small_text {font-size: 11px; color: #CCCCCC}

.big_text {font-size: 20px; color: #FF6}

.center
{ 
text-align: center;
}

.justify
{
text-align: justify;
}

a:link {
	color:#FF6;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF6;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

input
{
color: #999999;
background: #000000;
border: 1px solid #333333
}

input.submit {background-color: #000000; color: #FFFFFF}

textarea
{
color: #FFFFFF;
background: #000000;
border: 1px solid #333333
}

.border img{
border: 1px solid #000000;
}

.border:hover img{
border: 1px solid #FFCC00;
}

.border:hover{
color: #FFCC00; /* irrelevant definition to overcome IE bug */
}

#div-0 { position:relative; }
#div-1 { position:absolute; top:0px; left:0px; }
#div-2 { position:absolute; top:0px; left:151px; }
#div-3 { position:absolute; top:0px; left:281px; }
#div-4 { position:absolute; top:0px; left:418px; }
#div-5 { position:absolute; top:0px; left:577px; }
#div-6 { position:absolute; top:0px; left:730px; }

.med_text {color: #336666;}

#dhtmltooltip{
	font-size: 11px;
	text-align: left;
	position: absolute;
	border: 1px solid #666;
	padding: 3px;
	background-color: black;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

ul{
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
	border: 0;
	line-height: 0%;
}