/* CSS Document */

body {
	background-color: #99afbd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

A:link,A:visited,A:hover	{
	color:#415d6f;
	text-decoration:none;
	font-weight: bold;
}

.Boldsubtxt {font-size: 10px; font-weight: bold; }

.bodytxt 	{
	font-size: 11px;
	color: #4B4B4B;
	line-height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.newshead {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.style1 	{font-size: 10px; font-weight: bold; color: #4B4B4B; }

.style2 	{font-size: 20px; text-transform: uppercase;	color: #8A8A8A; }

.sidenav 	{
	font-size: 10px;
	text-transform: uppercase;
}

.txt10pt {
	font-size: 10px;
	color: #4B4B4B;
	line-height: 12px;
}

UL {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-left: 1em;
}

ul.side-images {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.side-images li {
		margin: 0;
		padding: 4px 0;
		list-style: none;
		text-align: center;
	}
	ul.side-images img {
		border: none;
	}
	
