html , body {
	height: 100%;
	margin: 0;
}

body {
	background: #f9f9f9;
}

div , table {
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 1.7em;
}

div.top {
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background: #5874FF;
	z-index: 3;
	
	display: none;
}

div.middle {
	position: absolute;
	top: 6px;
	bottom: 6px;
	width: 100%;
}

div.middle div.messagebox {
	position: relative;
	top: 60px;
	border: 2px solid #5874FF;
	min-height: 175px;
	background: #ffffff;
	margin: 50px auto;
	padding: 25px 25px 25px 325px;
	width: 400px;
}

div.middle div.messagebox img {
	position: absolute;
	top: 40px;
	left: 75px;
}

div.middle div.messagebox div.image {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	-moz-opacity:0.4; -khtml-opacity:0.4; opacity:0.4; filter:alpha(opacity=40);
}

div.middle div.messagebox div.text {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 260px;
	z-index: 2;
	line-height:1.3em;
}

div.bottom {
	position: fixed;
	bottom: 0;
	left: -3000px;
	height: 5px;
	width: 100%;
	background: #5874FF;
	z-index: 3;
	
	#display: none;
}


h1 {
	margin: 0;
	padding: 0;
	color: #5874FF;
	font-size: 23px;
}

p {
	text-align: justify;
	margin: 10px 0 0 0;
	padding: 0;
}

hr {
	margin: 10px 0 0 0;
	padding: 0;
	height: 1px;
	border: 0;
	color: #000000; 
	background-color:#000000;
	-moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5; filter:alpha(opacity=50);
}


a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

table {
	width: 60%;
	margin: 0 20% 0 20%;
	background: #ffffff;
}

table tr.subhead th {
	background: #DDDDDD;
	font-weight: bold;
}

table tr.normal td {
	background: #ECECEC;
}

table tr.alt td {
	background: #f4f4f4;
}

/* IE6 */
* html ol {
	margin: 10px 0 0 40px;
}


/* IE7 */
*+html ol {
	margin: 10px 0 0 40px;
}