/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 4px
}
td {
	background-color: #FFFFFF
}
tr {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
tr a {
	color: #FFFF66;
	text-decoration: none
}
tr a:hover {
	color: #66FFFF;
	text-decoration: none
}
tr.menu {
	color: #000000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
tr.menu a {
	color: #009900;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
tr.menu a:hover {
	color: #FFCC33;
}
h2 {
	color: #FFCC33;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #000099;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif
}
h3 a {
	color: #009900;
	font-weight: bold;
}