/* CSS Cascading Style Sheet 2.0 */

body {
	font-family:verdana,arial,helvetica;
	color:#020399;
}

table.nav {
	border-width:2px;
	border-style:solid;
	border-color:#FFffff;
}

a.nav{
	color:#020399;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-indent:0px;
	letter-spacing:0px;
	line-height:150%;
}

a.nav:hover {
  	text-decoration:underline;
}

h3 {
	color:#020399;
	text-align:center;
}

h3:first-letter {
	font-size:150%;
}

.titelx   {
	font-family:verdana,arial,helvetica;
	font-size:26px;
	color:#020399;
	font-style: normal;
	text-align: center;
	font-weight:bold;
}

.text_l{
	font-size:13px;
	line-height:150%;
}

.text_c {
	text-align:center;
	line-height:150%;
	font-size:13px;
}

.textx   {
	font-family:verdana,arial,helvetica;
	font-size:17px;	
	font-style: normal;
	font-weight:bold;
}	
	
