/* CSS Document */

body {
	background-color: #602004;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

h1 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 13px;
	color: #999999;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	color: #505050;
}

h5 {
	font-size: 10px;
	color: #505050;
}

h6 {
	font-size: 9px;
	color: #505050;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

form {
	margin: 0px;
}

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

option {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

li {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
}

dd {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin-top: 0px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.footer {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.black {
	color: #000000;
}

.referrals {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.tagline {
	color: #F3E1CE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.blue {
	color: #003399;
}

.white {
	color: #FFFFFF;
}

.small {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #505050;
}
.bold_light {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
em {
	font-style: normal;
}
