a:link {
	color: #004584;
	text-decoration: underline;
}
a:visited {
	color: #004584;
	text-decoration: underline;
}
a:hover {
	color: #004584;
	text-decoration: none;
}
a:active {
	color: #004584;
	text-decoration: underline;
}
body {
	height:100%;
	margin: 0px;
	background-color: #ECF1F7;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
td,th {
	font-family: Tahoma, Verdana, Arial , Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	line-height: 16px;
}

p {
	margin-top:0px;	
	margin-bottom:16px;
}
li{
	list-style-image:url(images/square_g.gif);
	margin-top:5px;
	margin-left:15px;
}
ul{
	padding-left:0px !important; /* firefox*/
	margin:5px 2px;
}
a img{
	border: 0px solid #000000;
}
