﻿body {
	background-position: center center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
	text-align: center;
	background-color: #808080;
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	position: relative;
	float: inherit;
}
table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}

A:link {
	color: #0000FF;
	text-decoration: underline;
}

A:visited {
	color: #800000;
	text-decoration: underline;
}

A:active {
	color: #0000FF;
	text-decoration: underline;
}

A:hover {
	color: #CC0000;
	text-decoration: underline;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #3399CC;
}

.background {
	background-color: #808080;
	background-repeat: repeat;
	background-position: center center;
}

