body 
{
	margin: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #9F998A;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
/* Green*/
#contentMainMiddleGreen h1
{
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
	color:  #7EB339;
	font-size: 120%;
}

.storyHeadGreen {
	font-weight: bold;
	color: #7EB339;
}
#contentMainRightGreen a{
	color: #7EB339;
}
#contentMainMiddleGreen a{
	color: #7EB339;
}

/* Blue*/
#contentMainMiddleBlue h1
{
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
	color:  #007B88;
	font-size: 120%;
}

.storyHeadBlue {
	font-weight: bold;
	color: #007B88;
}
#contentMainRightBlue a{
	color: #007B88;
}
#contentMainMiddleBlue a{
	color: #007B88;
}
/* Purple*/
#contentMainMiddlePurple h1
{
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
	color:  #B03083;
	font-size: 120%;
}

.storyHeadPurple {
	font-weight: bold;
	color: #B03083;
}
#contentMainRightPurple a{
	color: #B03083;
}
#contentMainMiddlePurple a{
	color: #B03083;
}
/* Orange*/
#contentMainMiddleOrange h1
{
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
	color:  #F37021;
	font-size: 120%;
}

.storyHeadOrange {
	font-weight: bold;
	color: #F37021;
}
#contentMainRightOrange a{
	color: #F37021;
}
#contentMainMiddleOrange a{
	color: #F37021;
}
.subhead {
font-weight:bold;
}
.quoteGreen {
font-size: 110%;
font-weight:bold;
color:#7EB339;
}
.quoteBlue {
font-size: 110%;
font-weight:bold;
color:#007B88;
}
.quotePurple {
font-size: 110%;
font-weight:bold;
color:#B03083;
}
.quoteOrange {
font-size: 110%;
font-weight:bold;
color:#F37021;
}