body {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000aa;
	background-color: #ccffff;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
/*	background-image: url(images/<% bgpic %>);  */
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-size: xx-large;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: x-large;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: large;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
a:link, a:visited {
	color: #000080;
}
a:hover {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #ff0000;
}

.ReverseColor {
	color: #F0F8FF;
	background-color: #0000AA;
	font-size: medium;
	font-weight: bold;
}
.copyright {
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
}

/*------------ .TableNav2 Class for Navigation Table -----------------*/
.TableNav2 {
	background-color: #F0F8FF;
	padding: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #0000FF;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #0000FF;
}
.TableNav2 a:link, .TableNav2 a:visited {
	color: #0000AA;
	background-color: #F0F8FF;
	padding: 3px 5px;
	font-size: small;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	text-decoration: underline overline;
}
.TableNav2 a:hover {
	color: #F0F8FF;
	background-color: #0000AA;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: small;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline overline;
}
.TableNav2 a:active {
	color: #FF0000;
	background-color: #F0F8FF;
	padding: 3px 5px;
	font-size: small;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	text-decoration: underline overline;
}

.BorderedTable {
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #0000FF;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #0000FF;
	font-size: small;
	font-weight: normal;
}
img {
	border: none;
}
.H1Title {
	font-size: xx-large;
	font-style: italic;
	font-weight: bolder;
	color: #0000AA;
}
.Txt_Small {
	font-size: small;
}
.Txt_w_Background {
	color: #000000;
	background-color: #FFFFFF;
}

