BODY  {/*#f0f0f0*/
	background: #d2d2d2 url(../images/background.gif);
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
h1 {
	font: bold 3em "Trebuchet MS", Arial, sans-serif;
	color: #777777;
}
h2 {
	font: normal 2em "Trebuchet MS", Arial, sans-serif;
	color: #c00000;
}
h3 {
	font: bold 1.6em "Trebuchet MS", Arial, sans-serif;
	color : #185ac6;
}
h4 {
	font: bold 1.4em "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 1px;
}

p, dl, .paragraph {
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-top: 0px;
	margin-bottom: 11px;
	padding-bottom: 1px;
	clear: both;
}
.paragraph {
	text-align:justify;
}
p.sign {
	margin: -12px 0px 28px 0px;
	font-size: x-small;
	text-align: right;
	padding: 6px 0 20px 0;
	clear: both;
	border-bottom: #7d7d7d 1px solid;
}

small {
	font-size: 80%;
	LINE-HEIGHT: 120%;
}
.small {
	font-size: 80%;
	LINE-HEIGHT: 120%;
}

A:link, A:visited, A:active {
	color: #333333; text-decoration: none !important;
}

A:hover {
	color: #c00000; text-decoration: underline;
}

.fixed  {
	table-layout : fixed;
}
.error{
	color: #FF0000;
	background-color: #F5F5F5;
	border: 1px solid #FF0000;
	line-height: 14px;
	padding: 5px;
	margin: 10px 0 5px 0;
	display: block;
}

.admin{
	color: #F49F04;
	background-color: #FFFFE1;
	border: 1px solid #F49F04;
	line-height: 14px;
	padding: 5px;
	margin: 10px 0 5px 0;
	display: block;
}

.back { background: #B8C8E2; font-weight: bold; }
.back0 { background-color: #F6F8FB; }
.back1 { background-color: #EDF1F8; }

.back0i { background-color: #FFEBF5;}
.back1i { background-color: #FFF5FA;}


hr	{ height: 0px; border: solid #ffffff 0px; border-top-width: 1px;}

.fff {background-color: #F7F7F7 !important; color: #2D2D2D;}

/*************************** GALERIA thumbs Border Corners START ***************************/

.thumbs {
	position:relative;
	background: url(../images/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
	border-top: solid 1px #D6D6D6;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	margin: 10px 10px 60px 25px;
	padding: 10px 10px 14px 10px;
	float:left;
}

.border_top_right {
	position:absolute;
	width:6px;
	height:5px;
	background:url(../images/border_top_right.gif) no-repeat;
	z-index:2;
	right: -1px;
	top: -1px;
}

.border_top_left {
	position:absolute;
	width:6px;
	height:5px;
	background:url(../images/border_top_left.gif) no-repeat;
	z-index:2;
	top: -1px;
	left: -1px;
}

.border_bottom_left {
	position: absolute;
	width: 8px;
	height: 9px;
	background: url(../images/border_bottom_left.gif) no-repeat;
	z-index: 2;
	bottom: 0px;
	left: -1px;
}

.border_bottom_right {
	position: absolute;
	width: 8px;
	height: 9px;
	background: url(../images/border_bottom_right.gif) no-repeat;
	z-index: 3;
	right: -1px;
	bottom: 0px;
	font-size: 10px;
	line-height: 16px;
}
.gallery_title {
	position: absolute;
	z-index: 1;
	left: 0px;
	font-family: sans-serif, Verdana, Geneva, Helvetica !important;
	font-size: 10px;
	text-align: center;
	padding: 5px 15px 5px 15px;
	clear: both;
}
.gallery_title_2 {
	position: absolute;
	opacity: .70;
	filter: alpha(opacity=70);
	background: #000000;
	width: 250px;
	z-index: 1;
	bottom: 14px;
	right: 10px;
	color: #FFFFFF;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
}
/*************************** thumbs Border Corners END ***************************/

/*************************** contact START ***************************/
fieldset {
	border: 0 solid; margin: 0 0 10px 0;
}
legend {
	font-weight: bold; padding: 2px 5px;
}
fieldset ul {
	margin: 0; padding: 0;
}
fieldset li {
	list-style: none; margin: 0; padding: 5px;
}
label {
	font-size: small; display: -moz-inline-box; display: inline-block; vertical-align: top; width: 150px;
}
fieldset fieldset {
	margin: 0; padding: 0;
}
fieldset fieldset legend {
	padding: 0; font-weight: normal;
}
fieldset fieldset label {
	display: block; width: auto;
}
fieldset fieldset label {
	margin-left: 150px;
}
.input{
	border:1px solid #968877; padding-right: 4px; padding-left: 4px; padding-bottom: 1px; padding-top: 1px; background-color: #fff; width: 380px; color:#333333;
}
.textarea{
	border:1px solid #968877; padding-right: 4px; padding-left: 4px; padding-bottom: 1px; padding-top: 1px; background-color: #fff; width: 480px; color:#333333;
}
.submit {
	cursor: pointer !important; cursor: hand; border: 3px double; border-color: #8A8A8A; color: #333333; font-size: 1.1em; text-align: center; background: #dddddd; width: 120px;
}
/*************************** contact END ***************************/