﻿body 
{
	margin: 0px 0px 0px 0px;
	Color: #3d3d3d;
	background-color: #fffbec;
}

a:link {  color: #000099; text-decoration: none }
a:visited {  color: #000099; text-decoration: none }
a:hover   
{
	color: #000099; 
	text-decoration: underline 
}
a:active {  color: #CC0000; text-decoration: underline }


img { border: 0px; }

tr 
{
	vertical-align:top;
}

h1 
{
	margin: 0px 0px 0px 0px;
	font-family: "Georgia", Lucida Bright, sans-serif, Times New Roman, Arial;
	font-size: 34pt;
	font-weight: normal;
	text-align: center; 
	width: 60%; 
	padding-left: 40px;
	color: White;
	white-space:nowrap;
}

h2 
{
	text-align: left;
	font-family: Georgia, Times New Roman, Lucida Bright, Arial;
	font-size: 14pt;
	font-style:normal;
	font-weight:normal;
	padding: 8px 18px 10px;
	background-color: #fffbec;
	
	background-color:#e9e1c4;
	border: 1px solid #d1c7a1;
	clear:both;
	margin-top: 42px;	
	margin-bottom: 18px;
	
}


#titlePart 
{ 
	background-color: #DBD2B2;
	border-bottom: solid 1px #E8D9AC;
	width:100%;
	padding-top: 10px;
	color: white;
	font-family: "Georgia", Lucida Bright, sans-serif, Times New Roman, Arial;
	font-size: 34pt;
	text-align: right;
	height: 60px;

	background: -moz-linear-gradient(top, #DBD2B2 0%, #e8e3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#DBD2B2), to(#e8e3d3));
}

#titlePart
{
	text-shadow: 2px 2px 7px #999999;
}


#bodyPart 
{
	text-align: left;
	font-family: Georgia, Times New Roman, Lucida Bright, Arial;
	font-size: 14pt;
	padding: 18px 18px 10px;
	padding-left: 88px;
	padding-right: 80px;
	height:100%;
}


div.merith1 
{
	clear:left; 
	padding-left: 12px;
	min-height: 60px;
}

div.merith2 
{
	float:left; 
	width: 200px;
	padding-bottom: 20px;
}

img.merith 
{
	float: left; 
}


#titlePart img:hover
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

