/* CSS Document */

body,html {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.h3 {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}
.ActiveNode {
	color: #FFFFFF;
	font-size: 12px;
}
#TopNav {
	font-size: 10px;
	color: #FF6600;

}
#Content {
	color: #CCCCCC;
	background-color: #000000;
	padding-top: 40px;
	padding-bottom: 40px;
}
#PageW {
	background-color: #000000;
	margin-top: 80px;
	margin-bottom: 60px;
	width: 100%;
}
#PageW2 {
	width: 880px;
	margin: 0 auto;
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #00FF00;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-left: 16px;
	background-color: #333333;
}
#BottomBar {
	text-align: right;
	font-size: 10px;
}
em {
	font-style: normal;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #550000;
}
