div.cameMessType1 {
	background:#333333;
	width:100%;
	margin-bottom:5px;
}

div.cameMessType2 {
	background:#669933;
	width:100%;
	margin-bottom:5px;
}

div.cameMessType3 {
	background:#2E3192;
	width:100%;
	margin-bottom:5px;
}

div.cameMessType4 {
	background:#00A99D;
	width:100%;
	margin-bottom:5px;
}

div.cameMessType5 {
	background:#CC3366;
	width:100%;
	margin-bottom:5px;
}

div.cameMessBottom {
	background:#e6e6e6;
	border: 1px #B3B3B3 solid;
	width:100%;
	margin-bottom:5px;
}

p.cameTypeTxtWhite {
	color:#FFFFFF;
	font-size:80%;
	font-weight:bold;
	padding:4px;
}

p.cameTxtNormal{
	line-height:1.3;
	color:#000000;
	font-size:80%;
	font-weight:normal;
	padding:20px;
}

hr.cameMessBorder {
	border: none;
	border-top: 1px #B3B3B3 solid;
	height:1px;
	margin-bottom:6px;
}

hr.cameMessBorderMT20B40 {
	border: none;
	border-top: 1px #B3B3B3 solid;
	height:1px;
	margin-top:20px;
	margin-bottom:40px;
}

hr.cameMessBorderMTB20 {
	border: none;
	border-top: 1px #B3B3B3 solid;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}