html { min-height: 100%; margin-bottom: 1px; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #ffffff;
	background-repeat: repeat-x;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #D2860A;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: small;
	color: #333333;
}
h2 {
	font-size: small;
	color: #660000;
}
h3 {
	font-size: small;
	color: #CC9900;
}
.style8 {
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.style10 {
	color: #660000;
	font-weight: bold;
	font-style: italic;
}
.style11 {
	color: #CD9933;;
	font-weight: bold;
}
.style12 {font-size: 14px}
.style13 {font-size: 16px}

.style14 {
	color: #000000;
	font-weight: bold;
	font-size:10px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}