html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;   
}

BODY, TD, TH  { color: #333333;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-weight : normal;
font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 18px;
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px;
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;
}

H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 20px;
}

A, A:visited {
color : #0011F0;
text-decoration : underline;
font-weight : bold;
}

A:hover {
color : #0011F0;
text-decoration : none;
font-weight : bold;
}

.site_link, .site_link:visited {
color : #000000;
text-decoration : none;
font-weight : bold;
}

.site_link:hover {
color : #0011F0;
text-decoration : none;
font-weight : bold;
}

.site_link_sub, .site_link_sub:visited {
color : #000000;
text-decoration : none;
font-weight : normal;
}

.site_link_sub:hover {
color : #0011F0;
text-decoration : none;
font-weight : normal;
}

.site_link_blue, .site_link_blue:visited {
color : #0011F0;
text-decoration : none;
font-weight : bold;
}

.site_link_blue:hover {
color : #0011F0;
text-decoration : underline;
font-weight : bold;
}

.site_link_blue_normal, .site_link_blue_normal:visited {
color : #0011F0;
text-decoration : none;
font-weight : normal;
}

.site_link_blue_normal:hover {
color : #0011F0;
text-decoration : underline;
font-weight : normal;
}

.sub_menu {font-weight : normal;}
.sub_menu:hover {font-weight : normal;}
.sub_menu:visited {font-weight : normal;}

.blue {color: #0011F0; font-weight : bold;}

.red_small {color: #FF0000; font-size: 11px; font-weight : bold;}

.small {font-size: 11px;}

.main_text {font-size: 95%;}

.frm {background-color: #FFFFFF; border: 1 solid #C0C0C0; font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 9px;color : #4C2A20;
}