#widget {
	border-color:#00565F;
	border-style:solid;
	border-width:1px;
	background-color:#FDFFE6;
	color:#37424E;
	font-weight:bold;
}

#widget td.heading {
	border-color:#00565F;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	border-bottom-style:solid;
	background-color:#B35100;
	border-width:1px;
	color:#FFFFFF;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

#widget td.title {
	border-style:none;
	padding:2px 2px 2px 2px;
	background-color:#FDFFE6;
	color:#005874;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#widget td {
	border-style:none;
	padding:2px 2px 2px 2px;
	background-color:#FDFFE6;
	color:#005874;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#news table{
	margin-left: auto;
	margin-right: auto;
}

#news input {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #8E2E01;
	padding: 1px;
}

#news textarea {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #8E2E01;
	padding: 1px;
}

#news a {
	color: #091363;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;	
}

#news a:visited {
	color: #091363;
	text-decoration: underline;
}

#news a:hover {
	color: #8E2E01;
	text-decoration: none;
}