body {
	background-color: #E8F5F2;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, Helv, "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #5A5C5E;
}
p, h1, h2, li, ul, ol, .normal {
	font-family: Verdana, Geneva, Arial, Helvetica, Helv, "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #5A5C5E;
}
.large {
	font-size: 20px;
	line-height: 24px;
	color: #787B7E;
}
.largenarrow {
	font-size: 20px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
	color: #787B7E;
}
.small {
	font-size: 11px;
	line-height: 13px;
	color: #5A5C5E;
}
.smallnarrow {
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #5A5C5E;
}
.footer {
	font-size: 11px;
	line-height: 13px;
	color: #5A5C5E;
}
a:link {
	color: #CE3F25;
	text-decoration: none;
}
a:visited {
	color: #7CA3A5;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #CE253E;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	background-color: #CE253E;
	text-decoration: none;
}
a:focus {
	color: #FFFFFF;
	background-color: #CE253E;
	text-decoration: none;
}
a.img:hover, a.img:active, a.img:focus {
	background-color: transparent;
	/*background-color: #E8F5F2;*/
}
