/* CSS Document */

body {
background-image: url(page_bg.gi);
background: #cccc99;
font-family: "Times New Roman";
}


.header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	height: 62px;
	width: 650px;
	position: absolute;
	top: 5px;
	left: 0px;
}

.logo 
{
	background: url(faca_trans.gif);
	background-repeat:no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 112px;
	width: 124px;
	z-index: 10;
}

.upper_links 
{
	border-bottom: none 2px #000000;
	position: absolute;
	font-size: 8pt;
	top:2px;
	left: 52px;
	width: 650px;
	text-align: right;
}
 
.page 
{
	border: solid 2px #000000;
	width: 650px;
	height: auto;
	position: absolute;
	top: 55px;
	left: 52px;
	background: #ffffff;
}

.links {
	font-size: 12pt;
	position: relative;
	height: auto;
	border-bottom: none 2px #000000;
	vertical-align: middle;
	left: 50px;
	}

.doc {
	font-family: Arial, Times;
	font-size: 11pt;
	line-height: 18pt;
	text-align: justify;
	margin: 10px;
}

a:link, a:visited, a:active {
	font-family: Arial;
	text-decoration: none;
	color: #592D00;
	font-size: 10pt;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000099;
	font-size: 10pt;
}

.inline_link {
	display: inline;
	font-size: 10pt;
}


.topl {
	background: url(tleft.jpg) no-repeat top left;
	line-height: 20pt;
}

.bottoml {
	background: url(bleft.jpg) no-repeat bottom left;
	background-color: #cccc99;
}

.bottomr {
	background: url(bright.jpg) no-repeat bottom right;
	font-size: 10pt;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 14pt;
}


.topr {
	background: url(tright.jpg) no-repeat top right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12pt;
	background-color: #000099;
	color: #FFFFFF;
}
hr {
	color: #cccc99;
}
