a:link, a:visited, a:active {
	color:#424242;
	text-decoration:underline;
}
a:hover {
	color:#424242;
	text-decoration:none;
}
.menu a:link,.menu a:visited,.menu a:active {
	color:#424242;
	text-decoration:none;
}
.menu a:hover {
	color: #424242;
	text-decoration:underline;
}




/* Body */
body{
	color: #424242;
	font-family: "Trebuchet MS", Verdana, Arial, "Lucida Sans Unicode", Helvetica, Geneva,sans-serif;
	font-size: 14px;
}
.menu {
	font-size: 10px;
	color: #666666;
}
.currentpage {
	font-size:14px;
	font-weight:bold;
}
.maincontent {
	padding-left:20px;
}
.title{
	text-transform:uppercase;
	font-weight: bold;
}
.titlesmall{
	font-variant: small-caps;
	font-size: 12px;
}
.mission {
	font-size: 10px;
	color: #666666;
}

