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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: arial;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	background-color: transparent;
}

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

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

.smallish_text {font-size: 12.5px;}

.smallerish_text {font-size: 12px;}

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

.heading_text {color: #FF6}

.center {text-align: center;}

.justify {text-align: justify;}

.right {text-align: right;}

.nowrap {white-space: nowrap;}

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

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

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

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

input
{
color: #999999;
background: #000000;
border: 1px solid #666666;
font-family: arial;
font-size: 13px;
}

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

textarea
{
color: #999999;
background: #000000;
border: 1px solid #666666;
font-family: arial;
font-size: 13px;
}

.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*/
}

.gallerylayer img {
	margin-top: 0!important;
}

ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
ul ul {
	padding: 0px 0px 0px 20px; /* top right bottom left*/
}
