/* CSS Document */

body {
	margin: 20px;
	background-color: #FFFFFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0061A8;	
	margin: 0px 0px 5px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0061A8;	
	margin: 0px 0px 5px 0px;
}

p {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;	
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	float: none;
}

p a {
	color: #833245;	
	text-decoration: none;
}

p a:hover {
	color: #833245;	
	text-decoration: underline;
}

ul li {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;	
	text-decoration: none;
}

ul li a {
	color: #833245;	
	text-decoration: none;
}

td {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;	
	text-decoration: none;
}

.hr {
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
	margin: 10px 0px 10px 0px;
}
