body
{
	background-color: #C2CDE4;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color : #000000;
	text-align: center;
	margin-top: 0px;
}


.textsmall {
	font-size: 11px;
	line-height: 18px;
}



.h2, h2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #dd8b27;
	margin-bottom: 0px;
	margin-top: 0px;
}

.h3, h3 {
	font-size: 18px;
	line-height:20px;
	font-weight: bold;
	color: #323151;
	margin-bottom: 0px;
	margin-top: 0px;
}


.h1, h1 {
	font-size: 14px;
	line-height:16px;
	font-weight: bold;
	color: #323151;
	margin-bottom: 0px;
	margin-top: 0px;
}


.h5, h5 {
	font-size: 15px;
	line-height:18px;
	font-weight: bold;
	color: #323151;
	margin-bottom: 0px;
	margin-top: 0px;
}

strong, .strong, bold, .bold, b  {
	font-weight: bold;
	color: #323151;

}


a.thelink:link { color: #000000; text-decoration: none; }
a.thelink:active { color: #000000; text-decoration: none; }
a.thelink:visited {  color: #000000;text-decoration: none; }
a.thelink:hover { color: #000000; text-decoration: underline;}
