.body {
	font-family: "Trebuchet MS";
	font-size:10pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: white;
	padding: 0px;
	width: 100%;
	text-align:left;
	background:rgb(40,40,40);
	/*background:rgb(100,100,100);*/
}
table {
	text-align:left;
}
.inputBox {
	vertical-align:middle;
	background:rgb(255,240,178);
	height:20px;
	border:dotted 1px black;
	font-size:10pt;
}
.border_table {
	border:2px outset rgb(255,255,255);
}

.borders_body {
	/*border:2px solid rgb(255,255,0);*/
	border:4px ridge rgb(255,239,214);
}

.borders_img {
	border:2px outset rgb(255,255,255);
}


.menuText {
	color:rgb(255,255,255);
	padding-left:10px;
	padding-right:10px;
	/*background-color:rgb(46,46,46);*/
	background-color:rgb(0,0,0);
}
.padding {
	color:rgb(255,255,255);
	text-align:center;
	width:704px;
}

.subText {
	color:rgb(255,255,255);
}

.mainText {
	padding:5px;
	border:2px outset rgb(255,255,255);
	font-size:20pt;
	position:absolute;
	float:left;
	left:500px;
	top:200px;
	width:300px;
	background-color:rgb(255,255,255);
	FILTER: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.mainTitle {
	position:absolute;
	font-size:20pt;
	position:absolute;
	float:left;
	left:350px;
	top:100px;
	width:300px;
	background-color:rgb(0,0,0);
	FILTER: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	color:rgb(255,204,0);
	font-weight:bold;
	text-decoration:none;
}
.legendHref {
	color:rgb(255,204,0);
	font-weight:bold;
	text-decoration:none;
}
	
.href {
	text-decoration: none;
	color:rgb(255,255,255);
	font-weight:bold;
}
.href:hover {
	color: black;
	background-color:white;
	text-decoration:none;
}

.hitEven {
	background-color:rgb(90,90,90);
}
.hitOdd {
	background-color:rgb(120,120,120);
}

.slideImg {
	/*width:500px;*/
	border:6px ridge rgb(200,200,200);
}

.copyright {
	font-size:8pt;
	color:rgb(150,150,150);
}

.slideButton {
	background:rgb(49,110,164);
	background:rgb(0,0,0);
	color:white;
	font-size:9pt;
}
