

body, html
{
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #333333;
    background-image: none;
}

a:link
{
    color: #FF9900;
}

a:hover, a:active
{
    color: #FF9900;
}

a:visited
{
    color: #FF9900;
}

#header
{
    background-color: #333333;
}

h1.headermaintitle
{
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2em;
}

h1.headermaintitle a:link, h1.headermaintitle a:visited, h1.headermaintitle a:active
{
    color: #FFFFFF;
}

h2.pageTitle
{
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.posthead h2
{
    color: #FF9900;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.posthead h2 a:link, .posthead h2 a:visited, .posthead h2 a:active, .posthead h2 a:hover
{
    color: #FF9900;
}

#sidebar-a h3
{
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
}

#sidebar-a
{
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar-a ul, #sidebar-a p
{
    font-size: .9em;
}

#sidebar-a a:link
{
    color: #FF9900;
}

#sidebar-a a:visited
{
    color: #FF9900;
}

#sidebar-a a:active, #sidebar-a a:hover
{
    color: #FF9900;
}

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active
{
    color: #AA4400;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
    color: #BB5500;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
    color: #CC6600;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
    color: #DD7700;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
    color: #EE8800;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
    color: #FF9900;
}

#nav, #sidebar-a
{
    border-color: #666666;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, &quot;Courier New&quot;, courier, monospace;
	background-color: #ffffff;
	/*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; }