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

#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	}

#navigation a {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 5px;
	}
	
#navigation a:hover {
	color:#999999;
	font-weight:bold;
	text-decoration: underline;
	}
#navigation a:visited {
}
#navigation a:active {
}
#navigation a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
body {
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #CCCCCC;
	background-color: #0A0D16;
}
.contenttext {
	color: #0A0D16;
}
.accenttext {
	font-size: 14pt;
	font-weight: bold;
	font-family: "Lucida Calligraphy";
}
.textindent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.textindent2 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.topline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #003;
}

