body {
	background-image: url(../images/bg_body.jpg);
	margin:0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: small;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link { color: #04559A; text-decoration: none}
a:visited { color: #04559A; text-decoration: none}
a:hover { color: blue; text-decoration: underline}

.style1 {color: #FFFFFF; font-size:80%;}

table.main{
	width:800px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #999;
	background-color:#fff;
}

table.main td{
	vertical-align:top;
}

table.main table.menu{
	width:100%;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	margin: 10px 0px 10px 0px;
}

table.main table.menu td{
	width:100%;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	padding:5px 0px 5px 5px;
}

table.main table.body{
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	margin: 10px 10px 10px 10px;
}

table.main table.body td.header{
    font-size:130%;
	font-weight:bold;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	padding:0px 0px 10px 0px;
	color:#04559A;
	line-height:160%;
}

table.main table.body td.subheader{
    font-size:110%;
	font-weight:bold;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	padding:0px 0px 10px 0px;
	line-height:140%;
	color:#565656;
}

table.main table.body td.body{
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	padding:0px 0px 10px 0px;
	line-height:140%;
}

table.main table.body a:link {  color: #0000ff; text-decoration: none; }
table.main table.body  a:visited { color: #0000ff; text-decoration: none;}
table.main table.body  a:hover {  color: #0000ff; text-decoration: underline; }

.blockbox ol {
	list-style-image:url(../images/img_blackarrow.gif);
	list-style:url(../images/img_blackarrow.gif);
	font-weight:bold;
}

.blockbox ol li{
	padding:0px 3px 8px 0px;
	margin:0px 0px 0px -10px;
}



/* footer table */

table.main td.footer{
	border-style: solid;
	border-color: #f8f8f8;
	border-width: 0px 0px 0px 0px;
	width:100%;
	margin:0px;
}

table.main td.footer{
	border-style: solid;
	border-color: #999;
	border-width: 1px 0px 0px 0px;
	text-align:center;
	line-height:20px;
	padding:5px 15px 5px 15px;
}

table.main td.footer a:link {  color: #0000ff; text-decoration: none;}
table.main td.footer a:visited { color: #0000ff; text-decoration: none;}
table.main td.footer a:hover {  color: #0000ff; text-decoration: underline;}

/* old css */

.title {
	color: #0a60a9;
	font-size: 15px;
	font-weight: bold;
}