.grn_top_left {
	background-image: url(assets/cnr_up_left_box.jpg);
	height: 15px;
	width: 14px;
	background-repeat: no-repeat;	
}

.grn_top_right {
	background-image: url(assets/cnr_upper_rt_box.jpg);
	height: 14px;
	width: 19px;
	background-repeat: no-repeat;
}

.grn_top {
	background-image: url(assets/grn_box_top.jpg);
	height: 14px;
	background-repeat: repeat-x;
}
.grn_right {
	background-image: url(assets/grn_box_rt.jpg);
	width: 19px;
	background-repeat: repeat-y;
}
.grn_left {
	background-image: url(assets/grn_box_left.jpg);
	width: 14px;
	background-repeat: repeat-y;
}
.grn_bottom {
	background-image: url(assets/grn_box_bottom.jpg);
	background-repeat: repeat-x;
	height: 17px;
}
.grn_bottom_right {
	background-image: url(assets/cnr_lower_rt_box.jpg);
	height: 17px;
	width: 19px;
	background-repeat: no-repeat;
}
.grn_bottom_left {

	background-image: url(assets/cnr_lower_left_box.jpg);
	height: 17px;
	width: 14px;
	background-repeat: no-repeat;
}

.main_top_left {
	background-image: url(assets/main_top_left_corner.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 29px;
}
.main_top_right {

	background-image: url(assets/main_top_rt_corner.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 21px;
}
.main_top {


	background-image: url(assets/main_top.jpg);
	background-repeat: repeat-x;
	height: 15px;
}
.main_bottom_left {

	background-image: url(assets/main_bot_left_corner.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 29px;
}
.main_bottom {
	background-image: url(assets/main_bot.jpg);
	height: 20px;
}

.main_bottom_right {


	background-image: url(assets/main_bott_rt_corner.jpg);
	background-repeat: no-repeat;
	width: 21px;
}
.main_right {
	background-image: url(assets/main_rt.jpg);
	background-repeat: repeat-y;
	height: 21px;
	width: 20px;
}
.main_left {

	background-image: url(assets/main_left.jpg);
	background-repeat: repeat-y;
	height: 21px;
	width: 20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #AABBAB;
	vertical-align: middle;
}
li {
	font-size: small;
}

.bg_ltgrn {
	background-color: CCDDCD;
}
.bg_white {

	background-color: #F6F7FB;
}
h1 {
	color: #445566;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #445567;
	text-decoration: underline;
}
p {
	font-size: small;
}

a:visited {
	text-decoration: none;
	color: #445567;
}
a:hover {
	text-decoration: underline;
	color: #AABBAB;
}
.footer {
	font-size: small;
	text-align:center;
}
.footer a:hover
{
	text-decoration: underline;
	color: #FFFFCC;
}