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

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

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

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

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

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



A.check:LINK {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #ffff00;
	text-decoration: none;
}

A.check:VISITED {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #ffff00;
	text-decoration: none;
}

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

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



A.link:LINK {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #0000ff;
	text-decoration: none;
}

A.link:VISITED {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #0000ff;
	text-decoration: none;
}

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

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



h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000000;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #fff;
	margin:3px 0 0 0;
	Padding:0px;
}

h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #ff0000;
}

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;
}
.stripe {
	background-color:#564332;
	width:500px;
	height:22px;
	position:absolute;
	top:80px;
}