/* CSS Document */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
	color: #28166F;
}

body {position: relative;}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; font-family: 'Arial', Helvetica, sans-serif; color: #28166F;}
h2, h3, h4, h5 {color: #28166F;}
p { font-family: 'Arial', Helvetica, sans-serif; font-size: 12pt; color: #28166F;}
fieldset,img { border: 0; }
legend { color: #000; }
li {  }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
strong {font-weight: bold;}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

a:link { text-decoration: none; color: #28166F;}
a:active { text-decoration: none; color: #28166F;}
a:visited { text-decoration: none; color: #28166F;}
a:hover { text-decoration: none; color: #28166F;}

a[href^="mailto"] { color: #28166F; }