@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav {
	background-image: url(../images/navbar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#vertline {
	background-image: url(../images/vertline.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#horzline {
	background-image: url(../images/horzline.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	line-height: 4px;
}

.header {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}

.content {
	color: #000000;
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
}
.content a:link {
	color: #990000;
	text-decoration: none;
}
.content a:visited {
	color: #990000;
	text-decoration: none;
}
.content a:hover {
	color: #990000;
	text-decoration: underline;
}

.footer {
	color: #804040;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
}
.footer a:link {
	color: #804040;
	text-decoration: none;
}
.footer a:visited {
	color: #804040;
	text-decoration: none;
}
.footer a:hover {
	color: #990000;
	text-decoration: underline;
}


.nav {
	color: #660000;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
.nav a:link {
	color: #660000;
	text-decoration: none;
}
.nav a:visited {
	color: #660000;
	text-decoration: none;
}
.nav a:hover {
	color: #660000;
	text-decoration: underline;
}
