@charset "utf-8";

.tdbackground1 {
background-image: url(images/shadow_left.jpg);
}
.tdbackground2 {
background-image: url(images/shadow_right.jpg);
}


.text_white {
	font: bold 11px/19px Verdana;
	color: #FFFFFF;
	clip: rect(auto,auto,auto,auto);
}
.text_blue {
	font: 11px Verdana;
	color: #006699;
}
.hieght {
	font: 4px Verdana;
}
.border_left {
	border-left: 1px solid #CCCCCC;
}
.brdr_groov {
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #CCCCCC;
}

.border_right {
	border-right: 1px solid #CCCCCC;
}
.border_top {
	border-top: 1px solid #CCCCCC;
}
.border_bottom {
	border-bottom: 1px solid #CCCCCC;
}
.text_dark {
	color: #003366;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
}
.text_orange {
	color: #CC6600;
	clip: rect(auto,auto,auto,auto);
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
}
.border_full {
	border: 1px solid #0389C6;
}
.border_white_yop_bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0099CC;
}
