/* CSS Document */
.txt_black_head {font-family:"Tahoma"; font-size:14px; color:#000000; font-weight:bold;}
.txt_blue_head_big {font-family:"Tahoma"; font-size:18px; color:#000099; font-weight:bold;}
.txt_blue_head {font-family:"Tahoma"; font-size:14px; color:#000099; font-weight:bold;}
.txt_blue {font-family:"Tahoma"; font-size:12px; color:#000099;}
.txt_white {font-family:"Tahoma"; font-size:12px; color:#FFFFFF;}
.txt_white_big {font-family:"Tahoma"; font-size:12px; font-weight:bold; color:#FFFFFF;}
.mark_red {font-family:"Tahoma"; font-size:12px; color:#FF0000;}
.mark_red_head_big {font-family:"Tahoma"; font-size:18px; color:#FF0000; font-weight:bold;}

td  {font-family:"Tahoma"; font-size:12px;}

A {
		color : #000000;
        /*text-decoration : none;*/
		text-decoration:none;
}

A:Visited  {
        color : #8888FF;
        /*text-decoration : none;*/
		text-decoration:none;
}

A:Active  {
        color : #0000AA; /*black*/
        text-decoration : none;
		font-weight:500;
}

A:Hover  {
        color : #FF9204; /*Orange*/
        text-decoration : none;
}
