@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
text-align: left;
}

h1 {font-size: 18px; color:#6633CC}

h2 {font-size: 16px; color:#6633CC}

h3 {font-size: 14px; color:#6633CC}

h4 {font-size: 12px; color:#6633CC}

p {font-size: 12px}

li {font-size: 12px; margin-bottom:1em;}

.nav {font-size: 11px}

.nav A:link {
	color: #000;
	text-decoration: none;
}

.nav A:visited {
	color: #000;
	text-decoration: none;
}

.nav A:active {
	color: #000;
	text-decoration: none;
}

.nav A:hover {
	color: #000;
	text-decoration: underline;
}

A:link {
	color: #e61cff;
	text-decoration: none;
}

A:visited {
	color: #e61cff;
	text-decoration: none;
}

A:active {
	color: #e61cff;
	text-decoration: none;
}

A:hover {
	color: #e61cff;
	text-decoration: underline;
}

.footer {font-size: 11px; padding-top:6px;}

table { border:none}

TD.border {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #454345;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #454345;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #4543459;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #454345;
}



IMG {
border: 0;
}