@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
body {
	background-color:#003300;
}
a:link {
	color: #006600;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #006600;
}
a:hover {
	text-decoration:underline;
	color:#FF9933;
}
a:active {
	text-decoration: none;
	color:#006600;
}
p {
	margin:0;
}
img {
	border:none;
}
.headerTxt {
	font-size:10pt;
	font-weight:normal;
	padding: 14px 40px 0 150px;
}
.text {
	font-size:12pt;
	padding:0 50pt;
}
h1, h2, h3 {
	margin:2px 0;
	font-size:20pt;
	font-style:italic;
	font-weight:bolder;
}
.cright {
	font-size:8pt;
	font-weight:bolder;
	text-align:center;
	color:#FFF;
}
.cright a:link {
	color: #FFF;
	text-decoration:none;
}
.cright a:visited {
	text-decoration:none;
	color: #FFF;
}
.cright a:hover {
	text-decoration:none;
	color:#FF9933;
}
.cright a:active {
	text-decoration: none;
	color:#FFF;
}
.buttons {
	font-size:12pt;
	font-weight:bolder;
	color:#999999;
	padding-left:65px;
}
.buttons a:link {
	color:#000;
	text-decoration:none;
}
#selected {
	font-size:12pt;
	font-weight:bolder;
	color:#339999;	
}
.buttons a:visited {
	text-decoration:none;
	color:#000;
}
.buttons a:hover {
	text-decoration:none;
	color:#006600;
}
.buttons a:active {
	text-decoration: none;
	color:#000;
}
.buttonsLower {
	font-size:10pt;
	font-weight:bolder;
	color:#999999;
	padding-left:65px;
}
.buttonsLower a:link {
	color:#000;
	text-decoration:none;
}
.buttonsLower a:visited {
	text-decoration:none;
	color:#000;
}
.buttonsLower a:hover {
	text-decoration:none;
	color:#006600;
}
.buttonsLower a:active {
	text-decoration: none;
	color:#000;
}