.text {
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	color: #000000;

}
.list {
	font-family: verdana;
	font-size: 12px;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
.sublist {
	font-family: verdana;
	font-size: 12px;
	color: #F06000;
	text-decoration: underline;
}
.box {
	border: 1px solid #3B54A5;


}
.top {

	border-top: 1px solid #3B54A5;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3B54A5;

}
.left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3B54A5;
}
.innerlist {
	font-family: verdana;
	font-size: 10px;
	color: #F06000;
	text-decoration: none;
}
.heading {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}
.sideline {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
