body {
	background-color: #999999;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(images/bg2.gif);
}
h1 {
	background-color: #666666;
	color: #ffffff;
	text-indent: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16;
	border: 2px solid #ff9900;
	margin: 0px 0px 4px 0px;
}
h2 {
	background-color: #c0c0c0;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #ffffff;
}
div.text {
	font-size: 12px;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 4px;
	background-color: #dcdcdc;
	text-align: justify;
}
h3 {
	background-color: #ff9900;
	color: #000000;
	font-size: 14px;
	width: 125px;
	height: 22px;
	text-indent: 2px;
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	border-top: 2px solid #ffcc99;
	border-bottom: 2px solid #663300;
	border-left: 2px solid #ffcc99;
	border-right: 2px solid #663300;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ff9900;
}
a:active {
	text-decoration: none;
}

a.main:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin-left: 14px;
	margin-right: 14px;
}
a.main:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin-left: 14px;
	margin-right: 14px;
}
a.main:hover {
	text-decoration: none;
	color: #ffffff;
}
a.main:active {
	text-decoration: none;
}

a.menu:link {
	color: #a9a9a9;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background-color: #666666;
	width: 125px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 18px;
	padding: 1px;
	display : block;
	margin : 0px 0px 0px 0px;
}
a.menu:visited {
	color: #a9a9a9;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background-color: #666666;
	width: 125px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 18px;
	padding: 1px;
	display : block;
	margin : 0px 0px 0px 0px;
}
a.menu:hover {
	text-decoration: none;
	background-color: #999999;
	color: #ffffff;
}
a.menu:active {
	text-decoration: none;
}
table {
    font-size: 12px;
}
td.smallprint {
	font-size: 10px;
	color: #ffffff;
}