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

body {
	background-color:#000000;
}

/* Tables */
#generictable {
	border-collapse: collapse;
}
/* Body table header text tables */
#bodytable {
	background-color: #400080;
}
/* Main nav table */
#navtable {
	background-color: #400080;
}
#generictable {
	border-collapse: collapse;
}


/* Texts */
.bodytext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	text-align:justify;
}
.bodytextunaligned {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
}
.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}



/* Header */
.tableheader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-transform:uppercase;
}
.tablesubheader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.mainheader {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	color: #400080;
	font-weight: bolder;
}
.subheader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #663399;
	font-weight: bold;
	text-transform:uppercase;
}
.sidenavheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sidenavtext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}


/* Links */
.bodylinks {
	color: #339966;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.bodyboldlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#339966;
}
.bodysecondarylinks {
	color: #339966;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.sidenavlinks {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #339966;
}
.sidenavsublinks {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #339966;
}
.navlinks {
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/*Purple = 9900ff*/

/* Links */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/*Visited links - color: #336699*/