@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color:#003300;
}
p {
	margin:0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color:#CC6600;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1 {
	font-size:x-large;
	font-weight:bolder;
	color:#FFFFFF;
	margin:0px;
}
h2,h3,h4,h5 {
	margin:0px 20px;
}
li {
	margin:0px;
}
.buttons {
	font-size:medium;
	font-weight:bold;
	color:#FFFFFF
}
.buttons a:link {
	text-decoration: none;
	color:#FFFFFF
}
.buttons a:visited {
	text-decoration: none;
	color:#FFFFFF
}
.buttons a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#CC6600;
}
.buttons a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.buttonsSelected {
	color:#333333;
	font-weight:bolder;
}
.text {
	font-size:small;
	margin:0px 20px;
}
.textBold {
	font-size:small;
	font-weight:bold;
}
.textItalic {
	font-size:small;
	font-style:italic;
	margin:0px 10px;
}
.textBoldItalic {
	font-size:small;
	font-weight:bold;
	font-style:italic
}
.copyright {
	font-size:x-small;
	text-align:center;
	color:#FFFFFF;
}
.copyright a:link {
	text-decoration:none;
	color: #FFFFFF;
}
.copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.copyright a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.copyright a:active {
	text-decoration: none;
	color: #FFFFFF;
}