/* style.css */

		body {
			color: #404040;
			font-weight: bold;
			font-family: arial, helvetica, sans-serif;
			font-size: 11pt;
			line-height: 1.3em;
			background-color: #ffffff;
		}

		a {
			color: #404040;
			text-decoration: none;
		}

		a:hover {
			text-decoration: underline;
		}
		
		.title {
		font-size: 18pt;
		}

		.td2 {
		color: #7e7e7e;
		font-size: 12pt;
		font-weight: 800;	
		}

		@media only screen and (max-width: 480px) {

		td {
		display: block;
		}

		}












