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

body {
    font-family: 'Open Sans', sans-serif;
}
span.logotext {
	font-weight:800;
	font-size:26px;
}
span.tagline {
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	font-family: "Merriweather", Times, serif;
	letter-spacing: 0px;
}

a.menu:link {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
a.menu:hover {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
a.selected:link {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color:#999;
}
a.selected:hover {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color:#999;
}
a.selected:visited {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color:#999;
}
a:link {color: #444444; text-decoration: none}
a:visited {color: #444444; text-decoration: none}
a:active {color: #93999A; text-decoration: none}
a:hover {color: #93999A; text-decoration: none}

a:link.info {color: #FFFFFF; text-decoration: none}
a:visited.info {color: #FFFFFF; text-decoration: none}
a:active.info {color: #FFFFFF; text-decoration: none}
a:hover.info {color: #FFFFFF; text-decoration: none}

p {text-align:justify;}