body {
	background-color: #013469;
	background-attachment: fixed;
	background-image:  url("images/background.jpg");
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

a:link { 
	color: white; 
	font-weight: normal; 
	font-size: 9pt; 
	text-decoration: none;
	}
	
a:visited { 
	color: white; 
	font-weight: normal; 
	font-size: 9pt; 
	text-decoration: none;
	}
	
a:hover {
	color: #FD0112;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
	}
	
a:active { 
	color: white; 
	font-weight: normal; 
	font-size: 9pt; 
	text-decoration: none;
	}
	
table#content {
	border: 1px solid #FFFFFF;
	height: 272px;
}

table#main {
	width: 90%;
}

.menucell {
	width: 164px;
	padding-left: 8px;
}

.menu {
	color: #C7D6E0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 2px;
}

.menu a:link {
	font-size: x-small;
	text-decoration: none;
	color: #C7D6E0;
	}
	
.menu a:visited {
	color: #C7D6E0;
	text-decoration: none;
	font-size: x-small;
	}
	
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: x-small;
	}
	
.menu a:active {
	color: #C7D6E0;
	text-decoration: none;
	font-size: x-small;
	}
