body {  
	background-color: #FFFFFF;
	margin: 0px;
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 85%; 
	font-size: .7em; */
	font-size: 11px;
	vertical-align: top; 
	border: 0px solid #ffffff;
	}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px solid #ffffff;
	}

a {
	color: #003399;
	}

table.basic {
	width: 100%;
	height: 100%;
	}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	}
li {
	padding: 0px;
	margin: 0px 0px 5px 18px;
	}

h1 {
	font-size: 130%;
	margin-top: 0px;
	}
h2 {
	font-size: 115%;
	}
h3 {
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}


/* LAYOUT */

td.topmenu {
	width: 770px;
	height: 130px;
	vertical-align: bottom;
	background-image: url('../images/fixed/bg_menu.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	}
td.topmenu a {
	color: #C31301;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
	}
td.topmenu a#selected {
	color: #660000;
	}

td.fillLeft {
	background-image: url('../images/fixed/bg_fillleft.gif');
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #C31301;
	}
td.fillRight {
	background-image: url('../images/fixed/bg_fillright.gif');
	background-repeat: repeat-y;
	background-color: #C31301;
	}
td.bottomLeft {
	width: 200px;
	background-image: url('../images/fixed/bg_bottom.gif');
	background-repeat: repeat-x;
	background-color: #C31301;
	}
#home td.bottomLeft {
	width: 430px;
	}
td.bottomRight {
	width: 570px;
	background-image: url('../images/fixed/bg_bottomright.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ffffff;
	padding: 2px 0px 0px 0px;
	text-align: right;
	}
#home td.bottomRight {
	width: 310px;
	}
td.bottomRight a {
	color: #C31301;
	text-decoration: none;
	font-weight: normal;
	}

#level1 {
	float: left;
}

#level1-selected {
	float: left;
}

#level1-selected a {
	color: #660000;
}


td.submenu {
	width: 200px;
	height: 400px;
	background-image: url('../images/fixed/bg_content_home.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #003366;
	color: #ffffff;
	padding: 0px;	
	}
td.submenu ul {
	list-style-type: none;
	margin-top: 15px;
	}
td.submenu li {
	background-image: url('../images/fixed/bullet_submenu.gif');
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 10px;
	}
td.submenu li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

#home td.pic {
	width: 430px;
	height: 400px;
	}
td.content {
	width: 540px;
	height: 400px;
	background-image: url('../images/fixed/bg_content.gif');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #333333;
	padding: 15px;
	vertical-align: top;
	}
#home td.content {
	width: 310px;
	height: 400px;
	background-image: url('../images/fixed/bg_content_home.gif');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #003366;
	color: #ffffff;
	padding: 15px;
	}
#home td.content a {
	color: #ffffff;
	}

/* NEWS */

div.news-latest-item {
	background-color: #336699;
	margin-bottom: 5px;
	padding: 1px 5px 5px 5px;
	}

/* RSS */
div#twrss_table {
	background-color: #336699;
	margin-bottom: 5px;
	padding: 1px 5px 5px 5px;
	margin: 0px;
	}
div.twrss_item_link {
	margin: 0px ! important;
	padding: 3px 0px 3px 0px ! important;
	border-bottom: 1px dotted #003366;
	}
div.twrss_item_link a {
	font-size: 11px ! important;
	font-weight: normal ! important;
	padding: 0px ! important;
	margin: 0px ! important;
	border-left-width: 0px ! important;
	}
