@charset "utf-8";
/* CSS Document */


/* Grey */
.title_grey
{
	background-image:url(../../images/site/title_bar_rep_mat.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	height:23px;
	padding-top:4px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:95%;
	margin-bottom:0px;	
}
.title_grey_left
{
	background-image:url(../../images/site/title_bar_mat.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:23px;
	float:left;
	margin-top:-4px;
}
.title_grey_right
{
	background-image:url(../../images/site/title_bar_mat.gif);
	background-position:-7px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:23px;
	float:right;
	margin-top:-4px;
}

.body_grey
{
	width:100% - 2px;
	border:1px solid #666666;
	border-top:1px solid #999999;
	background-color:#F4F4F4;
	padding:0px;
	margin:0px;
	margin-top:-5px;
}
