body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #484848;
	letter-spacing: normal;
	word-spacing: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #f4f4f4;
}

table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #484848;
	letter-spacing: normal;
	word-spacing: normal;
}


strong {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #9d66a4;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

em {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #be7faa;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}


h1 {
	margin: 2px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	font-variant: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
	background-color: #000000;

}


h2 {
	margin: 22px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 10px;
	font-weight: bold;
	font-variant: none;
	text-transform: lowercase;
	letter-spacing: 4px;
	color: #3e6ba8;	
	border-bottom: 1px #c3c3c3 dotted;
	padding-left: 16px;

}

h3 {
	margin: 10px;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8px;
	font-style: italic;
	line-height: 10px;
	font-weight: bold;
	font-variant: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #3e6ba8;
	background-color: #f8f8f8;	
	padding-top: 3px;
	padding-bottom: 3px;

}


A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #0060ff;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	FONT-VARIANT: none;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: uppercase;

}
a:link {
	color: #0060ff;

}
a:visited {
	color: #0a4bb7;
}
a:hover {
	color: #323cbc;
	background-color: #f8f8f8;
	border-bottom: 1px #0c8feb dotted;

}
