* {
	margin:0px;
	padding:0px;
}

img {
  border: none;
}

img.lang {
  border: 1px solid #222222;
  width: 30px;
  height: 15px;
  padding: 0 0;
}

body {
	font-family: Trebuchet MS, Arial;
	color: #3B3B3B;
	font-size: 12px;
	background: #94a86a url(bg.gif) repeat-y top;
	line-height: 160%;
	text-align: justify;
	scrollbar-base-color: #FFD797;
	scrollbar-arrow-color: black;
	scrollbar-shadow-color: #FFEFF;
	scrollbar-darkshadow-color: #FFEFF;
	scrollbar-highlight-color: #FFEFF;
	scrollbar-3dlight-color: #FFEFF;
}

#container{
	position:relative;
	margin: 0 auto;
	width: 770px;
	background-color: #E1F9C7;
	overflow: hidden;
}

#header{
    padding: 4px 4px 4px 4px; 
    text-align: center;
}

#left{
	float: left;
	text-align: left;
	width: 271px;
	padding: 0px 0px 4px 4px;
}

#right {
	float: right;
	width: 487px;
	margin: 0px 4px 4px 4px;
}

.title {
	background: url('back.gif') top no-repeat;
	height: 27px;
	color:#222222;
	font-weight: bold;
	padding: 4px 3px 0px 7px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer {
	background: url('footer.gif') top no-repeat;
	height: 27px;
	color:#FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding: 4px 3px 0px 7px;
	font-family : Verdana, Arial, Tahoma;
	text-align: center;
}

.footer A {
	color: #FFFFFF;
}

.content, ul, ol {
	padding: 10px 10px 20px 20px;
}

.lang {
	padding: 0px 13px 8px 8px;
	font-size: 9px;
 	text-align: right;
}

.image {
	float: left;
	margin-right: 4px;
}

/* marker class for required input fields */
.required {
}
	
A  {
	color : #FF6347;
	font-family : Tahoma, Verdana, Arial, Helvetica, "MS Sans Serif";
	font-weight : bold;
	line-height : 16pt;
	text-decoration : underline;
}

A:Visited  {
	color : #FF6347;
}

A:Active  {
	color : #FF6347;
}

A:Hover  {
	color : #D2691E;
	font-weight: bold;
	text-decoration : none;
}

H2 {
	color : #FF6347;
	font-family : Verdana, Arial, Tahoma;
	font-style : normal;
}

input, textarea, select {
	background-color: #C7DB9C;
	border: 1px solid #94a86a;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
}

HR  {
	color : #DAA520;
	height : 1px;
	margin-top : 0px;
	margin-bottom : 0px;
}