html,body{
height: 100%;
}
body,td,th{
color: #014876;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
body {
	background-color: #014876;
}
a:link {
	color: #014876;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #014876;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #F89226;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #014876;
}

.white {
	color: #FFFFFF;
}

.blueSide {
	background-image: url(images/top-blue-yellow.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#blackBox {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FF0000;
	background-image: url(images/black.png);
	left: 0px;
	top: 0px;
	margin: 0px;
	visibility: hidden;
}
