body {
background: #FFFFFF url(images/bg.jpg) top left repeat-x;
padding: 0px;
margin: 0px;
text-align: center;
}

table.main {
width: 710px;
margin: 0px auto 0px auto;
border-collapse: collapse;
}

td.content {
vertical-align: top;
font-family: Tahoma;
font-size: 10pt;
color: #555555;
text-align: left;
}

td.content td {
vertical-align: top;
font-family: Tahoma;
font-size: 10pt;
color: #555555;
}

td.content a { color: #005CA4; text-decoration: none; background: url(images/link.gif) left center no-repeat; padding-left: 12px;}
td.content a:hover { text-decoration: underline; }

td.content a.normal { color: #005CA4; text-decoration: none; background: none;}
td.content a.normal:hover { text-decoration: underline; }

h1 {
font-family: Tahoma;
color: #222222;
font-size: 14pt;
font-weight: normal;
margin: 0px;
padding: 0px;
margin-bottom: 10px;
margin-top: 20px;
}

h2 {
font-family: Tahoma;
color: #005CA4;
font-size: 12pt;
font-weight: normal;
margin: 0px;
padding: 0px;
margin-bottom: 10px;
}

ul {
	padding-left: 15px;
	list-style-position: outside;
	margin-bottom: 7px;
}

li {
margin-bottom: 2px;
}

.bottom h1 {
font-size: 10pt; font-weight: bold;	color: #999999; text-decoration: underline;
}

.bottom table tr td {
font-size: 8pt;	color: #999999;
}

