html {
   height: 100%;
}

body {
	height: 100%;
}

table.helmet {
	width: 100%;
	background-color: #f06c69;	
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #aa3c39;
	text-transform: uppercase;
}

td.first {	
	width: 350px;	
	border-style:solid;
	border-width:2px;	
	padding:10px;
	border-color: #aa3c39;
	text-align: center;	
}

div.first {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: #801815;	
}

div.first span {
	margin-left: 10px;
}

div.mpage {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;	
	background-color: #0A64A4;
	width: 220px;	
}

div.mpage a {
	text-decoration: none;
	color: white;
}

table.menu {
	width: 100%;
	background-color: #d46a6a;	
}

td.menu {	
	width: 200px;	
	padding:5px;	
	text-align: center;	
}

td.menu a {
	text-decoration: none;
	color: white;
}

td.mpagemenu {	
	width: 200px;	
	padding:5px;	
	text-align: center;
	background-color: #0A64A4;	
}

td.mpagemenu a {
	text-decoration: none;
	color: white;
}

td.accentmenu {	
	width: 200px;	
	padding:5px;	
	text-align: center;
	background-color: #f06c69;	
}

td.accentmenu a {
	text-decoration: none;
	color: white;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #550000;
}

table.general {
	width: 80%;	
}

table.general a {
	text-decoration: none;
	color: Black;
}

table.general a.visible {
	text-decoration: underline;
	color: Blue;
	font-style: italic;
}

table.general a:hover {
	text-decoration: underline;	
}

td.general {
	border: 1px solid;
	border-color: #550000;	
}

td.headgeneral {
	background-color: #550000;
	color: White;	
}

td.headgeneral a {
	color: White;	
}