﻿.text_header
{
	float:left;
	width:100%;
	/*background:url('../images/header_bg.gif') top right;*/
	color:#000;
	padding:4px 0px 10px 0px;
	text-indent:10px;
	height:22px;
	font-size:14px;
}
.text_header-leftcol
{
	float:left;
	width:385px;
	background:url('../images/header_bg.gif') top right;
	color:#000;
	padding:6px 0px 0px 0px;
	text-indent:10px;
	height:20px;
	font-size:14px;
}
.text_header-small
{
	float:left;
	width:250px;
	background:url('../images/header_bg.gif') top right;
	color:#000;
	padding:6px 0px 0px 0px;
	text-indent:10px;
	height:20px;
	font-size:14px;
	margin-top:-26px;
}
/*Plain text headers*/

.general_header
{
 	color:#000;
	height:26px;
	margin:0 0 10px 0px;
	padding-bottom:10px;
	text-align:center;
	width:100%;
	float:left;	
}
.general_header a
{
	color:#FFF;
	height:26px;
	font-family:Arial;
	padding-top:3px;
	font-size:16px;
	margin:0px auto;
	text-align:left;
	float:left;
	display:none;
	
}
.general_header a:hover {
        text-decoration:none;
}
.center a
{
	text-align:center;
}
.margint10
{
	margin-top:10px;
}
.marginb10
{
	margin-bottom:10px;
}

.marginl10
{
	margin-left:10px;
}

.padding0
{
	padding:0;
}
