html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

div, span, td, th {
	font-family: Arial, Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a {
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #660033;
}

a:hover {
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #660033;
}

.reverse {
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.reverse {
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

a.reverse:hover {
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

.breadcrumb {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

a.breadcrumb {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #AA6600;
}

a.breadcrumb:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #AA6600;
}

.header {
	font-family: Times;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	color: #660033;
}

a.header {
	font-family: Times;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #660033;
}

a.header:hover {
	font-family: Times;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #660033;
}

a.newsletter_link {
	font-family: Times;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #660033;
}

a.newsletter_link:hover {
	font-family: Times;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #660033;
}

.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	vertical-align: top;
}

.form_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AA0000;
}

