/* CSS Document */

/* ==================== General Define ========================== */

body {font-family:"Arial"; font-size: 12px; color: #111; line-height:16px;}
body {
	scrollbar-face-color: #FFF; 
	scrollbar-shadow-color: #B6B6B6; 
	scrollbar-highlight-color: #B6B6B6; 
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF; 
	scrollbar-track-color: #EFEFEF; 
	scrollbar-arrow-color: #B6B6B6; 
	background-color: #000000;
}

td {font-size: 12px; line-height:16px; text-decoration: none; word-break:break-all;}
a:link {text-decoration: none ; color: #343434;}
a:visited {text-decoration: none ; color: #343434;}
a:active {text-decoration: underline ; color: #0036B1;}
a:hover {text-decoration: underline ; color: #0036B1;}


/* ==================== Top Area ========================== */

/* Top Navigation */
.top_menu_selected {color : #FFF; font-family: "Tahoma"; font-Size: 11px ; text-decoration: none; font-weight: bold; padding: 0px 20px 0px 20px}
.top_menu_selected a:link {color: #FFF; text-decoration: none;}
.top_menu_selected a:visited  {color: #FFF; text-decoration: none;}
.top_menu_selected a:active   {color: #FFF; text-decoration: none;}
.top_menu_selected a:hover    {color: #FFF; text-decoration: none;}


/* Font */
.font_small {font-size: 10px; color: #BCBCBC;}

.font_email {font-size: 12px;  text-decoration: none; font-weight:bold; color: #2F2F2F;}
.font_email a:link {text-decoration: none ; color: #2F2F2F; font-weight:bold;}
.font_email a:visited {text-decoration: none ; color: #2F2F2F; font-weight:bold;}
.font_email a:active {text-decoration: underline ; color: #009CFF; font-weight:bold;}
.font_email a:hover {text-decoration: underline ; color: #009CFF; font-weight:bold;}


.font_big {font-size: 15px;  text-decoration: none; font-weight:bold; color: #2F2F2F;}
.font_big a:link {text-decoration: none ; color: #2F2F2F; font-weight:bold;}
.font_big a:visited {text-decoration: none ; color: #2F2F2F; font-weight:bold;}
.font_big a:active {text-decoration: underline ; color: #BF0000; font-weight:bold;}
.font_big a:hover {text-decoration: underline ; color: #BF0000; font-weight:bold;}








