/* CSS Document */

* {
padding: 0;
margin: 0;
} 

body,td,th {
	font-size: 10pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

body {
background-image:url(../images/bg.png);
background-repeat:repeat-x;
background-color: #ffffff;
}
a:link {
	color: #339933;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #339933;
}
a:hover {
	text-decoration: none;
	color: #336633;
}
a:active {
	text-decoration: none;
	color: #339933;
}

.border {border:#AB5C00 solid 3px;}

.text-box {
vertical-align:top;
background-color:#FFFFFF;
border-left:#333333 solid 1px;
border-top:none;
border-right:#333333 solid 1px;
}

.left-box {
bgcolor:#AB5C00;
border-left:#333333 solid 1px;
border-right:#333333 solid 1px;
border-top:#666666 solid 1px;
}

.right-box {
border-left:#333333 solid 1px;
border-right:#333333 solid 1px;
border-top:#333333 solid 1px;
border-bottom:#333333 solid 1px;
background-color:#AB8300;
}

.blank-box {
vertical-align:top;
background-color: #CBB362;
}

.body-box {
border-left:#333333 solid 1px;
border-right:#333333 solid 1px;
background-color: #CBB362;
}

.geo {
font-size:xx-small;
text-align:justify;
margin:1em 0 0 0;
line-height:95%;
}

.copyright {
font-size:xx-small;
color:#FFFFFF;
line-height:150%;
}

h1 {font-size: 11pt; line-height:150%; margin:0.5em 0 0.5em 0; text-align:center;}
h2 {font-size: 10pt; line-height:150%;  margin:0.5em 0 0.5em 0;}
h3 {font-size: 10pt; line-height:130%;  margin:0.5em 0 0.5em 0;}
p { text-indent: .5cm; line-height:130%;  margin:0.5em 0 0.5em 0; text-align:justify;}

div.nav a:hover img {visibility:hidden;}

.img1 {border:none; margin:0 0 1em 0;}