body {
	font-family: arial, helvetica, serif;
}

.borderbox {
	float: left;
	width: 293px;
	padding: 0px;
	text-align: left;
	background: #DFDFDF;
	display: inline;
}

.frontbox {

	width: 292px;
	padding: 0px;
	padding-bottom: 7px;
	border-right: 0px solid #D6D6D6;
	text-align: left;
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;

}

.frontbox .heading {
	padding-top: 8px;
	margin-left: 15px;
	font-weight: bold;

}

.frontbox .arrow {
	background: transparent url('../images/arrow_white.gif') no-repeat scroll ;
	background-position: 0px 9px;	
}

.frontbox .dsc {

	margin-left: 0px;
	margin-top: 10px;
	margin-right: 15px;
	
}


.frontbox img {
	margin-top: 1px;
}

a.titlebttn_blue:link, a.titlebttn_blue:visited {
	display: block;
	height: 32px;
	width: 282px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background:url(../images/menu_blue.gif) repeat-x #006699;
	border: 0;
	text-align: left;
	text-decoration: none;
}

a.titlebttn_blue:hover {
	display: block;
	height: 32px;
	width: 282px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 0;
	text-align: left;
	text-decoration: none;
	background-image: none;
	background: #006699;
}

a.titlebttn_green:link, a.titlebttn_green:visited {
	display: block;
	height: 32px;
	width: 282px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 0;
	text-align: left;
	text-decoration: none;
	background:url(../images/menu_green.gif) repeat-x #669933;

}

a.titlebttn_green:hover {
	display: block;
	height: 32px;
	width: 282px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 0;
	text-align: left;
	text-decoration: none;
	background-image: none;
	background: #669933;
}


a.titlebttn_red:link, a.titlebttn_red:visited {
	display: block;
	height: 32px;
	width: 282px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background:url(../images/menu_red.gif) repeat-x #FF6600;
	border: 0;
	text-align: left;
	text-decoration: none;


}

a.titlebttn_red:hover {
	display: block;
	height: 32px;
	width: 282px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 0;
	text-align: left;
	text-decoration: none;
	background-image: none;
	background: #FF6600;
}





a.frontbttn {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
    background: transparent url('../images/bg_bttn.gif');
    color: #fff;
    font: bold 12px arial, Helvetica, sans-serif;
    height: 23px;
	margin-left: 165px;
    text-decoration: none;
	padding: 4px 10px;
}

a.frontbttn:hover {
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	position: absolute;
    background: #666;
    color: #fff;
    font: bold 12px arial, Helvetica, sans-serif;
    height: 23px;
	padding: 4px 10px;
	margin-left: 165px;
    text-decoration: none;
}



