/* CSS Document */

body {
	background-image: url(../i/gfx_bkg.jpg);
	margin: 0px;
	padding: 0px;
}

.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #663300;
	text-align: center;
}

.footer a {
	color: #663300;
	text-decoration: none;
}

.footer a:hover {
	color: #663300;
	text-decoration: underline;
}

.footer a:visited {
	color: #663300;
	text-decoration: none;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.content a {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
}

.content a:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #663300;
}
.frame {
	border: thin solid #663300;
}

.italic {
	font-style: italic;
}

.tollfree {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 15px;
	font-weight: bold;
	color: #663300;
}
li {
	list-style-type: square;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #663300;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
