body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	}
.logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	}
.logor {
	background-color: #000000;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
.nav {
	background-image: url(images/navbg.gif);
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
	}
.nav a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	}
.nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	}
.nav a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
	}
.content {
	padding: 5px;
	}
