.redleft
{
	background: url(images/leftred.png) no-repeat Transparent;
	margin: 0 0 0 0;
	width: 9px;
	height: 20px;
}

.redright
{
	background: url(images/rightred.png) no-repeat Transparent;
	margin: 0 0 0 0;
	width: 9px;
	height: 20px;
}

.redrepeat
{
	background: url(images/repeatred.png) repeat-x Transparent;
	margin: 0 0 0 0;
	width: auto;
	height: 20px;
}

.redtitle
{
	color: White;
	background: url(images/repeatred.png) repeat-x Transparent;
	margin: 0 0 0 0;
	font-weight: bold;
}

.redContent
{
	border: 1px solid #cccccc;
	padding:0px 5px 5px 5px;
	margin-top:0px;
}
.RedHead{
	font-family : Arial;
	font-size : 14px;
	font-weight: bolder;
	color : #E51937;
	padding-left:3px;
	padding-top:10px;
}
.StandContent
{
	padding:0px 5px 5px 5px;
	margin-top:0px;
}
.redContent_greybackground
{
	
	padding:0px 5px 5px 5px;
	margin-top:0px;
	background:#F7F7F7;
}
.redContentNoPad
{
	border: 1px solid #cccccc;
	padding:0px 0px 5px 0px;
	margin-top:0px;
}
.NoPadNoBrd
{
	border: 0px;
	padding:0px 0px 5px 0px;
	margin-top:0px;
}