/* CSS Document */
A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Blue;
}

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

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Red;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000099;
}
body {
	margin: 0;
	background-color:#FFFFFF;
	background-image: url(repeater3.jpg);
	background-repeat: repeat-y;
}
img {
	border-color:#000000;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24pt;
	font-weight : bold;
	font-style:italic;
	color : #0000CC;
}
address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: noraml;
	font-style:normal;
	text-align: center;
	color: #999999;
	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 : #CCCCCC;
}