		body{
			font-family:Georgia;
			font-size:13px;
			color:#202020;
			background-color:#E8E6D2;
			padding:0px;
			margin:0px 0px 10px 0px;
			}
		ul{
			margin:4px 0px 4px 18px;
			list-style:square;
		}
		li{
			margin:1px;
		}
		th{
			text-align:left;
		}
		blockquote{
			padding:10px;
			font-style:italic;
			margin:10px;
		}
		p{
			margin:2px 0px 4px 0px;
		}
		A:link,A:link.visited,A:link.hover{
			color:#663366;
			text-decoration:none;
		}
		A:hover{
			text-decoration:underline;
		}
		#heading{
			width:621px;
			background-color:#996699;
			background-image:url(images/bg_tile.jpg);
			text-align:left;
		}
		td.heading{
			background-color:#996699;
			background-image:url(images/bg_tile.jpg);
			text-align:left;
		}

		#logo{
			height:111px;
		}
		#navlist{
			border:1px outset;
			width:100%;
			}
		ul#navlist
		{
		margin: 5px 0px 0px 0px;
		padding: 0px;
		white-space: nowrap;
		}
		#navlist td{
			height:25px;
			text-align:center;
			width:72px;
		}
		#navlist li
		{
		display: inline;
		list-style-type: none;
		border:1px solid #ffffff;
		}
		#navlist td
		{
		border:1px solid #ffffff;
		}
		
		#navlist a { 
			padding:0px;
		}
		
		#navlist a:link, #navlist a:visited
		{
		text-decoration:none;
		color:#303030;
		font-family:Verdana;
		font-size:11px;
		padding:6px 0px 6px 0px;
		margin:0px;
		text-align:center;
		width:105px;
		}
		
		#navlist a:hover
		{
		cursor:hand;
		background-color:#f4f3ea;
		color:black;
		}

		.standardTable{
			width:681px;
			border:1px outset;
			background-color:#ffffff;
		}
		.dateTable{
			border:0px solid #CDCDCD;
			background-color:#F8F8F8;
			font:10px Verdana;
		}
		.hdstyle1{
			font:18px Georgia;
			color:#ffffff;
			background-color:#663366;
			padding:4px;
		}
		.hdstyle2{
			font:17px Georgia;
			color:#505050;
			border-top:0px;
			border-left:0px;
			border-right:0px;
			border-bottom:1px;
			border-style:solid;
			border-color:#505050;
			margin:2px 0px 4px 0px;
		}
		.hdstyle3{
			font:12px Georgia;
			font-weight:bold;
			color:#303030;
			border-top:0px;
			border-left:0px;
			border-right:0px;
			border-bottom:1px;
			border-style:solid;
			border-color:#CDCDCD;
			margin:6px 0px 2px 0px;
			background-color:#F8F8F8;
			padding:4px;
		}
		.text{
			font:12px Georgia;
			color:#202020;
			line-height:170%;
			padding:14px;
		}
		.columnWide{
			font:12px Georgia;
			
			padding:8px;
			border:0px;
			border-bottom:1px;
			border-style:dotted;
			border-color:#CDCDCD;
		}
		.columnNarrow,.columnFull{
			padding:10px;
			border:0px;
			border-bottom:1px;
			border-style:dotted;
			border-color:#CDCDCD;
		}
		.layoutTable{
			font-size:12px;
			color:#202020;
			margin:2px 0px 6px 0px;
		}
		.caption{
			font-size:11px;
			font-style:italic;
			text-align:center;
			color:#303030;
		}
		.date{
			font-size:12px;
			color:#707070;
			margin:2px 0px 6px 0px;
		}
		
		A:link.buttonLink,A:visited.buttonLink,A:hover.buttonLink{
			text-decoration:none;
			color:#303030;
			width:125px;
			font-family:Verdana;
			font-size:11px;
			padding:6px 0px 6px 0px;
			text-align:center;
			
			border:1px solid outset;
		}
		A:hover.buttonLink{
			cursor:hand;
			background-color:#f4f3ea;
			color:black;
		}
		#revdate{
			font-size:8pt;
			padding:6px;
			background-color:#f4f3ea;
		}