/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2 em;
	color: #666666;
	background-attachment: scroll;
	background-image: url(images/pattern.gif);
	background-repeat: repeat-x;
}
h3 {
	font-size: 1 em;
	font-weight: bold;
	color: #FF6600;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8 em;
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8 em;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8 em;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8 em;
	color: #FF6600;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
}
.footer {
	font-size: .6em;
}
a img {
	border: none;
}

