/* CSS Basic Document */


.box_top_line
{
background:url(../images/top_line.gif) left top repeat-x;
height:9px;
}
.box_left_line
{
background:url(../images/left_line.gif) left top repeat-y;
width:9px;
}
.box_right_line
{
background:url(../images/right_line.gif) left top repeat-y;
width:9px;
}
.box_bottom_line
{
background:url(../images/bottom_line.gif) left top repeat-x;
height:9px;
}

.text {
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
}
.text2 {
	font-family: Verdana;
	color: #ffffff;
	font-size: 11px;
}
.textsmall {
	font-family: Verdana;
	color: #ffffff;
	font-size: 10px;
}

.textbold {color: #445e6d; font-family: verdana;font-size: 13px; font-weight:bold;}
.style7 {color: #658393; font-family: tahoma; font-size: 12px; }
.style8 {
	font-size: 9px;
	color: #333333;
	font-family: verdana;
}