	* {
		font-size:14px;
		font-family: Verdana, Arial, sans-serif;
	}
	body {
		color: #000000;
		background-image: url("/images/background.jpg");
		text-align: center;
		margin: 0;
	}
	h1 {font-size: 16px;}
	h2 {
		font-size:30px;
		color: #000066;
		font-weight: normal;
	}
	h3 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	table.innertable {
		background-image: url("/images/logo.jpg");
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
	}
	tr, td {
		text-align: left;
	}
	table.tablebody {margin-top: 35px;}
	p.leftbar {margin-top: 35px;}
	a:link, a:visited, a:active {
		color: #000066;
	}
	a:hover	{color: #000099;}
	a img {
		border-style: none;
	}
	#navbar {
		font-size: 12px;
	}
	#navbar a {
		padding-bottom:3px;
		padding-left: 1px;
		display: block;
		text-decoration: none;
		font-weight: bold;
		width: 96px;
	}
	#navbar a:hover, .webmail {
		border: 1px solid #000000;
		color: #FFFFFF;
		background-color: #000066;
		padding-bottom: 1px;
		padding-left: 1px;
		display: block;
		text-decoration: none;
		font-weight: bold;
		width: 94px;
	}	
	.header {
		text-align: right;
		vertical-align: bottom;
		color: #000066;
		height:140px;
	}

