﻿body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	line-height: 16px;
	}

#margin {
	padding-left: 13px;
	}


h1 {
	font-weight: bold;
	font-size: 12px;
	color: #58327E;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	}

h2 {
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 14px;
	}

.subhead {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	text-decoration: underline;
}

.subheadsmall {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	text-decoration: underline;
}


a:link, a:visited { 
	text-decoration : underline;
	color: #58327E;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	color: #000000;
	background: transparent; 
	}

a:active { 
	text-decoration : underline;
	color: #58327E;
	background: transparent;  
	}
