/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin:0px;
	background-color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ECC235;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B38E11;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #ECC235;
}
image {
	border: 0px;
}
.style1 {font-size: 14px}
.style2 {font-size: 11px}
.style3 {font-size: 9px}
img {
	border-color: #FFFFFF;
}
img.middle {
	vertical-align: middle;
}
/*********************/
/* code taken from http://ryanfait.com/sticky-footer/ */
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 3em; /* .push must be the same height as .footer */
}
