body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.page-bg {
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.blue {
	color: #005898;
}
.footer {
	font-size: 11px;
	color: #005898;
}
.heading {
	font-size: 16px;
	font-weight: bolder;
	color: #CC0000;
}
ul {
	margin-bottom:0px;
}

#buttoncell {
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
a#link #span1 {
	display:block;

	
}
a#buttonlink {
	display:block;
	width:100%;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005898;
	text-align: center;

} 
a#buttonlink:hover { 
background-color:#CC0000; 
color:#FFFFFF; 
}
hr {
	height: 1px;
	color: #c3cdd6;
}
.eleven {
	font-size: 11px;
}
.sub-heading {
	font-weight: bold;
	color: #005898;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a4b8c1;
}
.page-bg {
	background-image: url(/images/bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E5EEF4;
}

li{
	list-style-type:none;
list-style-image: url('/images/li.gif');
