body {
	margin:  0;
	padding: 0;
	background-color:#FFFFFF;
	}
	
body, th, td, div, p {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 13px;
    font-weight: normal;
	}

a {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
	text-decoration: underline;	
	}
a:link, a:visited {
	color: #000000;
	}
a:hover {
	color: #8002bd;
	}
a:active
{
	color: #d4399e;
}

h1 { 
	font-size: 1.3em;
	color: #660099; 
	margin: .5em 0 .5em 0; 
	padding: 0;	 
}
h2 { 
	font-size: 1.2em; 
	margin: .35em 0 .25em 0; 
	padding: 0;	 
}
h3 {
	font-size: 1.1em;
	margin: .35em 0 .25em 0; 
	padding: 0;
}

fieldset {
	border: 1px solid #999999;
	padding: 5px;
}

legend {
	font-size:1.2em;
	font-weight:bold;
}

p.first {
	margin-top:0;
}

.footer {
    color: #660099;
    font-family: "Tahoma", Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-align:center;
}

.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}

.smallblack
{
    color: #000000;
    font-size: 10px;
}

.normalwhite
{
    color: #ffffff;
    font-size: 13px;
}

.bigblack
{
    color: #000000;
    font-size: 16px;
}
