html, body {
	margin:0px;
	padding:0px;
}
body, input, select, textarea{
	
}

      A:link {
        font-family:Arial; 
        font-size:12pt; 
        color:Maroon; 
        text-decoration: none; 
        background-color:transparent
        }
      A:visited {
        font-family:Arial; 
        font-size:12pt; 
        color:Green; 
        text-decoration:none; 
        background-color:transparent
        }
      A:active {
        font-family:Arial; 
        font-size: 12pt; 
        color:Red; 
        text-decoration:none; 
        background-color:transparent
        }
      A:hover {
        font-family:Arial; 
        font-size:13pt; 
        font-weight:bold; 
        color:Maroon; 
        text-decoration:underline; 
        background-color:transparent
        }


	
		
td, input, select,textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	vertical-align: top; 
	
}
td {
	padding: 0px;
}
table.main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	
}
td.top {
	background-image: url(top_bg.jpg);
	height: 60px;
}
td.logo {
	width: 100%;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

td.search {
	background-image: url(search.jpg);
	background-color: #dce1e9;
	height: 10px;
}
td.topmenu {
	background-image: url(top_menu.jpg);
	background-color: #ff8e51;
}

td.shadowleft, td.shadowright {
	background-image: url(shadow.jpg);
	height: 4px;
}
td.shadowleft {
	text-align: right;
}
td.menuitem {
	vertical-align: middle;
	text-align: center;
	width: 20%;
	background-image: url(menuitem_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
a.menu {
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

td.news {
	background-image: url(news_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;	
	width: 20%;	
	padding-right: 6px;
}
table.newstable {
	width: 100%;
	
}
td.newsitem {
	background-image: url(FON.jpg);
	background-repeat: repeat-x;
	border: 1px solid silver;
	padding: 10px;
	text-align: justify;
	
}
h2.hdr2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #c63c3c;
	margin-bottom: 7px;
}
a {
	text-decoration: none;
	color: #c63c3c;
}
table.hdrtab {
	border-collapse: collapse;
	background-image: url(FON.jpg);
	background-color: #dce1e9;
	height: 20px;
	width: 100%;
}

}
td.text {
	background-image: url(FON.jpg);
	width: 70%;
	height: 100%;
}


td.copyright {
background-image: url(FON.jpg);

}
td.bottommenu {
background-image: url(FON.jpg);
}


