a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a img{
	border: 0px solid #000000;
}
body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/frontbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	background-color:#EEEEEE;
}

.tablemiddle{
	height:100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

td {
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00467d;
	line-height: 18px;
}
p {
	margin-top:0px;	
	margin-bottom:16px;
}
li{
	list-style-image:url(images/square_small.gif);
	margin-top:5px;
}
ul{
	padding-left:0px !important; /* firefox*/
	margin-left:18px;
}