@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: black;
	margin: 0;
}
img { border: none; }
h1,h2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.3em; color: #4c0c26; margin-top: 3px; margin-bottom: 4px; text-decoration: none;}
h2 { font-size: 1.2em; }
h2 a { text-decoration: none; color: #4c0c26; }
h2 a:hover { text-decoration: underline; }

.nav1 {
	vertical-align:bottom;
	text-align:center;
	width: 137px;
	height: 83px;
	padding-bottom: 5px;
	color: #4c0c26;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	border-left: 1px solid #4c0c26;
}
.nav1:hover {
	background-image: url(images/bg_nav_over.gif);
	color: white;
}
.nav2 {
	width: 1px;
	font-size: 0px;
	background-image: url(images/bg_redline.gif);
	background-repeat: repeat-y;
	background-color: #4c0c26;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
hr {
	height: 6px;
	background-image: url(images/bg_topline.gif);
	background-repeat:repeat-x;
	border: none;
}
