@charset "utf-8";
/* CSS Document */

.blueframe-l {
	text-align: left;
	float: left;
	width: 435px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url(../pics/zap-grad-back.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.blueframe-l p {
	margin: 0px;
	padding: 0px;
}
.redframe-l {
	text-align: left;
	float: left;
	width: 435px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url(../pics/grad-back-yellow.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.redframe-l p {
	margin: 0px;
	padding: 0px;
}
.redframe-l h2 {
	font-size: 14px;
	color: #de1f28;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.single-b {
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
