@charset "utf-8";
body{
	padding:0px;
	margin:0px;
	background-image:
	url('line.png');
	background-repeat: repeat-x;
	background-color:#ffffff;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
color : #000000;
text-decoration: none;
}

.full {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	text-align : center;	
}

.cen{
	background-image:
	url('line1.png');
	background-repeat: repeat-x;
  width : 768px;
	vertical-align: middle; 
	position: static;
	border:1px solid #ffffff;
}

.cconte{
	vertical-align: top; 
	position: static;	
}

.c1 {
	clear : both;
	width: 766px;
	border:1px solid #ffffff;
}

.c2 {  
	clear:both;
}
.c21 {  
	height : 40px;
}

.c3 {
  clear:both;
	text-align : left;
}

.c4 {	
	clear:both;	
}

.c5 {	
	clear:both;	
}
.c6{
  clear:both;
}

hr{
color:#6F94FC;
}

.menu{
float : left;
width : 160px;
border:1px solid #ffffff;
background-color:#E4EBF7;
}

.spac1{
width : 30px;
float:left;
}

.spac2{
height : 10px;
}

.spac3{
width : 20px;
float:left;
}

.spac4{
height : 20px;
}

.cont{
width : 558px;
float:left;
}

.inf{
height : 30px;
text-align : right;
}

.c11 {
  clear:both;
}

.c21 {
  float:left;width:50%;
	text-align: center;
}

.c31 {
  float:left;width:49%;
	text-align: center;
}

.c41 {
  clear:both;	
}

p.cente {
font-size:15px;
font-weight:bold;
text-align: center;
}

p.ptmar {
font-size:15px;
margin-left:10px;
font-weight:bold;
}

p.ptmarg {
font-size:18px;
margin-left:20px;
font-weight:bold;
}

p.ptmargin {
font-weight:bold;
text-align: left;
margin-left:12px;
margin-right:12px;
}

p.ptmargin1 {
margin-left:12px;
}

p.ptmargin2 {
font-size:13px;
margin-left:10px;
font-weight:bold;
}

p.ptmargin3 {
font-size:18px;
text-align: left;
font-weight:bold;
margin-left:22px;
margin-right:22px;
}

.cl1{
color:#ff8000;
}


/*---- Menu tree ----*/


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #fff;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
background-color: #fff;
width: 160px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
font-weight:bold;
background-color: #E4EBF7;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #fff;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: white;
}

.suckerdiv .subfolderstyle{
background: url(arrow_0.gif) no-repeat center right;
}

	
/* for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/*---- Menu normal ----*/

#navlist
{
display: block;
font-size:12px;
font-weight:bold;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 160px;
}

#navlist li
{
list-style: none;
margin: 0 0 3px 0;
padding: 5px;
border-top: 1px solid gray;
}

#navlist li a { 
text-decoration: none;
}

#navcontainer a:hover
{
display: block;
background-color: #ffffff;
color: #333;
}

#navcontainer a:link, #navlist a:visited{
color: #000000;
text-decoration: none;
}

#active a:link, #active a:visited, #active a:hover
{
display: block;
background-color: #ffffff;
color: #333;
}