.pagetable {
	text-align: center;
	height: 100%;
	width: 800px;
	border: 1px solid #333333;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003366;

}
.content {
	background-image:  url(../images/pageelements/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;


}
.leftcol {
	width: 160px;
	background-color: #485C8A;
	color: #FFFFFF;
	font-size: 14px;



}
.header {
	height: 81px;
	background-color: #485C8A;

}
.scrollcontent { 
	border-style: inset; 
	border-width: 0px; 
	border-color: black blue black black; 
 	width: 100%; 
	overflow: auto 
}

.scrollcontent1 { 
	margin-right: -15px; 
	margin-bottom: -15px; 
	border-style: inset; 
	border-width: 0px; 
	border-color: black blue black black; 
	width: 410px; 
	height: 250px; 
	overflow: auto 
}
.footer {
	font-size: 9px;
	color: #FFFFFF;
	height: 20px;

}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:active {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #999900;
	text-decoration: underline;
}


.leftcol a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.leftcol a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.leftcol a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.leftcol a:hover {
	color: #999900;
	text-decoration: underline;
}
.address {
	font-size: 14px;
}

