body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E6E6E6;
	background-image: url("img/background.gif");
	background-repeat: repeat-x;
}

a:visited {
	color: #364C59;
}

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #364C59;
}

hr {
	height: 1px;
	color: #818181;
}

.main {
	border: 1px solid #818181;
	border-top: none;
	padding: 8px;
	background-color: white;
}

.navbar {
	background-image: url("img/navbar_bg.gif");
}

.serifs {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #364C59;
}