body {
	/*background: url(../img/pics/backing.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #660000;*/
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #70A190;
	font-weight: bold;
	text-decoration: none;
}

.smallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding:5px;
}

.smallWhite a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	padding:5px;
}

.vsmallGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.titleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding:5px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #70A190;
	font-weight: bold;
	text-decoration: none;
}

.subtitleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a {
	color: #70A190;
	text-decoration: none;
}

a:hover {
	color: #386C5A;
	text-decoration: none;
}