/* CSS Document */
body
{
margin:0;
background-color:#623d08;
}
.content
{
font-family:Verdana;
font-size:11px;
color:#eef0d9;
text-align:justify;
text-decoration:none;
font-weight:normal;
}
a.content
{
font-family:Verdana;
font-size:11px;
color:#eef0d9;
text-align:justify;
text-decoration:none;
font-weight:normal;
}
a.content:hover
{
font-family:Verdana;
font-size:11px;
color:#eef0d9;
text-align:justify;
text-decoration:underline;
font-weight:normal;
}
.list
{
font-family:Verdana;
font-size:11px;
line-height:18px;
color:#eef0d9;
text-align:justify;
text-decoration:none;
font-weight:normal;
}
a.list:hover
{
font-family:Verdana;
font-size:11px;
line-height:18px;
color:#fbaa1d;
text-align:justify;
text-decoration:none;
font-weight:normal;
}
.img
{					
	margin-right: 10px;
	float: top;
}
.img2
{					
	margin-right: 30px;
	float: left;
}
.title
{
font-family:Tahoma;
color:#c16d00;
font-size:14px;
font-weight:bold;
text-decoration:none;
border-bottom:1px dotted #d78e11;
line-height:24px;
}
.text
{
padding-top:14px;
font-family:Verdana;
font-size:11px;
color:#000000;
text-align:justify;
text-decoration:none;
font-weight:normal;
line-height:19px;
}
.brown
{
font-family:Verdana;
font-size:11px;
color:#b56b03;
text-align:justify;
text-decoration:none;
font-weight:normal;
}
a.brown
{
font-family:Verdana;
font-size:11px;
color:#b56b03;
text-align:justify;
text-decoration:underline;
font-weight:normal;
}
.img
{
margin-left: 15px;
float: right;
}
ul
{
	margin:0px;
	margin-left: 18px;
	padding: 0px;
}

ul li
{
	list-style-image: url(../images/li.gif);
	line-height: 17px;
}

.quotes
{
font-family: Verdana;
font-size:12px;
font-weight:bold;
color:#d78e11;
}
input{
	font: 11px verdana;
	color:#623d09;
	border: 1px solid #8f5e17;
	height:20px;
	width: 250px;
}
textarea{
	font: 11px verdana;
	color:#623d09;
	border: 1px solid #8f5e17;
	width: 250px;
}
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color:#333333;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	background-color: #caa063;
	height: 25px;
	width: 65px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8f5e17;
	border-right-color: #8f5e17;
	border-bottom-color: #8f5e17;
	border-left-color: #8f5e17;
}
#td
{
background-color: #ffffff;
background-image:url(../images/globe_back.jpg);
background-repeat:repeat-y;
background-position: top center;

}