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

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

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #000099;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #0000cc;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #ff0000;
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #0000ff;
}

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

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #000099;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #ff0000;
	letter-spacing: 0.1em
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #ff0000;
	letter-spacing: 0.1em;
	margin: 0px
}


.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #000000;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #999999;
}
@media print {
.noPrint { display: none; }
.content { width: 170mm; color: black;}
}