/* CSS Document */

/* Global Styles */

a {
	color: #555541;
	text-decoration:none;
	}
	
a:hover {
	color: #555541;
	}
	
	
/* Class Styles */	
	
.bodytext {
	font-family: Verdana;
	font-size: 12px;
	line-height: 21px;
	color: #4d4d4d;
	text-decoration: none;
}

.pagetitle {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

.navigation {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #555541;
	text-decoration: none;
	padding-left: 19px
}

.navigationtitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
	padding-left: 17px
}

.bottomtext {
	font-family: Verdana;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	text-decoration: none;
}

.copyright {
	font-family: Verdana;
	font-size: 9px;
	line-height: 21px;
	color: #ffffff;
	text-decoration: none;
}
