a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:link {  color: #993300; text-decoration: none}
a:visited {
	color: #996600;
	text-decoration: none;
}
body {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 11px; color: #333333; line-height: 150%}
/*h1 {  font-size: 14px; color: #003366; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-weight: bold}
h2 {  font-size: 9px; line-height: 150%; color: #666666; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-weight: normal}*/
table {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
/*h3 {  font-size: 13px; line-height: 22px; color: #336600; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-weight: lighter}*/
/*,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
} */

h1
{
	line-height: 120%;
	font-size: 25px;
}

h2
{
	line-height: 120%;
	font-size: 23px;
}

h3
{
	line-height: 120%;
	font-size: 19px;
}

h4
{
	line-height: 120%;
	font-size: 15px;
}

h5
{
	line-height: 120%;
	font-size: 13px;
}

h6
{
	line-height: 120%;
	font-size: 11px;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
