.border_master
{
	width:99%;
	font-family: verdana;
	font-weight:normal;
	font-size:99%;
	color:#000000;
}

/* ******************************************************************************** */

.red_top_title
{
	background:url(images/red_top_title.gif) no-repeat; 
	background-position:top left;
	height:27px;
	font-weight: bold;
	font-size:0.6875em;	/*11px*/
	color: #FFFFFF;
}

.red_top_corner
{
	background:url(images/red_top_corner.gif) no-repeat; 
	background-position:top right;
	height:27px;
}

.red_bottom_left
{
	background:url(images/red_bottom_left.gif) no-repeat; 
	background-position:top left;
	height:5px;
	width:5px;
}

.red_bottom_line
{
	background:url(images/red_bottom_line.gif) repeat-x; 
	background-position:top center;
	height:5px;
}

.red_bottom_right
{
	background:url(images/red_bottom_right.gif) no-repeat; 
	background-position:top right;
	height:5px;
	width:5px;
}

.red_content
{
	padding-top: 2px;
	padding-left:2px;
	padding-right:2px;
	font-size:0.6875em;	/*11px*/
	background-color:#FFFFFF;
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
}

