@charset "utf-8";
/* CSS Document */

body, html 				{ height: 100%; }
* html				 	{ height: 100%; }

Body
{
background-color: white;
background-image: url('');
background-position: top;
background-repeat: repeat-x;
margin-top: 0px;
margin: 0 0;
padding: 0;
font-family: Verdana,Arial,Sans-serif;
font-size: 12px;
line-height: 20px;
}

p,ul,li {
	margin: 0;
	padding: 0;
}
a {
	color:#f700c4;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	text-decoration: none;
	border-bottom: #000000 1px dotted;
}

img {
border: 0;
}

.HeaderTable {
background-color: white;
background-image: url('../images/maintblbk.jpg');
background-repeat: repeat-x;
width: 100%;
padding: 0px;
margin-top: 0px;
border-width: 0px;
border-style: solid;
text-align: center;} 
