body {
	background-color: #dddddd;
	background-image: url(backgroun.jpg);
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #333333;
}

A:LINK {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #dddddd;
	text-decoration: none;
}

A:VISITED {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #cccccc;
	text-decoration: none;
}

A:HOVER {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #ff0000;
}

A:ACTIVE {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #ff0000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000066;
}

h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #999999;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #ff00ff;
}

hr.nav {
	width: 100px;
	color: #7d2b15;
	background-color: #7d2b15;
	border: 1px solid #7d2b15;
}
.white1 {
	font-size: 8pt;
	color: #FFFFFF;
}
.red {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}
.one {
	font-size: 8pt;
}
address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : normal;
	font-style:normal;
	text-align: center;
	color: #666666;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	margin: 0;
	padding: 0.3em;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: Bold;
	color : #666666;
	padding: 0.3em;
}