.c_body
{	
	background-color: #ffffff;
	background-image: url('images/gray_bg.png');
	background-repeat: repeat-x;
	background-position: 0 30px;
}
.c_head
{
    margin: 10px;
    padding: 0px 10px 0px 11px;
    text-align: left;
    float: left;
    width: 95%;
}
.c_head_menu
{
	padding: 0px;
	text-align: left;

}
.c_content
{
    clear:both;
}
.c_contentpane
{
	padding: 4px 15px 0px 15px;
	text-align: left;
}
.c_footer
{
	margin-bottom: 3px;
	padding: 2px 10px 1px 15px;
	text-align: right;
}
.title
{
	margin: 0;
	float: left;
	white-space: nowrap; 
}
.menu
{
	margin: 0;
	float: left;
	white-space: nowrap; 
	height: 30px;
	border-bottom: 2px black solid;
	width: 80%;
	vertical-align: bottom;
	padding-left: 10px;
}
.title_vis
{
	margin: 0;
	float: right;
	text-align: right;
}
.Head
{
	font-weight: bold;
	font-size: 14px;
}

.Normal
{
	color: #505252;
}

.Normal p
{
	margin-top: 0px;
}

.clear_float
{
    clear: both;
}


