﻿* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
}
html {
	height: 100%;
}
body {
	background-color:#4d4d4d;
	text-align: center;
}
.content_main {
	background: #000 url('../images/Bkgrd.jpg') repeat-y center top;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
.content_body {
	width: 900px;
	background: #000 url('../images/Bkgrd.jpg') repeat-y center top;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.bodyTable{
	width: 750px;
	margin: 0 auto;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 10px;
	color: #000;
}
p#disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 10px;
	margin: 10px;
	color: #000;
}

h3{
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 17px;

	margin:20px 10px 10px 10px;
	text-align:center;

}
h2{
	color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	margin: 10px;

}

#gloveTable{
	margin:0px auto;
	text-align:center;
}
a:link {
	color: #DF6F1D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #DF6F1D;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #DF6F1D;
	font-weight: bold;
}
