/* 	///// TYPOGRAPHY /////
	Fonts, colors and formatting defined here for text, links, etc
	
	[Optimal font-family sets]
	Sans-serif			Arial, Helvetica, sans-serif
						Verdana, sans-serif
	Serif				Georgia, "Times New Roman", Times, serif
						Georgia, serif
	Monospace			Monaco, "Lucida Console", "Courier New", Courier, mono-space, monospace
	X-browser Lucida	"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif (for body)
						"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif (for strong, em, b, i)
						
	(c) 2009 Communication Analysts. Some Rights Reserved.
	Licensed under a Creative Commons license (http://creativecommons.org/licenses/by-sa/3.0/)
*/

body {
	font-size: 62.5%;
	color: #111;
}

#top {
	font-size: 1.4em;
	line-height: 1.426;
}

body,
input, textarea, select, option, button {
	font-family: Helvetica, Arial, sans-serif;
}

a:link {
	color: #e6007e;
	text-decoration: none;
}
a:visited {
	color: #e6007e;
	text-decoration: none;
}
a:hover {
	color: #e6007e;
	text-decoration: none;
}
a:active {
	color: #e6007e;
	text-decoration: none;
}

sup {
	vertical-align: super;
}

.reference a {
	margin: 0 0 0 2px;
}

em, cite {}

address {
	font-style: normal;
}


/* 	///// Content Type /////
*/

#header nav a:hover { text-decoration: underline; }

.block-content p a:hover,
.block-content h2 a:hover {
	border-bottom: 2px solid #fff;
}

#footer a:hover {
	border-bottom: 2px solid #e6007e;
}




