/* CSS Document */

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

		h1{
			color: #16354d;
			font-size: 170%;
			font-weight: normal;
			padding-bottom: 5px;
		}
		h2{
			color: #e52113;
			font-size: 130%;
			padding-bottom: 7px;
			padding-top: 10px;
		}
		h3{
			color: #263151;
			font-size: 110%;
			padding-top: 8px;
			padding-bottom: 1px;
		}
		a{
			color: #000000;
			text-decoration: underline;
		}
		ul{
			padding: 0px 0 15px 20px;
			line-height: 180%;
		}
			ul li{
				list-style: square;
			}
			ul ul{
				padding: 0px 0px 5px 20px;
				line-height: 180%;
			}		

