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

body {
	background-color:#000000;}
.bodyboldlinks, .sidenavlinks, .sidenavsublinks, .navlinks, .tableheader, .tablesubheader, .mainheader, .subheader, .sidenavheader, .sidenavtext, .footer {
	font-family: Arial, Verdana, sans-serif; }
.bodytext, .bodytextunaligned, .bodysecondarylinks, .bodylinks {
	font-family: Verdana, Arial, sans-serif; }
	
/* Tables */
#generictable {
	border-collapse: collapse;
}


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


/* Header */
.tableheader, .tablesubheader {
	color: #ffffff;}

.tableheader {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}
.tablesubheader {
	font-size: 12px;
}

/* mint ---------------------------- */
.mainheader, .subheader {
	color: #17469e ;}
#navtable, #mainbodytable {
	background-color: #17469e ; }
#bodytable {
	background-color: #b51e83; }
#container {
	background-color: #ffffff; }
.bodylinks, .bodyboldlinks, .bodysecondarylinks {
	color: #17469e ;}
.sidenavlinks, .sidenavsublinks {
	color: #17469e ;}
	

.mainheader {
	font-size: 18px;
	font-weight: bolder;
}
.subheader {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}
.sidenavheader {
	font-size: 16px;
	font-weight: bold;
}
.sidenavtext {
	font-size: 12px;
}


/* Links */


.bodylinks {
	font-size: 12px;
}
.bodyboldlinks {
	font-size: 16px;
	font-weight: bold;
}
.bodysecondarylinks {
	font-size: 12px;
}
.sidenavlinks {
	font-size: 12px;
}
.sidenavsublinks {
	font-size: 11px;
}
.navlinks {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
/*Purple = 9900ff*/
/*Green 

/* 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*/