/************************************************************************* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #000;
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none
}
a:hover {
	color: #000000;
	text-decoration: none
}
a:active {
	color: #336699;
	text-decoration: none
}

a.dash_links:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;	
}
a.dash_links:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a.dash_links:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.dash_links:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

/************************************************************************* TOP NAVIGATION MENU*/
/* this is already usless i think because firefox doesn't like using lu/li in menus and i changed it to div's -juv
#navcontainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	background: url("../images/bkgd_menu.jpg") repeat-x 25px;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	text-align: center;
}
*/


.TitleBlack{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.TextContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height:20px;
}

.TextContentBlue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000CC;
}

.TitleBlue{
	font-family: Century Gothic,Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000CC;
}
.subTitle{
	font-family: Century Gothic,Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0000CC;
}