	#topshadow {
		position: fixed;
		top: 0;
		left: 0;
		background: url(../images/menushadow.png) repeat-x 0 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 15px;
	}
	#header {
		visibility: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
	}

	#bottomshadow {
		position: fixed;
		bottom: 0;
		left: 0;
		background: url(../images/menushadow.png) repeat-x 0 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 15px;
	}
	#bottomshadow a, #topshadow a, #header a {
		visibility: hidden;
	}
	* html #bottomshadow, * html #topshadow {
		display: none;
	}

body {

	background-color: #042e3c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
body,td,th {
	font-family: Calibri;
	font-size: 14px;
	color: #000;
}
a:link {
	color: #00C;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #F00;
}
a:active {
	color: #666666;
}
h1 {
	font-family: calibri;
	font-size: 16px;
	color: #042e3c;
}
h2 {
	font-family: calibri;
	font-size: 16px;
	color: #042e3c;	
}
h4 {
	font-family: verdana;
	font-size: 16px;
	color: #085b01;	
}
h3 {
	font-family: Calibri;
	font-size: 14px;
	color: #000;	

.style2 {
	font-size: 14px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.style3 {
	color: #333333;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.style4 {font-size: 18px}