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

.maintitle {
	font-family: "Century Gothic", sans-serif;
	font-size: 30px;
	letter-spacing: 0.5em;
	color: #000;
}
.viewertable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #000;
	color: #000000;
	background-repeat: repeat;
}
.maintableformat {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-color: #000000;
}
.bottomcolumns {
	padding: 20px;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
}
.bottomcolumns_heading {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	color: #900;
}
.mainheadings {
	font-family: "Century Gothic", sans-serif;
	font-size: 24px;
	letter-spacing: 0.4em;
	color: #990000;
}
.smaller_text {
	font-family: "Century Gothic", sans-serif;
	font-size: 10px;
	padding-left: 20px;
	color: #FFFFFF;
}

a:link {
	color: #CC0000;
}      /* unvisited link */
a:visited {
	color: #990000;
}  /* visited link */
a:hover {
	color: #CCCCCC;
}  /* mouse over link */
a:active {
	color: #FFFFFF;
}  /* selected link */
