﻿body {
	font-family: Tahoma;
	font-size: small;
	color: #CCCCCC;
}
a:link {
	font-family: Tahoma;
	font-size: small;
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: small;
	color: #99CCFF;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: small;
	color: #FFCC66;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: small;
	color: #CC6699;
	text-decoration: underline;
}
h1 {
	font-family: "Lucida Sans Unicode";
	font-size: x-large;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 12px;
}
h2 {
	font-family: "Lucida Sans Unicode";
	font-size: large;
	color: #FF6600;
	margin-bottom: 10px;
}
h3 {
	font-family: "Lucida Sans Unicode";
	font-size: small;
	color: #FF6600;
	margin-bottom: 10px;
	font-weight: bold;
}
p {
	font-family: Tahoma;
	font-size: small;
	color: #CCCCCC;
}
img {
	border-style: none;
}
tfoot {
	font-family: Tahoma;
	font-size: x-small;
	color: #CCCCCC;
}

