.transparent .contentStyle {
	background-color: transparent;
}

.contentStyle
{
	font:normal 12px Arial;
	color: #333333;
	margin-top: 0px;
	text-align: justify;
	background-color: transparent;
}

.footerS, .footerS A
{
	color:#666666 !important;
	font:normal 12px Arial;
}

.contentStyle h1
{
	font:bold 13px Arial;
	color:#666;
}

.contentStyle h2
{
	font:bold 14px Arial;
	color:#0066cc;
}

.contentStyle h3, .contentStyle h4, .contentStyle h5, .contentStyle h6
{
	font:bold 12px Arial;
	color:#0066cc;
}

.contentStyle table {
	background-color: transparent;
	font:normal 12px Arial;
	color: #333;
}

.contentStyle a {
	color: #0079c2;
}

.contentStyle p {
	margin-top: 0px;
}

.contentStyle input
{
	height: 19px;
	border: solid 1px #0079c2;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #3F3B3B;
}

.contentStyle textarea
{
	color: #3F3B3B;
	overflow: auto;
	height: 80px;
	width: 200px;
	border: solid 1px #0079c2;
}

.contentStyle select
{
	color: #0079c2;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
}

.contentStyle legend
{
	margin-bottom: 5px;
	text-align: center;
	color: #0079c2;
}

.contentStyle fieldset
{
	border: none;
	padding: 10px;
	width: 130px;
}

.contentStyle .form_radio {
    cursor: hand;
	margin-right: 5px;
	margin-bottom: 2px;
	border: none;
	background-color: transparent;
}

.contentStyle .form_submit
{
	background-color: #ffffff;
	height: 21px;
	width: 90px;
	border: 1px solid #0079c2;
	cursor: pointer;
	cursor: hand;
	font: 12px bold Tahoma, Arial, sans-serif;
	color: #000000;
	margin-top: 5px;
}
.contentStyle ul{
padding-left: 20px;
}

/*Styles for editing article in admin: END*/