﻿body {
	margin: 0;
	background-image: url("/images/bg3.png");
	font-family: "Trebuchet MS", Verdana, helvetica, sans-serif;
	font-size: 10pt;
}

.top {		
	width: 80%;	
	background-color: #1486de;
	text-align: center;
	border: 1px solid black;		
}


.menu {
	height: 30px;
	vertical-align: center;	
}

.content {
	width: 80%;
	min-height: 350px;
	border: 1px solid black;	
	text-align: left;
	overflow: visible;
	background-color: white;		
}

td.menuitem {
	border: 2px dashed white; 	
	text-align: center;
	width: 16.66%;
	color: white;
}

td.menuitem:hover {	
	font-weight: bold;
	background-color: gold;
	border: 2px solid navy;
}

a.menuitem { 
	color: white;
	text-decoration: none;
}

a.menuitem:hover { 
	color: white;
	text-decoration: underline;
}

td {
	text-align: left;
}

td.preview {
	width: 50%;
	text-align: center;
	vertical-align: center;
	border: 1px solid #1486de;
}

form td {
	font-size: 8pt;
}

input {
	font-size: 8pt;	
}

h3 {	
	color: #1486de;
}

li a {
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}