.maincss {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.orangeline {
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #ff5f10;
}

.blackline {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footer_link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	text-decoration: none; 
}
