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

body {
	background-color: #000000;
	background-image: url(images/plank_bak.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12.5px;
	line-height:1.5;
}
/*table {background-color: #e3e3c7;}*/
a {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #990000;
}
a:hover {
	font-size: 12px;
	color: #CC9900;
}

/* Nav*/
a.nav {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a.nav:visited {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a.nav:hover {
	font-size: 11px;
	color: #990000;
	text-decoration:underline;
}


/* Footer*/
.footer {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a.footer {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}

a.footer:visited {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}

a.footer:hover {
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	line-height:1;
}

.sub_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height:1.25;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	line-height:1;
}

td.menu_table_blk {
	border-style:solid;
	border-width:thin;
	border-color:#000000;
	font-size: 11px!important;
}

table.menu_table {
	border-style:solid;
	border-width:thin;
	border-color:#660000;
	font-size: 11px!important;
}

th.menu_table {
	background-color:#660000;
	line-height:1!important;	
}
h3.menu_table {
	color:#FFFFFF;
	line-height:1!important;
	font-size:14px;
}

p.menu_table {
	color:#FFFFFF;
	line-height:1!important;
	font-size:14px;
}

p.menu_item {
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
}

p.caption {
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:11px!important;
	line-height:1.2!important;
	}

td.border {
	border:solid;
	border-width: 1px;
	padding:10px;
}