﻿body {
 	margin: 10px auto;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
}

.main {
	margin: 0 auto;	
	border:3px black double;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:20px;
	text-align:justify;
	width: 725px;
	/*width:90%;*/
	}

.border {
	border:1pt black solid;
	}

.menu {
	width:100%;
	border: 1px black solid;
	height:32px;
	background-color:#7FA1E6;
	font-size:10.5pt;
	font-weight:bold;
	text-align:center;
	position:relative;
	top:-10px;
	FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FA1E6, endColorstr=#9DB2DE); background-color: #7FA1E6;
	}

.menulink {
	FONT-FAMILY: tahoma, sans-serif;
}

.onmouse {
	border: 1px black solid;
	background:#7FA1E6;
	FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FA1E6, endColorstr=#9DB2DE); background-color: #7FA1E6;
}

.offmouse {
    border: 1px black solid;
	background:#7FA1E6;
	FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FA1E6, endColorstr=#9DB2DE); background-color: #7FA1E6;
}

A.menulink:link {
	text-decoration: none;
	color: white
}

A.menulink:visited {
	text-decoration: none;
	color: white
}

A.menulink:hover {
	text-decoration: none;
	color: red;
}

.logo {
	margin-right:10px;
	margin-bottom:0px;
}