html, body {
	margin:0px;
	padding:0px;
}
body, input, select, textarea {
	background-color: #E6E6E6;
}

a:link {color: #016EBB}     /* unvisited link */
/* a:visited {color: #00FF00}  /* visited link */
/* a:hover {color: #004080}   /* mouse over link */
/* a:active {color: #0000FF}   /* selected link */

td, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	vertical-align: top; 
}
td {
	padding: 0px;
}
table.main {
	width: 840;
	height: 100%;
	border-collapse: collapse;
	border-color: #CCCCCC;
	background-color: #ffffff;
}
td.top {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat ;
	height: 92px;
}

td.topmenu {
	background-image: url(images/template_12.gif);
	height: 18px;
	width: 840;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 10px;	
	font-family: Comic Sans MS;
/*	font-size: xx-small;		 */
}

form {
	margin: 0px;
}


.topmenu a {
	font-weight: bold;
	font-size: 11px;
	font-family: Times New Roman, arial, Comic Sans MS;
	margin-left: 3px;
	margin-right: 2px;
}
.topmenu a:link {
	text-decoration: none;
	color: #FFFFCC;

}

.topmenu a:visited {color: white; text-decoration: none;}
.topmenu a:hover {color: #CCCCCC; text-decoration: none;}

td.news {
	width: 16%;
	background-color: #E6E6E6;
	 padding: 10px;
	 
}
td.text {
	width: 84%;
	height: 100%;
	font-size: 14px;
	font-family: Arial, Comic Sans MS;
	padding: 20px;
}
td.copyright {
background-color: #E6E6E6;
padding: 20px;
}
td.bottommenu {
background-color: #E6E6E6;
padding: 20px;
}

.home_category {clear:both;border-left:10px solid #CCCCCC;border-bottom:1px solid #CCCCCC;color:#0267FF;font-weight:normal;padding:0 0 3px 2px;font-style:italic;margin:20px 0 0 0;font-size:18px;text-indent:3px;}

.home_link_right {float:right;font-size:10px;width:260px;margin:3px 0 3px 0;height:45px;min-height:45px;}
.home_link_right a {color:#0D4A6F;display:block;padding:2px;height:45px;min-height:45px;border:1px solid white;}
.home_link_right img {float:left;padding-right:5px;}

.home_link_left {float:left;font-size:10px;width:260px;margin:3px 0 3px 0;height:45px;min-height:45px;}
.home_link_left a {padding:2px;color:#0D4A6F;display:block;height:45px;min-height:45px;border:1px solid white;}
.home_link_left img {float:left;padding-right:5px;}
