.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #07374D;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0A3345;
	font-weight: bold;
}



.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.textnewstitlewhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}
.textnewsbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #153C4B;
	background-repeat: repeat;
	background-position: right bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.textwhiteinbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
.textquote {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	color: #660099;
}

