/* CSS Cascading Style Sheet 2.0 */

body {
	font-family:verdana,arial,helvetica;
	color:#993300;
	font-size:10pt;	
	font-style: normal;

	}

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

a {
    color: #993300;
    text-decoration: underline;
}
a:hover {
    font-style: normal;
    text-decoration: underline;
}
a:visited {
    color: #993300;
    font-style: normal;
    text-decoration: underline;
}

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;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 20pt; 
    margin-bottom: 24pt;
}
h1:first-letter {
    font-size:130%;
}

h2 {
	font-family:verdana,arial,helvetica;
	font-size:16pt;	
	font-style: normal;	
	font-weight:bold;
}
h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 13pt; 
    margin-bottom: 14pt;
	
	
}

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



img {
    border: none;
}
.text {
	line-height:150%;
	font-size:10px;
	text-align: justify;
 
}
.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;
}	

hr {
	border: 1px solid #993300;
}
	
div.content {
    padding: 5px 5px 5px 10px;
    text-align: left;
}
