@charset "UTF-8";
/* CSS Document */

.body{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color:#555555;
text-align:center;
}

body{padding-top: 0px;background: #FFF;
  font: 32px Georgia, "Times New Roman", Times, serif}

ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 0px solid #CCC;font-weight: bold;
  text-align: center;white-space: nowrap;}

ul#minitabs li{display: inline;margin: 0 2px}

ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 0px solid #FFF;color: #666666}

ul#minitabs a#current{border-color: #999999 ;color: #ffffff}

ul#minitabs a:hover{border-color: #F60;color: #cccccc }

/*************************************************************************************************** TABLE */

table {
width:100%;
border:1px solid #bcbec0;
margin:1em auto;
border-collapse: collapse;
}
td {
color:#666666;
border:1px solid #bcbec0;

padding:.3em 1em;
text-align:center;
}

tr.odd td {
background:#f7fbff;
}
tr.odd .column1 {
background:#f4f9fe;


}
.column1 {
background:#dcddde;
}

tr.odd td,
tr.odd .column1 {
background:#dcddde url(images/background.gif) no-repeat;
}
.column1 {
background:#f9fcfe;
border:1px solid #bcbec0;

}

thead th {
background:#dcddde;
text-align:center;
font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
color:#66a3d3;
}

tfoot th {
background:#f4f9fe;
text-align:center;
}

tfoot th strong {
font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
margin:.5em .5em .5em 0;
color:#66a3d3;
}

tfoot th em {
color:#f03b58;
font-weight: bold;
font-size: 1.1em;
font-style: normal;
}

#header{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:550px;
	top: -10px;
	border-bottom: 0px;
	border-bottom-color:#cccccc;
	border-bottom-style: solid;
}

#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:500px;
	top: -10px;
	border: 0px;
	border-color:#cccccc;
	border-style: solid;
}

#col1{
	position: absolute;
	left:200px;
	width:950px;
	height:50px;
	top: 10px;
	left: 20px;
}

#col2{
	position: absolute;
	left:200px;
	width:950px;
	height:300px;
	top: 80px;
	left: 20px;
}

