/* CSS Document */

body {
	background-color: #AA9D76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	}

#nav a:link {
	display: block;
	height: 25px;
	width: 140px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #F3E1A9;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-bottom: 3px solid #AA9D76;
	}

#nav a:visited {
	display: block;
	height: 25px;
	width: 140px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #F3E1A9;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-bottom: 3px solid #AA9D76;
	}

#nav a:hover, #nav a:active {
	display: block;
	height: 25px;
	width: 140px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #F3E1A9;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-bottom: 3px solid #000000;
	}

#link {
	color: black;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	}

#link a:link {
	color: black;
	text-decoration: underline;
	font-weight: bold;
	}

#link a:visited {
	color: black;
	text-decoration: underline;
	font-weight: bold;
	}

#link a:hover, #link a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}