.navbar {
	background-image: url(images/navbar.jpg);
}
.body_background {
	background-color: #F4F8FF;
}
.banner_top {
	background-image: url(images/header.jpg);
	height: 50px;
}
.main_table {
	border: 1px solid #A4C6FF;
}
.border_black {
	border-top: 1px none #A4C6FF;
	border-right: 1px solid #A4C6FF;
	border-bottom: 1px none #A4C6FF;
	border-left: 1px solid #A4C6FF;
}
a:link { 
	color: #0000FF;
	text-decoration: none;
	}
a:visited { 
	color: #0000FF;
	text-decoration: none;
	}
a:hover { 
	color: #0000FF;
	
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}.single_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A4C6FF;
	border-right-color: #A4C6FF;
	border-bottom-color: #A4C6FF;
	border-left-color: #A4C6FF;
}
.bottom_border {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A4C6FF;
}
.border_left {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #A4C6FF;
}
