.maintabletop {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
.maintable {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0px;
}
.linkbox {
	border: thin none #660000;
	list-style-type: none;
	list-style-image: url('../images/layout/bullet.gif');
	font-size: 13px;
	font-weight: bold
}
.infobox {
	border: thin dotted #660000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #EEF5FF;
}


table {
	background-color: #ffffff;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.infotitle {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #660000;
	margin: 4px;
}
h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 4px;
}
h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

UL { 
     list-style-image: url('../images/layout/bullet.gif'); 
     list-style-type: none;
     	margin:2;
     padding-left:20px; padding-right:10px; padding-top:1px; padding-bottom:3px; }
     
LI { 
     padding-top:4px; padding-bottom:4px; }
     
UL UL { 
     list-style-image: url('../images/layout/bullet2.gif'); 
     list-style-type: none;
     margin:0;
     padding-left:14px; padding-right:10px; padding-top:1px; padding-bottom:1px; }
     
UL UL UL { 
     list-style-image: url('../images/layout/bullet3.gif'); 
     list-style-type: none;
     margin:0;
     padding-left:14px; padding-right:10px; padding-top:1px; padding-bottom:1px; }