
.contentStyle
{
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #0055a0;
	background-image: url(../images/rose_yellow.jpg);
	background-repeat: repeat-y;
}


.contentStyle table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #0055a0;
}


.contentStyle a {
	color: #0055a0;
	text-decoration: underline;
}

.contentStyle a:hover {
	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
}

.contentStyle input
{
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #595959;
}

.contentStyle textarea
{
	color: #595959;
}

.contentStyle select
{
	color: #595959;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0px solid white;
}

.contentStyle .form_submit
{
	background-color: #3d649e;
	height: 25px;
	border: solid 1px #ffe400;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color: #ffe400;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*Styles for editing article in admin: END*/


