@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	height: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #e4e4e4;
	background-image: url(/images/greybg.jpg);
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#mainbody {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#mainbody td {
	text-align: center;
	vertical-align: middle;	
}
a:link, a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	
}

a:hover, a:active {
	text-decoration: underline;
}
h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
