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

p{
	font-family: Verdana, sans-serif; font-size: 12px;
	color: #000;
	line-height: 18px;
	padding: 3px;
}

.bold {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.redmentalitybold {
	font-family: "Britannic Bold", "Arial Black", sans-serif;
	color: #990000;
	font-size: larger;
	line-height: normal;
	white-space: nowrap;
	font-weight: normal;
}

.greenmentalitybold {
	font-family: "Britannic Bold", "Arial Black", sans-serif;
	color: #060;
	font-size: larger;
	line-height: normal;
	white-space: nowrap;
	font-weight: normal;
}


.subbanner {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color:#3F3;
	text-align: center;
}

.articletitle {
	font-family:"Britannic Bold", "Arial Black", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color:#990000;
	text-align: center;
}

.white{ color:#FFF }

.navigation {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	width: 150px;
	background-image: url(../images/navbutton01-dark.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	padding: 0px;
	text-align: center;
	float: left;
	clear: none;
	text-transform: none;
	margin: 0px;
	line-height: 24px;
}

.navigation:hover {
	background-image: url(../images/navbutton01-lit.png);	
}
	
h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: inherit;
	text-align: center;
}

.superscript {
	font-size: 8px;
	vertical-align: super;
}
.floatright {
	float: right;
}
.FootnoteStyle {
	font-size: xx-small;
}
