BODY, P, H1, H2, H3, TD, TH
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	color: black;
}
BODY
{
	background-color: #ffffff;
	color: #000000;
}
H1, H2, H3
{
	font-weight: bold;
}
H2, H3, H5
{
	color: #1F1FFF;
}
H1
{
	font-size: 16pt;
}
H2
{
	font-size: 13pt;
}
H3
{
	font-size: 11pt;
}
A
{
	color: #003FCF
}
PRE
{
	background-color: #BFEFF8;
	padding: 7pt;
	font: 9pt "Courier New" , Courier, mono;
	white-space: pre;
	width: 100%; /*overflow: auto;*/
}
CODE
{
	color: #0000FF;
	font-size: x-small;
	font-family: "Courier New" , Courier, mono;
}
.altstyle
{
	background-color: #BFEFF8;
}
.ProgTitle
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003FCF;
}
.NavLink
{
	font-size: small;
}

.cpp-comment, .cs-comment, .vb-comment
{
	color: green;
	font-style: italic;
}
.cpp-keyword, .cs-keyword, .vb-function
{
	color: #003FCF;
}
.cpp-preprocessor, .cs-preprocessor
{
	color: navy;
}
.cpp-string, .cs-string, .vb-string
{
	color: purple;
}
.cpp-literal, .cs-literal, .vb-literal
{
	color: #191970;
}
.vb-keyword, .vb-statement
{
	color: #003FCF;
	font-weight: normal;
}
