.mainbox {
	padding-left:20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 0px;
	background-color:#CCCCCC

}
.MainText{
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: normal;
	font-style: normal;
}
.subTitleStoriesText{
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: normal;
	font-style: normal;
	text-decoration: underline;
}
.bigtext {
	font-size: 18px;
	font-weight: bolder;
}

.medtext {
	font-size: 18px;
	font-weight: normal;
}
.colorchange {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: normal;
	font-style: normal;
}
.colorchange:hover {
color:#003399
}

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

