/* CSS Document */

a:link, a:visited, a:active {
	color: #a10800;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	margin-top: 2px !important;
	margin-top: 0px;
	margin-left: 0px;	
	background-color: #FFF;
}

h1 {
	font-family: "Monotype Corsiva", cursive, "Times New Roman", serif;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	letter-spacing: 6px;
	color: #000;
	margin-top: 3px;
	line-height: 20px;
}

h2 {
	font-family: "Monotype Corsiva", cursive, "Times New Roman", serif;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 6px;
	color: #000;
	margin-top: 0px;
	line-height: 12px;
}

input, select, textarea {
	background-color: #FFF;
	border-style: double;
	border-width: 3px;
	border-color: #000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #000;
}

p, blockquote, ul, td {
	/*margin-left: 4px;
	margin-right: 4px;*/
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
}

.date {
	font-weight: bold;
}

#footer {
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}

#nav {
	width: 80px;
	position: absolute;
	top: 350px;
	margin-left: 495px;
	border: 0px solid #000;
}

#nav .header{
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	color: #000;
	margin-top: 0px;
	margin-bottom: -7px;
	line-height: 10px;
	border-bottom: 1px solid #000;
}