.account_label {
	font-weight:bold;
	font-size:12;
	color: #A8852F;
	margin-top:20;
	border-bottom:#A8852F 1px solid;
	margin-bottom:10;
}
.account_header {
	font-size:14;
	font-weight:bold;
	color: #A8852F;
	border-bottom: #B1CBC1 1px solid;
	padding-bottom:10;
}
.signin_header {
	font-size:12;
	font-weight:bold;
	color: #A8852F;
	border-bottom: #A8852F 1px solid;
	padding:10;
}


.action_link {
	text-decoration:underline;
}
.main_table {
    margin-left: 5px
}
.order_header {
	text-align: center;
	font-weight:bold;
	color: #A8852F;
	border-bottom: #B1CBC1 1px solid;
}
.account_list {
	font-size : small;
    margin-left: 15px
}
.account_list A { text-decoration:underline; }
.welcome {
	font-size : medium;
	color : #003399;
	font-weight : bold;
}
.instruction {
	font-size : 80%;
}

H2 {
	font-size : medium;
	color : #003399;
	font-weight : bold;
}

.with_border{
	 border-right: #ccc 1px solid;
	 border-left: #ccc 1px solid;
	 border-bottom: #ccc 1px solid;
}
.search_border{
	 border-bottom: #ccc 2px solid;
}
.search_right_border{
	border-right: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
}
.search_left_border{
	border-left: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
}


