﻿/* CSS Document */

.body {
	font-family: arial;
	color:#333333;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
}
.header {
	font-family: verdana;
	color:#005B7F;
	font-size: 12px;
	margin: 0px;
	line-height: 20px;
	font-weight: bold;
}
.subheader {
	font-family: verdana;
	color:#005B7F;
	font-size: 16px;
	margin: 0px;
	line-height: 20px;
	font-weight: bold;
}
.footer {
	font-family: arial;
	color:#564E49;
	font-size: 10px;
	margin: 0px;
}

a.lnk:link {
	color:#005B7F;
	line-height: 14px;
	text-decoration:none;}	
a.lnk:visited {
	color:#005B7F;
	line-height: 14px;
	text-decoration:none;}
a.lnk:hover {
	color:#777777;
	line-height: 14px;
	text-decoration:underline;}
	