BODY, P, H1, H2, H3, H4, H5, H6, LI, TD, TH, DD, DT
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color:  Black;
	background-color:White;
}
BODY
{
	text-decoration: none;
}
LI,UL,OL
{
	list-style-image: none;
}
H1, H2, H3, H4, H5, TH
{
	font-weight: bold;
}
H2, H3, H5
{
}
H1
{
	font-size: 16pt;
}

H1.x
{
	font-size: 26pt;
}

H1.y
{
	font-size: 36pt;
}

H2
{
	font-size: 13pt;
}
H3
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
}
H4
{
	font-size: 10pt;
	margin-top: 2px;
	margin-bottom: 0px;
}
H5
{
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 2px;
}
H6
{
	color: #626262;
	font-size: 65%;
	font-weight: normal;
}
DD
{
	margin-left: 20px;
}

CODE
{
	color:  Gray;
	font-family: "Courier New", Courier, mono;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a
{
	color: black;
}
a.menu
{
	color: white;
}
a:link
{
	color: #b7cfb8;
}
a:visited {	 }
a:active  {  }
a:hover   {  }


.cpp-comment	{ COLOR: green; FONT-STYLE: italic; }
.cpp-keyword	{ COLOR: blue; }
.cpp-preprocessor	{ COLOR: navy; }
.cpp-string		{ COLOR: purple; }
.cpp-literal	{ COLOR: white }

.clsMenu
{
	color: white;
	background-color: Green;
	text-decoration: none;
}

.clsMenu2
{
	color: white;
	background-color: Maroon;
	text-decoration: none;
}

.clsInviso
{
	color: green;
	background-color: green;
	text-decoration: none;
}

.clsMenuHeading
{
	font-weight: bold;
	color: white;
	background-color: green;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
}

.clsMenuHeading2
{
	font-weight: bold;
	color: white;
	background-color: Maroon;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
}


.clsHeading
{
	font-weight: bold;
}

.clsTitleBar
{
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	color: white;
	background-color: green;
	text-decoration: none;
}

.clsTitleBar2
{
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	color: white;
	background-color: maroon;
	text-decoration: none;
}

.clsMenuButton
{
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 25px;
	vertical-align: baseline;
	cursor: hand;
	color: white;
	background-color: green;
	text-decoration: none;
	
}

.clsMenuButton2
{
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 25px;
	vertical-align: baseline;
	cursor: hand;
	color: white;
	background-color: maroon;
	text-decoration: none;
	
}


.clsButton
{
	font-weight: bold;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align: baseline;
	cursor: hand;
	color: white;
	background-color: green;
	text-align: center;
	text-decoration: none;
}

.clsText
{
	font-weight: bold;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align: baseline;
	cursor: hand;
	color: white;
	background-color: green;
	text-decoration: none;
}


.clsButton:hover
{
	color:green
}
