/* Class Styles */

.dmcoctitle {
	font-family: "Century Gothic";
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
}

.navtext {
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D8D8D8;
	padding-left: 20px;
	padding-top: 15px;
}

.pagename {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	vertical-align: bottom;
	line-height: 42px;
}

.navtexthome {
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
}

.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9b838b;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D8D8D8;
	text-align: left;
}

	
/* ID Styles */
	
#a {
	color: #9b838b;
	text-decoration:none;
	font-family: "Verdana";
	font-size: 9px;
	}
	
#a:hover {
	color: #FFFFFF;
	}
	
#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	font-family: "Century Gothic";
	font-size: 12px;
	}
	
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#sidebar a {
	color: #D8D8D8;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#newpage a {
	color: #D8D8D8;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#newpage a:hover {
	color: #000000;
	font-weight: bold;
	}
