/* CSS Document 
Create by Kelvin Wong
Create date: 29-09-2003
company_style.css
*/

.linktext {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 11px;
	color: #0000CC;
	font-weight: normal;
	text-decoration: underline;
}

.annotation_text {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 9px;
	color: #4B4B4B;
}

.func_title_font {
	font-family: "Arial", "Tahoma", "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.tab_menu_text_unselected {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #4B4B4B;
}

.tab_menu_text_unselected:hover {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #0000CC;
}

.tab_menu_text_selected {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #0000CC;
}

.tab_menu_text_selected:hover {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #0000CC;
}

.main_menu_text {
	font-family: "Arial", "Tahoma", "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.main_menu_text:hover {
	font-family: "Arial", "Tahoma", "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.main_menu_text_selected {
	font-family: "Arial", "Tahoma", "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.main_menu_text_selected:hover {
	font-family: "Arial", "Tahoma", "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


