*{
	font-family : arial;
	font-size : 100%;
	margin : 0px;
	padding : 0px;
	border : 0px;
}
body{
	width : 780px;
	margin : 0 auto;
	background-color : #FFFFAA;
	padding-top : 10px;
	padding-bottom : 10px;
}
a{
	text-decoration : underline;
	color : #0F0068;
}
a:hover {
	text-decoration : underline;
	color : #111111;
}
div.gototop{
	text-align : center;
	font-size : 80%;
}
div#lang_bar{
	height : 21px;
	font-size : 1px;
	padding : 2px;
	text-align : right;
	padding-right : 10px;
	background-image : url("../images/lang_bar.gif");
	background-repeat : no-repeat;
	background-position : 100% 0%;
}
div#lang_bar img{
	margin-left : 10px;
}
div#container{
	border : 0px;
	border-left : 1px;
	border-right : 1px;
	border-color : #FFA100;
	border-style : solid;
}
div#header{
	background-color : #FFFF88;
	border : 0px;
	border-top : 1px;
	border-color : #FFA100;
	border-style : solid;
}
div#header_bar{
	height : 21px;
	background-image : url("../images/header_bar.jpg");
	padding-top : 4px;
	text-align : center;
	font-size : 80%;
}
div#main{
	background-color : #FFFF88;
	padding-top : 20px;
	padding-bottom : 20px;
}
div#footer{
	height : 20px;
	background-image : url("../images/footer.jpg");
	padding-top : 5px;
	text-align : center;
	font-size : 70%;
}
p{
	padding : 10px;
	text-align : justify;
}
p.contact{
	margin-left : 50px;
}
p:first-letter , p a:first-letter {
	font-size : 150%;
	font-family : 'times new roman';
	color : #880000;
	margin-left : 50px;
	text-transform : capitalize;
}
p.contact:first-letter {
	margin-left : 0px;
}
div.center{
	text-align : center;
	padding : 10px;
}
img.border1{
	border : 1px;
	border-color : #FFA100;
	border-style : solid;
}
h1{
	margin-left : 50px;
}
h2{
	margin : 20px;
	margin-left : 60px;
	font-weight : normal;
}
h2:first-letter {
	font-size : 150%;
	font-family : 'times new roman';
	color : #880000;
	margin-left : 0px;
	text-transform : capitalize;
}
hr{
	height : 1px;
	margin : 20px;
	margin-left : 50px;
	margin-right : 50px;
	background-color : #7F0000;
}
ul{
	margin : 20px;
	margin-left : 100px;
}
.italic{
	font-style : italic;
}
form table{
	margin : 20px;
	margin-left : 50px;
}
form table tr td{
	padding : 5px;
}
form table tr.buttons td{
	text-align : right;
}
form table tr.buttons td input{
	border : 1px #FFA100 solid;
	padding : 2px;
	background-color : #FFFFAA;
}
div#forgooglebot {
	display : none;
}
