


.title {
	font-family: "Century Gothic", Candara, Calibri, Verdana, Arial;
	font-size: 20px;
	text-decoration:none;
	font-weight: bold;
	color: #006699; 
}


.subtitle {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
	color: #cc3333;
}



a.menu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	text-decoration:none;
	width: 118px;
	line-height:28px;
	display: block;
	border-bottom:1px dotted #666666;
	text-align:center;
}


a.menu:hover {
	color: #3399cc;
	width: 118px;
	line-height:28px;
	display: block;
	border-bottom:1px dotted #666666;
	text-align:center;
}

a.menuSelected {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
	width: 118px;
	line-height:28px;
	display: block;
	border-bottom:1px dotted #666666;
	text-align:center;
	background-color: #006699;
	
}



ul#navigation {
padding: 0;
margin: 0;
width: 100%;
display:inline;
float:left;
}

ul#navigation li { 
display: inline; 
float: left;
}


ul#navigation li a {
text-decoration:none;
float: left;
width:118px;
line-height:28px;
}

a.submenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	text-decoration:none;
	text-align:left;
}


a.submenu:hover {
	color: #3399cc;
	text-align:left;
	cursor:default;
}

a.submenuSelected {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color:#006699;
	text-align:left;
	
}

.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
	text-align:left;
}

a.normalLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#006699;
	text-decoration:underline;
}

