.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: "Courier New";
	background-color: #FFFFFF;
	border: 3;
	border-color: #666666;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

.header {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #CCCCCC;
	font-style: normal;
	position: fixed;
	visibility: visible;
	height: 25px;
	width: 100%;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.falseheader {
	position: relative;
	visibility: visible;
	height: 25px;
	width: 100%;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}


.header .hd2 {
	background-color: #E8E800;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	width: 100%;
	height: 3px;
	border: thin solid #999999;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	top: 22px;
}
.header .hd1 {
	background-color: #000000;
	font-family: "Courier New";
	font-size: 14px;
	color: #FFFFFF;
}
	
.hd1 :link {text-decoration:none;color:#FFFFFF;}
.hd1 :visited {text-decoration:none;color:#FFFFFF;}
.hd1 :active {text-decoration:none;color:#CCFF00;}
.hd1 :hover {text-decoration:underline;color:#999999;font-weight:bold}
	
	
	

.footer 
{
	background-color: #FFFF00;
	position: fixed;
	bottom: 0px;
	height: 2px;
	width: 100%;
	visibility: visible;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	right: 0px;
	left: 0px;
	border: 1px solid #999999;
}

.content 
{
	position: static;
}
