body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	background-color: #FFFFFF;
	margin: 0px;
	height: auto;
	width: auto;
	list-style-type: disc;
}


#maintable {
align:center;
margin-left:auto;
margin-right:auto;
}

/*
**
*/
table,td {
border: 0px;
padding: 0px;
margin: 0px;
border-spacing: 0px; 
border-collapse:collapse;
}

/* 
** Headings inside tables
*/ 
td h1 {
	font-weight: normal;
	background-color: #164b7c;
	color: #ffffff;
	font-size: 12pt;
	padding: 0pt;
        margin: 0pt;
        border: 0pt;
}

td h2 {
	font-weight: normal;
	background-color: #FFcA4D;
	color: #164b7c;
	font-size: 12pt;
	padding: 0pt;
        margin: 0pt;
        border: 0pt;
}

td h3 {
	font-weight: normal;
	background-color: #ffffff;
	color: #164b7c;
	font-size: 12pt;
	padding: 0pt;
        margin: 0pt;
        border: 0pt;
}

td h4 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 0pt;
        margin: 0pt;
        border: 0pt;
}

/*
** Heading Links
*/
a h1{
	font-weight: normal
        font-height: 12pt;
	background-color: #164b7c;
	color: #ffffff;
	text-decoration: none;
}

a:active h1{
	font-weight: normal;
	background-color: #FFcA4D;
	color: #164b7c;
	text-decoration: none;
}

a:hover h1{
	font-weight: normal;
	background-color: #FFcA4D;
	color: #164b7c;
	text-decoration: none;
}

/*
** Links
*/
a {
	font-weight: bold;
	color: #164b7c;
	text-decoration: none;
}

a:hover {
	color: #FFcA4D;
	text-decoration: none;
}


a:visited {
	color: #666666;
	text-decoration: none;
}


td {
	font-size: 10pt;
}

td b{
        font-weight: bold;
        color: #000000;
	font-size: 10pt;
}
