/* CSS Document */
.c_border
{
	border: solid 0px black;
}

.c_head
{
	padding: 8px 5px 0px 5px;
	text-align: left;
}

.c_content
{
	clear: both;
}

.c_contentpane
{
	padding: 0px 5px 0px 5px;
	text-align: left;
}

.c_footer
{
	margin-bottom: 1px;
	padding: 0px 5px 0px 5px;
	text-align: right;
}

.title
{
	margin: 0;
	float: left;
	white-space: nowrap;
}
.title_vis
{
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

.TitleHidden
{
	width: 100%
}

.clear_float
{
	height: 0px;
	margin: 0;
	padding: 0;
	}

.TitleH4
{
	position: relative;
	padding: 4px 0px 0px 0px;
	border-bottom: solid 1px #E5DFD4;
	text-transform: uppercase;	
	font-size: 1.2em;
	font-weight: normal;
	color: #818181;
	width: 98%
}

.TitleH1
{
	position: relative;
	padding-bottom: 0px;
	border-bottom: solid 1px #E5DFD4;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
	color: #3A3A3A;
	width: 100%
}

/*---------- default style for head & normal -----------*/
.Head
{
	font-weight: bold;
	font-size: 12px;
}

.Normal
{
	color: #43494D;
}

.Normal p
{
	margin-top: 0px;
}


