/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url('../images/bg.gif') left top;	
	
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;


.bodytext {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 11px;
	color: #1D1D1F;
	margin-left: 8px;
	margin-right: 12px;
	line-height: 200%;

}

 

.headline {
	margin-left: 8; 
	margin-right: 12; 
	margin-top: 50; 
	margin-bottom: -3;
	font-size: 18px; 
	style: 700;
	color: #43536D;
}


/** LINKS */

a {
	color: #374B43;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

a.nav {
	font-size: 11px;
	color: #032848;
	text-decoration: none;
	margin-left: 5px;

}

a.nav:hover {
	
	text-decoration: underline;


}

a {
	color: #AC7705;
	text-decoration: none;
	font-weight: 700;

}

a:hover {
	text-decoration: underline;
}

a.subnav {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	

	
a.subnav:hover {
	color: #FE8C07;
	

}






/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

}



.hr1 {
	height: 1px;
}