body {
	font-family: Arial;
	font-size: 12px;
	color: #272F71;
	background-color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #272F70;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial;
	font-size: 11px;
	color: #272F71;
	font-weight: normal;
	font-style: normal;
	padding: 5px;
}
a:link {
	color: #9A7A5F;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #9A7A5F;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	font-weight: bold;
	color: #9A7A5F;
	text-decoration: none;
}

