body
{
	margin: 0px;
	background-color: #EFEFEF;
}

.box
{
	border-collapse:collapse;
}
.box td
{
	padding: 0;
	border: 0;
	margin: 0;
	font-size: 11px;
	color: #7a8ea9;
	font-family: Arial;
}
.box .top_left { background-image: url("images/box_tl.gif"); height: 15px; width: 15px; }
.box .top_right { background-image: url("images/box_tr.gif"); height: 15px; width: 15px; }
.box .bottom_left { background-image: url("images/box_bl.gif"); height: 15px; width: 15px; }
.box .bottom_right { background-image: url("images/box_br.gif"); height: 15px; width: 15px; }
.box .right { background-image: url("images/box_r.gif"); height: 1px; width: 15px; }
.box .left { background-image: url("images/box_l.gif"); height: 1px; width: 15px; }
.box .top { background-image: url("images/box_t.gif"); height: 15px; width: 1px; }
.box .bottom { background-image: url("images/box_b.gif"); height: 15px; width: 1px; }
.box .middle
{
	background-color: #dddbe0;
}

hr
{
	color: #7a8ea9;
}
select
{
	font-family:Arial;
	font-size:11px;
	color:#34475c;
}

a
{
	text-decoration: none;
	color: #7a8ea7
}

a:visited
{
	text-decoration: none;
	color: #7a8ea7
}

a:hover
{
	text-decoration: none;
	color: #ff6600
}
