a:link {
	color: #80a0cd;
	text-decoration: none;
}

a:visited {
	color: #d89212;
	text-decoration: none;
}

a:active {
	color: red;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	color: #7d7d21;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1 {
	font-size: 14pt;
	font-style: italic;
}

h2 {
	font-size: 12pt;
	font-style: italic;
}

h3 {
	font-size: 11pt;
	font-style: italic;
}

h4 {
	font-size: 10pt;
	font-style: italic;
}

h4.newsbar {
	margin-bottom: 0px;
}

h5{
	font-size: 9pt;
	font-style: italic;
}

ul {list-style: disc inside;  
margin-left: 5px; }

img {
	border-color: #7d7d21;
	}

.main {
	background-color: #f5dd9c;
	margin: auto auto auto auto;
	border: 0;
	width: 745px;
}

td.left {
	vertical-align: top;
	font-size: 10pt;
	background-color: #f5dd9c;
	width: 100px;
}

td.content {
	background-color: #ffffff;
	padding: 10px;
	vertical-align: top;
	width: 645px;
}

table.bar {
	text-align: center;
 	background-color: #7d7d21;
	font-weight: bold;
	margin: auto;
	font-size: 10pt;
	width: 90%
	 }

td.bar {
	padding: 3px;
	text-align: center;
 	background-color: #f5dd9c;
	font-weight: bold;
	vertical-align: top;
}

table.newsbar {
float:right;
background-color: #7d7d21;
font-size: 9pt;
width: 200px;
margin-left:10px;
}

.author {
	font-size: 10pt;
	text-align: right;
}