html, body, table {
	font-size: 12px;
	line-height: 17px;
	color: #4B3A18;
	margin: 0px 0px 0px 0px;
	width: 797px;
	text-align:center;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;	
	padding-top: 25px;
	/*background: #2783FF;	*/
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;	
}

#wrapper {
	width: 797px;
	height: 550px;
	min-width: 797px;
	min-height: 450px;
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 800 ? "797px" : "797px" );
	background: #FFFFFF;
}

h1 {
	font-family: sans-serif;
        font-size:12px;
        color: #274DFF;
}

.logo {
        font-size:64px;
        color: #274DFF;
        margin: 10px;
        position: relative;
        top: 0px;
}

.logo a {
	color: #274DFF;
	text-decoration: none;
}

.logo a:visited {
	color: #274DFF;
	text-decoration: none;
}
