/* CSS Document */

body {
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
.headings {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #300;
}
.headingssmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #300;
}
.address {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #300;
	font-style: normal;
}
a:link {
	color: #300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #603;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #636;
}



