	
	a:link.header {
		font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
		color: gray;
		text-decoration: none;
		padding-bottom: 0px;
		font-size: 14px;
	}
	a.header {
		font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
		color: gray;
		text-decoration: none;
		padding-bottom: 0px;
		font-size: 14px;
	}
	a:visited.header {
		font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
		color: gray;
		text-decoration: none;
		padding-bottom: 0px;
		font-size: 14px;
	}
	a:hover.header {
		color: black;
	}
	a:link {
		color: black;
	}
	a:visited {
		color: black;
	}
	a:hover {
		color: gray;
	}
	body {
		font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
		font-size: 16px;
	}
	ul {
		font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
		font-size: 16px;
	}	
	li {
		padding-bottom: 4px;
		font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
		font-size: 16px;
	}
	h1 {
		font-family: 'HoeflerText-Black', 'Hoefler Text', 'Times New Roman', serif;
		font-size: 19px;
		font-weight: bold;
	}
	div.main_body {
		padding: 20px;
		position: relative; top: 0px;
		left: 0px;
		width: 580px;
		text-align: justify;
	}
	.link_bar_1 {
		padding-bottom: 10px;
	}

	.opacityit img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		-moz-opacity: 0.6;
	}

	.opacityit:hover img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
	}
	

