/* Content styles */
.contentStyle {
	background-color: transparent;
	color: #020202;
	font: 12px Arial, Helvetica, sans-serif;
}
.contentStyle a {
	color: #2282cd;
	font: 12px Arial, Helvetica, sans-serif;
}

.contentStyle a:hover {
	color: #2282cd;
}
.contentStyle h1
{
    color:#2282CD;
    font:bold 12px Arial;
    margin:0;
    }
.contentStyle h2
{
    color:#000;
    font:bold 18px Arial;
    margin:0;
    }
.contentStyle h3
{
    color:#000;
    font:bold 16px Arial;
    margin:0;
    }
.contentStyle h4
{
    color:#000;
    font:bold 14px Arial;
    margin:0;
    }
.contentStyle h5
{
    color:#000;
    font:bold 12px Arial;
    margin:0;
    }
.contentStyle h6
{
    color:#000;
    font:bold 10px Arial;
    margin:0;
    }
	
.contentStyle p{
	margin: 0px 0px 10px 0px;
}

.contentStyle UL
{
	margin:0 0 0 20px;
}

.contentStyle OL
{
	margin:0 0 0 27px;
}

.contentStyle table tr td, table.contentStyle tbody tr th
{
    color: #020202;
    text-align:left;
	font: 12px Arial, Helvetica, sans-serif;
    }


/* Links */
.hand {
	cursor: pointer;
}

/* Aligns */
.bl-left { float: left; }
.bl-right {	float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

/* Text */
.bold { font-weight: bold; }
.arial { font-family: Arial, Helvetica, sans-serif; }

/* Spacing */
.nowrap { white-space: nowrap; }

.test { border: 2px solid red; }

/* Forms */
input {
	height: 18px;
	line-height: 18px;
	border:solid 1px #757A80; 
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin:5px 0;
}

textarea {
	border:solid 1px #757A80;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

select
{
    height: 20px;
	line-height: 18px;
	width:128px;
	border:solid 1px #757A80; 
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin:5px 0;
    }

input.form_radio {
    cursor: pointer;
    border: none;
}

input.form_checkbox {
    cursor: pointer;
    border: none;
}

input.text{
	width: 150px;
	border:solid 1px #757A80;
}

.submit, input.submit {
	background-color: transparent;
	height: 21px;
	border: solid 1px #757A80;
	cursor: pointer;
	cursor: hand;
	color: #6C6C6C;
	font-weight: bold;
}

.submit_disable, input.submit_disable {
	background-color: #dfdfdf;
	background-image: url(/site/core/images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	color: #999999;
	font-weight: bold;
}

/**/
.head_content h1
{
    color:#2282CD;
    font:italic 15.92px Arial;
} 
.address_content h1{
	color:#0D61A3;
	padding:0;
	margin:0;
}
.spec_content{
	font:11px Arial;
}
.spec_content ul{
	padding-top:5px;
	margin:0;
}
.spec_content ul li{
	background:url(/site/core/media/greyArrow.gif) no-repeat 0 5px;
	font-weight:bold;
	padding:3px 0 3px 15px;
	margin:0;
	list-style:none;
}

.spec_content ul li a{
	vertical-align:middle;
}
.copyright_content{
	background-color:#414549;
	color:#fff;
	font:11px Arial;
}
    
.main_content{
	line-height:18px;
}