/* links */

a:link {
	color: #660000;
	}
	
a:visited {
	color: #660000; 
	}
	
a:hover {
	color: #660000;
	}

a:active {
	color: #660000; 
	}

/* text */
.tm_base_font {
	font-size: 10px;
	font-family: verdana, arial;
	color: #003333;
	}

.tm_header_section_txt {
	font-size: 115%;
	font-family: verdana, arial;
	}

.tm_body_txt {
	font-size: 80%;
	}

.tm_info_txt {
	font-size: 80%;
	font-style: italic;
	}

.tm_subhead_txt {
	font-size: 80%;
	font-weight: bold;
	}

.tm_quote_txt {
	font-size: 80%;
	font-style: italic;
	color: #006699;
	}

.tm_caption_txt {
	font-size: 65%;
	font-weight: bold;
	}
	
.tm_page_header_txt {
	font-size: 150%;
	color: #333300; 
	font-family: verdana,arial;
	}
	
/* layout */

.tm_body_settings {
	background-color: #ffffff;
	/*marginheight: 0; 
	marginwidth: 0; */
	margin-top: 0; 
	margin-left: 0; 
	margin-right: 0;
	}

	
.tm_menubar {
	border-style: none;
	}
	
.tm_menubar:hover {
	opacity:0.8;
	}
	
/* For IE */
a.tm_menubar:hover {
	width: 1px;
	filter:alpha(opacity=70);
	}

.tm_menubar_selected {
	border-style:  none;
	}