body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #941003;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #941003;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9f0602;
	text-decoration: underline;
}

a.top-link {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7f8080;
	text-decoration: none;
}

a.top-link:hover {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9f0602;
	text-decoration: none;
}

a.lnav-link {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.lnav-link:hover {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 11px;
	color: #9f0602;
	text-decoration: none;
	text-decoration: none;
}

.leftnav-title {
	font-size: 19px;
	color: #FFFFFF;
	padding-left: 5px;
}

.contact-input {
	width: 129px;
	height: 20px;
	border: 1px solid #cccccc;
}

.box-top {
	background: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-color: #bfc0b5;
	padding: 5px;
}

.box-bottom {
	background: url(../images/box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #dfded8;
	padding: 5px;
}

.footer-text {
	font-size: 11px;
	color: #949393;
	text-decoration: none;
}

.footer-text:hover {
	font-size: 11px;
	color: #373737;
	text-decoration: none;
}

