
html {
	height: 100%;
}

body 
{
	//width: 500px;
	margin:20px;
	background:#667777;
	
	color: #FFFFFF;
	font-size: 14px;
}

a {
	font-size: 14px;
	color: #DDFFFF;
	
	text-decoration: none;
	font-weight: bold; 
}

a:hover {
	color:#88BBBB;
	text-decoration: none;
}

h1 {
	margin-bottom: 5px;
	
	color: #224444;
	font-size: 32px;
}

h4 {
	margin-bottom: 2px;
	font-size: 16px;
}

td, input {
	margin-bottom: 0px;
	
	font-weight: bold; 
	font-size: 14px;
}

.navCell {
	text-align: center;
	font-size: 14px; 
	line-height: 18px;
	
	padding: 3px;
}

.navSelected {
	font-size: 18px; 
	font-weight: bold; 
	text-decoration: underline;
	
	color: #FFFFFF;
}

.email a {
	font-size:8px;
}

.imageFrame {
 	background: #DDEEEE; 
 	padding: 10px;
}

.imageFrameThin {
 	background: #DDEEEE; 
 	padding: 5px;
}

.footerFrame {
	border: solid 2px #DDEEEE;
}


.navBorderLeft {
	border-top: 1px solid #FFFFFF; 
	border-bottom: 1px solid #FFFFFF; 
	
	border-left: 2px solid #FFFFFF;
	
	width: 3px;
}

.navBorderRight {
	border-top: 1px solid #FFFFFF; 
	border-bottom: 1px solid #FFFFFF; 
	
	border-right: 2px solid #FFFFFF;
	
	width: 3px;
}
