body {
	text-align: justify;
	color: #808080;
	font-size: 11px;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	margin: 0px;
	background-color: #333333;
	scrollbar-base-color: #dcdcdc;
	background-image: url(images/mainbg.gif);
}

h1 {
 	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:4px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:8px;
	border-bottom : 2px dotted;
}

p {margin-top: 0px;}

a:link {color:#666666;font-weight:bold;font-size:12px;}
a:visited {color:#666666; font-weight:bold; font-size:12px;}
a:hover {color:#000000; font-weight:bold;}
a:active {font-weight:bold;}

table {font-size:11px;text-align:justify;}

table.content {
	background-image: url(images/contentbg.gif);
	padding-right : 46px;
	padding-left : 46px;
	background-color : #ffffff;
}
 
td.maincont {
 	background-image: url(images/fade.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
 }

td.bold {font-weight:bold;font-size:11px;}
.smallbold {font-weight:bold;font-size:10px;}
