/* CSS Document */
body{
	font-family: Tahoma,Arial,Helvetica;
	font-size:10pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color:#cccccc
}
h1.SiteName
{
	font-family: Tahoma, Verdana, Helvetica;
	font-size : 30pt;
	color : #990000;
	font-weight: bold;
	margin : 0px;
}
h1.SmallSiteName
{
	font-family: Tahoma, Verdana, Helvetica;
	font-size : 9pt;
	color:#990000;
	font-weight: bold;
	margin : 0px;
}
a:link, a:visited, a:hover {
	color:#336666;
}
a:hover {
	text-decoration: underline;
}
a.menu
{
	color:#336666;
	font-weight:bold;
	text-decoration: none;
}
div.menu
{
	color:#000000;
	padding-bottom:5px;
}
.menu
{
	color:#000000;
	font-weight:bold;
}
a.footer,a.footer:link,a.footer:hover,a.footer:visited{
	color:#ffffff;
}
td{
	font-size:10pt;
}
td.header
{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#336666;
	left:auto;
}
td.footer
{
	color:#FFFFFF;
	background-color:#336666;	
}
p{
	margin:7px;
	font-size:10pt;
	font-weight:normal;
}
p.main{
	margin:0px;
}
div{
	font-size:10pt;
}
hr{
	margin:0px;
}
ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}
ol{
	font-weight:bold;
}
