﻿body {
	background-color: Black;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}


h1 {
	color: White;
	font-family: "Times New Roman", Times, serif;
	font-size: 350%;
	text-align: center;
	background-color: #FF8C00;
}
h2 {
	font-size: 110%;
	margin-bottom: 0px;
	margin-top: 0px;
}
p {
	margin-top: 10px;
	font-size: 90%;
	padding-bottom: 5px;
}


#table1 {
	background-color: #FF8C00;
	border: 1px solid Black;
	text-align: left;
	padding-right: 0px;
	font-size: 80%;
	
}
#table2 {
	background-color: #FF8C00;
	border: 1px solid Black;
	border-bottom-width: 0px;
}

#table3 {
	background-color: White;
	border: 1px solid Black;
}
#table3 td {
	
}

#table1 td {
	border: 1px solid White;
}

#table2 td {
	border: 1px solid White;
	}
	.grey {
	color: White;
	background: Silver;
	background-image: url(greybackground.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	width: 340px;
	font-size: 80%;
	padding: 20;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.white {
	background-color: White;
	color: #708090;
	font-size: 80%;
	padding: 20;
	
}
img {
	margin: 1;
	vertical-align: middle;
}
.transfifty {
	background: transparent url(rightlogo.jpg);
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background-color: Black;
	font-weight: bold;
	color: #FF8C00;
	border: 1px solid Black;
	width: 100%;
	padding: 3;
}
.transsevenfive {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	background-color: transparent;
	font-weight: bold;
	color: Black;
	border: 1px solid Black;
	width: 100%;
	padding: 3;
	background: #DCDCDC;
}
a:link, a:visited, a:hover, a:focus, a:active {
	border-bottom-color: #FF8C00;
	color: White;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
a:hover {
	background-color: Black;
	color: White;
}

.box {
	border: 1px solid Black;
	padding: 5;
	background-image: url(bg2.gif);
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	color: Black;
	font-weight: bold;
	width: 98%;
	
}

