/* GENERAL FONTS */

body {
	}
	
P, OL, UL, DIV, H1, H2, H3, H4, H5, TD {
	#font-family: "Trebuchet MS", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 100%;
	}
H1 {
	font-size:200%;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: center;
 }
H2 {
	font-size:175%;
	border-bottom: 1px solid #CCCCCC;
	}
H3 {
	font-size:150%;
	border-bottom: 1px solid #CCCCCC;
	}
h4 {
	font-size:125%;
	border-bottom: 1px solid #CCCCCC;
	}
	
H1, H2, H3, H4, H5 {
 font-weight:bold;
 }
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
  vertical-align: top;
}

/*Page header*/
TD#header {
	font-weight: bold;
	font-size: 300%;
	text-align: center;
	}
	

/*Page footer */	
TD#footer {
	border-top: dotted 1px #999999;

}
	
	
TD#footer P {
	font-size: 70%;
	vertical-align: top;
}

/*Page content*/
TD#content {
  /*border: 1px dotted;*/
  margin-bottom: 10px;
 }


DIV#content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	vertical-align: top;
	text-align: justify;
	/*width: 380px;*/
}

/*Menu */
TD#rightbar {
  vertical-align: top;
  padding-left: 5px;
}

DIV#menu_1 {
  vertical-align:top;
  padding: 10px;
  padding-top: 80px;
  white-space: nowrap;
}

DIV#menu_1 DIV.menu1-level1-no {
	font-size:100%;
	padding-bottom: 5px;
}


DIV#menu_1 DIV.menu1-level1-act {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 5px;
}

DIV#menu_1 DIV.menu1-level2-no {
	font-size:80%;
	padding-left:10px;
	padding-bottom: 5px;
}

DIV#menu_1 DIV.menu1-level2-act {
    font-size: 80%;
    font-weight: bold;
    padding-left:10px;
    padding-bottom: 5px;
}

DIV#news {
   background-color: #C1C0CE;
}
A {
  color: blue;
  text-decoration:none;
  }
  
A:hover {
   /*font-size: 110%;*/
   text-decoration: underline;
   background-color: #eeeeee;
}
