/* CSS - TEXT STYLES */

body {
	font-family: Arial, Veranda, Tahoma, "sans serif";
	font-size: 11pt;
}

#s_stories h2 {
	padding: 0;
	margin: 15px 0 0px 15px; 
}


#s_stories p {
	padding: 0;
	margin: 0px 0 5px 15px;
}

#signin a {
	color: #bfdcb1;
	text-decoration: none;
}

#signin a:hover {
	color: #d7e9ce;
	text-decoration: none;
}

#signin a:visited {
	color: #92bb7d;
	text-decoration: none;
}

/*Content Settings */
#subFooter a {
	text-decoration: none;	
}

/* Paragraphs and Headers */
#content p, h2, h3, a {
	font-family: Arial, Veranda, Tahoma, sans-serif;
}

#content p {
	font-size: 11pt;
}

#content h2 {
	font-size: 14pt;
}

#content h3 {
	font-size: 13pt;
}

/* Links */
#content a {
	text-decoration: none;
}

#content a:hover, #subFooter a:hover {
	color: green;
	text-decoration: underline;
}

.breadcrumbs {
	font-size: 9pt;
	color: gray;
}

a.crumblinks {
	font-size: 9pt;
	color: gray;
	text-decoration: none;
}

a:hover.crumblinks {
	text-decoration: underline;
	color: green;
}

a:visited.crumblinks  {
	color: gray;
}