/* CSS Document */
<style type="text/css" media="screen">
		body {
			font-family:Arial;
			font-size:25;
			line-height: 30px;
			margin-bottom: 8px;
			color:#565656;
			font-weight : bold;
		}



		.headline {
			color: #565656;
			text-decoration: none;
			font-family: Arial;
			font-size: 18px;
			line-height: 30px;
			margin-bottom: 8px;
			font-weight : bold;
		}


		.headline2 {
			color: #9A9A9A;
			text-decoration: none;
			font-family: arial;
			font-size: 15px;
			line-height: 20px;
			margin-bottom: 8px;
			font-weight : bold;

		}
		
				.text {
			color: #565656;
			text-decoration: none;
			font-family: arial;
			font-size: 15px;
			line-height: 20px;
			margin-bottom: 8px;
			font-weight : ;

		}
		
				.smalltext {
			color: #2C6A9D;
			text-decoration: none;
			font-family: arial;
			font-size: 12px;
			line-height: 20px;
			margin-bottom: 8px;
			font-weight :;

		}
</style>


