/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #39B2FF;
}
a:active {
	color: #666666;
}
.text_fnt {
font-family: Tahoma, "Trebuchet MS"; 
color: #666666; 
font-size: 12px;
}
.page_head {

font-family:Tahoma, "Trebuchet MS";

	font-size: 25px;

	color: #FFFFFF;

}
.red_first {
font-family:Tahoma, "Trebuchet MS";
font-size:16px;
color:#FF0000;
}
.black_other {
font-family:Tahoma, "Trebuchet MS";
font-size:14px;
color:#000000;
}

.red_warning {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
    color: #FF0000;
	}
.black_bold {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	font-weight:bold;
    color: #000000;
	}
.td_repeat {
	background-image: url(../images/1_01_03.gif);
	background-repeat: repeat-y;
	border-left-width:2px;
}
.text_fnt_small {
font-family: Tahoma, "Trebuchet MS"; 
color: #666666; 
font-size: 11px;
}