@charset "utf-8";
/* CSS Document */

.h_1
{
	height:1px;
}

.title_content
{
	width:100% -2px;
	border:1px solid #333333;
	background-color:#f4f4f4;
}
.title_holder
{
	clear:both;
	width:100%;
	height:19px;
}

/* Grey */
.title_grey
{
	background-image:url(../../images/site/title_bar_rep_mat.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	padding-top:4px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:95%;
}
.title_grey p{
	font-weight:normal;
}
.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;
}
.title_grey_holder
{
	height:23px;
}

.body_grey
{
	width:100% - 2px;
	border:1px solid #666666;
	border-top:1px solid #999999;
	background-color:#F4F4F4;
	padding:0px;
	margin:0px;
	margin-top:-5px;
}
