* {margin:0px;padding:0px;top:0px;left:0px;}

body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #483D8B;
}

html, body, h1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

img { border: 0; }


p {
	font-size: 12pt;
	text-align: left;

}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 10px;
}


a {
	color: #0000CC;
}

a:visited {
	color: #660099;
}

a:hover {
	background-color:#457090;
	color: #FFFFCC;
}



/* footer only use this if diff than header (body)*/

#footer {
	clear: both;
	text-align: center;
}

#footer, #footer a, #footer h6 {
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
    text-decoration: none;

}

#footer a:hover {
	font-size: 10px;
	background-color:#483D8B;
	color: #EAEAFF;
}

