@charset "utf-8";

body {
	background: #012a56 url("../images/background.jpg") no-repeat 50% 0%;
	}

body, form {
	margin: 0px 0px;
	padding: 0px 0px;
	}

body, th, td {
	color: #FFFFFF;
	font: 12pt/14pt Arial, sans-serif;
	}

a img {
	border: none;
	}


/* identifiers */
#main-table {
	position: relative;
	background: #003bbc url("../images/table-background.jpg") no-repeat 0px 0px;
	border: 1px solid #000000;
	border-collapse: collapse;
	}

#company-info {
	font: 11px/18px Arial, sans-serif;
	padding-left: 28px;
	}

#page-content {
	background: url("../images/content-background.jpg") no-repeat;
	height: 406px;
	width: 479px;	position: relative;
	top: 48px;
	left: 15px;
	overflow: auto;
	padding: 0px 10px;
	background-attachment: fixed;	}

#navigation {
	position: relative;
	width: 488px;
	height: 25px;
	margin: 0px 0px;
	top: 48px;
	left: 10px;
	}

#navigation td {
	text-align: center;
	}

#navigation td a:link, #navigation td a:visited, #navigation td a:active {
	color: #FFFFFF;
	text-decoration: none;
	font: 0.7em Arial, sans-serif;
	line-height: 28px;
	}

#navigation td a:hover {
	text-decoration: underline;
	}
