html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    color: #000;
    padding: 0;
	margin:0px;
	background-color:#0f034e;
}

body * {
    line-height:1.22em;
}

table {
	background:#FFFFFF;
	}

tr {background-color:#FFFFFF;}


a {
    color: #4088b8;
}


.specialtable {
    font-size: inherit;
    border: 1px solid #c8c8c8;
	background: #d8d8d8;
}


.menu a:link{
	color:#FFFFFF;
	padding-right:20px;
	text-decoration:none;

	}
.menu a:visited{
	color:#FFFFFF;
	padding-right:20px;
	text-decoration:none;

	}
.menu a:hover{
	color:#ffcc00;
	text-decoration:none;

	}
