<style type="text/css"><!--
a
{	text-decoration : none;
}

a:link
{	color : Black;
	text-decoration : Underline;
}

a:visited
{	color : Black;
	text-decoration : Underline;
}

a:hover
{	color : #888888;
	text-decoration : Underline;
}

a.tocMenu
{	text-decoration : none;
}

a.tocMenu:link
{	color : #f97921;
	font-weight : bold;
	text-decoration : none;
}

a.tocMenu:visited
{	color : #f97921;
	font-weight : bold;
	text-decoration : none;
}

a.tocMenu:hover
{	color : Black;
	font-weight : bold;
	text-decoration : none;
}

body
{	background-color : #d3d3d3;
	color : Black;
	font-family : Verdana, Helvetica, Arial, Times New Roman;
	font-size : 11px;
	background-image:url('../img/body_bg.jpg');
	background-repeat:repeat-x;

}

.main
{	background-color : White;
	color : Black;
	font-family : Verdana, Helvetica, Arial, Times New Roman;
	font-size : 11px;
	padding-left : 10px;
	padding-top : 10px;
	border-right:solid Silver 1px;
}

.footer
{	background-color : White;
	color : Black;
	font-family : Verdana, Helvetica, Arial, Times New Roman;
	font-size : 11px;
	border-right:solid Silver 1px;
	border-left:solid Silver 1px;
	border-bottom:solid Silver 1px;
	padding-left : 10px;
}

.header
{	background-color : #fefefe;
	color : Black;
	font-family : Verdana, Helvetica, Arial, Times New Roman;
	font-size : 11px;
	padding-left : 0px;
	padding-top : 0px;
	border-top: thin solid black 1px;
	border-right:solid Silver 1px;
	border-left:solid Silver 1px;
	border-top:solid Silver 1px;
	background-image:url('../img/logo_bg.png');
	background-repeat:repeat-x;
}

.toc
{	background-color : White;
	color : Gray;
	font-family : Verdana, Helvetica, Arial, Times New Roman;
	font-size : 10px;
	border-left:solid Silver 1px;
	border-right:solid #f97921 1px;
	border-right:bottom silver 1px;
	padding-left: 10px;
}

.head1
{	color : Black;
	font-size : 20px;
	font-family : Verdana, Helvetica, Arial, Times New Roman;
	font-weight : bold;
}

.head2
{	color : Black;
	font-size : 15px;
	font-family : Verdana, Helvetica, Arial, Times New Roman;
	font-weight : bold;
}

.head3
{	color : Black;
	font-size : 11px;
	font-family : Verdana, Helvetica, Arial, Times New Roman;
	font-weight : bold;
}

.txt
{	color : Black;
	font-family : Verdana, Helvetica, Arial, Times New Roman;
	font-size : 10px;
}


-->
</style>