@charset "utf-8";
/* CSS Document */

/* General Style */
body{
	background-color: #000000;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	list-style-type: square;
}
/* Copyright Style */
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
/* Link Styles */
a:link {
 text-decoration: none;
 color: #CC0000;
} 
a:active {
 text-decoration: underline;
 color: #FF0000;
} 
a:visited {
 text-decoration: underline;
 color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #0000CC;
}
/* Table Styles */
td.header{
  background-color: #000000;
}
td.bodyheader{
	background-color: #FFFFFF;
}
td.spacer{
  background-color: #FFFFFF;
}
td.body{
  background-color: #FFFFFF;
}

/* Navigation Styles */
.nav:link {
	font-size: small;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: capitalize;
}
.nav:active {
	font-size: small;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: underline;
}
.nav:visited {
	font-size: small;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #CC0000;
	text-decoration: underline;
}
.nav:hover {
	font-size: small;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #0000CC;
	text-decoration: underline;
}
.white {
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
.cntctnm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000066;
	text-decoration: underline;
}
hr {
	color: #000099;
}
