/* css document */

a:link {
	color: #C00;
	text-decoration: none;
}

a:visited {
	color: #008000;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #800080;
	text-decoration: underline;
}

body {
	background: transparent url(./images/BG128.png) repeat fixed;
	color: #000000;
	font: 12px/1.2 "verdana", sans-serif;
	margin: 20px 20px 20px 20px;
	scrollbar-3dlight-color: #D9CBC1;
	scrollbar-arrow-color: #A89D95;
	scrollbar-base-color: #F5E6DC;
	scrollbar-darkshadow-color: #F6F4F0;
	scrollbar-face-color: #F5E6DC;
	scrollbar-highlight-color: #F6F4F0;
	scrollbar-shadow-color: #D9CBC1;
	scrollbar-track-color: #F0ECE9;
	/*text-align: justify;*/
}

h1 {
	color: #CC0000;
	font: bold 48px "times new roman", serif;
	text-align: left;
	text-shadow: #808080 2px 2px 3px;
}

h1, h3, h4, h5, h6 {
	margin: 10px 10px 10px 10px;
}

h2 {
	background: #555555;
	border: 3px inset #F4F0ED;
	color: #DDDDDD;
	font: 25px "microsoft sans serif", sans-serif;
	margin: auto;
	padding: 12px 16px 12px 16px;
	text-align: center;
}

h3 {
	color: #666666;
	font: bold 32px "courier new", monospace;
	letter-spacing: 5px;
	text-align: left;
}

ol {
	background: transparent url(./images/BG128.png) repeat fixed;
	border: 1px solid black;
	line-height: 1.5;
	list-style: inside;
	list-style-image: url(./images/bullet1.gif);
	margin: 10px 0px;
	padding: 12px 16px 12px 10px;
	/*white-space: nowrap;*/
}

p {
	margin: 1px 0px 1px 0px;
	padding: 2px 6px 2px 6px;
	text-align: justify;
	text-indent: 6px;
}

/*p b {
	color: #CC0000;
}*/

p strong {
	background: #CC0000;
	color: #FFFFFF;
}

p.capo {
	background: #889999;
	border: 3px inset #F6F4F0;
	color: #FFFFFF;
	font: normal 16px/1.5 garamond, serif;
	margin: auto;
	padding: 20px;
	text-align: justify;
	text-indent: 16px;
}

p.capo:first-letter {
	background: #662222;
	border: 3px ridge #CC0000;
	color: #FFCCCC;
	font: 300 52px garamond, serif;
	margin: 0px 4px 0px 0px;
	padding: 12px 3px 4px 8px;
	text-align: right;
}

p.capo:first-line {
	font: normal normal bold 16px garamond, serif;
}

table {
	background: transparent;
	border-collapse: separate;
	border-left-color: #F4F0ED;
	border-left-style: inset;
	border-left-width: 2px;
	border-spacing: 0px;
	border-top-color: #F4F0ED;
	border-top-style: inset;
	border-top-width: 2px;
	empty-cells: hide;
	margin: 0px;
	padding: 4px;
}

caption {
	border-color: transparent;
	border-width: 15px;
	font: bold 17px "Gramond", serif;
	margin: 0px;
	padding: 6px;
}

td {
	border: 0px solid #000;
	font: normal normal normal 12px/1.2 Verdana, sans-serif;
	padding: 2px;
	text-align: right;
}

tfoot {
	border: 0px solid transparent;
}

/*tfoot tr td {
	background: transparent;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #CC0000;
	font: 12px/1.5 "verdana", sans-serif;
	height: 0px;
	padding: 5px 5px 10px 10px;
	text-align: left;
}*/

th {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 0px;
	color: #CC0000;
	font: bold 12px/1.5 "verdana", sans-serif;
	padding: 10px 5px 5px 10px;
}

thead {
	background: transparent;
}

tr {
	background: transparent;
}

ul {
	background: transparent url(./images/BG128.png) repeat fixed;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 5px 0px;
  padding: 2px 10px 5px 20px;
	list-style-position: outside;
	list-style-type: disc;
	list-style: url(images/bullet4.gif);
}

ul li {
	border-bottom-color: #EECCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 0px;
	line-height: 15px;
	color: #000000;
	text-align: left;
  padding: 5px 0px 5px 0px;
}

.sepa {
  display: inline;
}

.resu {
  position: relative;
  left: 160px;
  width: 600px;
}

.titab {
	border-color: #F4F0ED;
	border-style: outset;
	border-width: 3px;
	padding: 0px 6px 0px 6px;
	text-align: center;
}

.centertab {
	left: 180px;
	position: absolute;
	top: 120px;  
}

.centertab2 {
	left: 480px;
	position: absolute;
	top: 120px;  
}

.centeresult {
	left: 150px;
	position: absolute;
	top: 100px;
  
}

#alaibg {
	background: transparent url(./images/ALAI-BIG-FXC.png) no-repeat;
	border: 0px;
	color: #F4F0ED;
	font: bold 16px "courier new", monospace;
	height: 305px;
	left: 120px;
	position: absolute;
	text-align: center;
	top: 288px;
	visibility: visible;
	width: 305px;
	z-index: 10;
}

#alailogo {
	background: transparent url(./images/ALAI-small-FXC.png) no-repeat;
	color: #F4F0ED;
	height: 100px;
	left: 8px;
	position: absolute;
	text-align: center;
	top: 8px;
	visibility: visible;
	width: 100px;
	z-index: 2;
}

#base {
	border: 1px solid #000000;
	list-style-image: url(./images/bullet1.gif);
	list-style-position: inside;
	margin: 2em;
	padding: 5px;
}

#catcheye {
	background-color: #DDDDDD;
	border: 1px dashed #00CC00;
	color: #004422;
	font: bold 16px "courier new", monospace;
	position: absolute;
	right: 10%;
	text-align: center;
	top: 20%;
	visibility: hidden;
}

#conlista {
	margin: auto;
	padding: 0px 0px 0px 0px;
}

#lilabg {
	background: transparent url(./images/LILA-BIG-FXC.png) no-repeat;
	border: 0px;
	color: #F4F0ED;
	font: bold 16px "courier new", monospace;
	height: 305px;
	left: 400px;
	position: absolute;
	text-align: center;
	top: 88px;
	visibility: visible;
	width: 305px;
	z-index: 11;
}

#menubottom {
	position: absolute;
	bottom: 10px;
	left: 10px;
	border: 2px inset #F4F0ED;
	background: transparent url(./images/HBG.png) repeat fixed;
	text-align: left;
	visibility: visible;
	width: 131px;
	padding: 6px;
}

#menuleft {
	background: transparent url(./images/HBG.png) repeat fixed;
	border: 2px inset #F4F0ED;
	left: 10px;
	padding: 3px 6px;
	position: absolute;
	top: 120px;
	visibility: visible;
	width: 131px;
	z-index: 21;
}

#cent {
	background: transparent url(./images/HBG.png) repeat fixed;
	border: 2px inset #F4F0ED;
	left: 170px;
	padding: 3px 6px;
	position: absolute;
	top: 120px;
	visibility: visible;
	width: 630px;
	z-index: 25;
}

#menuright {
	background: transparent url(./images/HBG.png) repeat fixed;
	border: 2px inset #F4F0ED;
	bottom: 10px;
	padding: 3px 6px;
	position: absolute;
	right: 10px;
	visibility: visible;
}

#tito1 {
	background: transparent;
	color: #CC0000;
	font: bold 42px "times new roman", serif;
	left: 105px;
	position: absolute;
	text-align: left;
	top: 40px;
	z-index: 2;
}

#tito2 {
	background: transparent;
	color: #CBB;
	font: bold 42px "times new roman", serif;
	left: 107px;
	position: absolute;
	text-align: left;
	top: 42px;
	z-index: 1;
}

