body {
	background-color: white;
	margin: 20;
	font-family: verdana;
	font-size: 8pt;
}

td,th,form {
	font-family: verdana;
	font-size: 8pt;
}

a {
	color: blue;
}


h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #697E9D;
	display: inline;
	background-color: #F3F3F8;
	padding-right: 10px;
}

.container {
	border: 1px solid black;
	background-color: #F3F3F8;
	padding: 20px;
}

.title {
	font-weight: bold;
	font-size: 20pt;
	position: relative;
	top: 5px;
	color: #697E9D;
}

.actionTitle {
	background-color: #F3F3F8;
	background-image: url(images/actionTitleBack.gif);
	width: 100%;
}
	
.adminFooter {
	text-align: right;
	padding-right: 20px;
	font-size: 8pt;
	font-weight: normal;
}

.navTable {
	border: 1px solid black;
	border-collapse: collapse;
}

.topNavHead {
	background-color: #697E9D;
	color: white;
}

.topNav {
	background-color: #C8CBD0;
	color: black;
}	

.topNav a {
	color: black;
}

.viewWebsite {
	border: 1px solid black;
	background-color: white;
	color: black;
	padding: 10px;
	margin: 0 0 10 0;
	width: 200px;
	text-align: center;
}

.viewWebsite a {
	color: black;
	text-decoration: underline;
}

.viewWebsite a:hover {
	text-decoration: none;
}



