html {
	font-size: .8em;
	font-family: arial, serif;
}

body {
	background-color: #ffffff;
	color: #003366;
}

.topLine { 
	text-align: right; 
	font-style: italic; 
	font-weight: bold; 
}

a:link {color: #336699; text-decoration: none;}
a:visited {color: #000000;}
a:link:hover {color: #0000aa; background-color: #dddd99;}
a:visited:hover {color: #aa0000;}

.topBanner {
	background-color: #336699;
	border-style: solid;
	border-width: 2px;
	border-color: #dcdcdc;
	width: 100%;
}

.topBannerRight {
  	width: 25%;
	text-align: right;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #dcdcdc;
	font-weight: bold; 
}

.topBannerLeft {
  	width: 75%;
	text-align: left;
}

.greyHeader { 
	width: 100%;
	border-style: groove;
	border-width: 2px;
	border-color: #dcdcdc;
}

.greyHeaderCell {
	background-color: #336699;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	width: 50%;
}

.whiteHeader {
	width: 100%;
	border-width: 0;
}

.whiteHeaderCellLeft {
	background-color: #ffffff;
	text-align: center;
	width: 20%;
	padding: 0px;
}

.whiteHeaderCellRight {
	background-color: #336699;
	text-align: left;
	width: 80%;
	padding: 0px;
}

#myGallery
	{
	width: 150px !important;
	height: 108px !important;
}

div#whiteContrast a:link {color: #aa0000; text-decoration: none;}
div#whiteContrast a:visited {color: #aa0000;}
div#whiteContrast a:link:hover {color: #336699; background-color: #dddd99;}
div#whiteContrast a:visited:hover {color: #336699;}
