html, body {
	margin:0px;
	padding:0px;
}
body, input, select, textarea {
	background-color: #ffffff;
}
td, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
}
td {
	padding: 0px;
}
table.main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
td.top {
	background-image: url(top_bg.gif);
	height: 85px;
}
td.logo {
	width: 100%;
	text-align: right;
	padding-top: 0px;
	padding-right: 55px;
}
td.search {
	background-image: url(search_bg.gif);
	background-color: #dce1e9;
	height: 39px;
}
td.topmenu {
	background-image: url(search_bg.gif);
	background-color: #ff8e51;
	height: 39px;
}
td.searchitem {
	vertical-align: middle;
	text-align: center;
	padding-right: 11px;
}
form {
	margin: 0px;
}
td.hdr {
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	background-image: url(dots.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	text-align: center;
	padding-left: 21px;
}
td.menuitem {
	vertical-align: middle;
	text-align: center;
	width: 16%;
	background-image: url(spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.menu {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
td.shadowleft, td.shadowright {
	background-image: url(shadow.jpg);
	height: 5px;
}
td.shadowleft {
	text-align: right;
}
td.news {
	background-image: url(news_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;	
	width: 32%;
	padding-right: 6px;
}
table.newstable {
	width: 100%;
}
td.newsitem {
	background-image: url(newsitem_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid silver;
	padding: 10px;
    vertical-align: top;
	text-align: justify;
}
td.newsitem2 {
	background-image: url(newsitem_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid silver;
	padding: 3px;
	text-align: center;
}
h2.hdr2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #c63c3c;
	margin-bottom: 7px;
}
a {
  text-decoration: none;
  color: #c63c3c;
  font-weight: bold;

}
A:hover {
	TEXT-DECORATION: underline;
}
table.hdrtab {
	border-collapse: collapse;
	background-image: url(hdrtab_bg.gif);
	background-color: #dce1e9;
	height: 37px;
	width: 100%;
}
td.text {
	background-image: url(text_bg.jpg);
	background-repeat: repeat-y;
	width: 68%;
	height: 100%;
}
table.content {
	border-collapse: collapse;
	margin: 8px 8px 8px 8px;
	width: 98%;
}
td.image {
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
td.image2 {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}
img.border {
	border: 1px solid silver;
}
td.copyright {
	padding-right: 5px;
	height: 32px;
}
td.cprghtitem {
	border-top: 1px solid #cacaca;
	background-color: #f5f5f5;
	vertical-align: middle;
	text-align: center;
	color: #656565;
	font-size: 10px;
}
td.bottommenu {
	background-image: url(search_bg.gif);
	background-color: #ff8e51;
	height: 32px;
}
td.btmenuitem {
	background-image: url(bottom_shadow.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
}











/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: center;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
    font-weight: bold;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
