/* @group Links */
 a:link { color:#572600; text-decoration:none; font-weight:bold; }
 a:visited { color:#af8967; text-decoration:none; font-weight:bold; }
 a:focus { color:#af8967; text-decoration:none; font-weight:bold; }
 a:hover { color:#af8967; text-decoration:none; font-weight:bold; }
 a:active { color:#af8967; text-decoration:none; font-weight:bold; }

/* @end */

/* @group Typo */

/* Typo normal */

body {
	background-color:#572600;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:#572600;
	border:none;	
}

h1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#572600;
	}

.typonorm {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	text-align:justify;
	color:#572600;
	}
	
.typobold {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:#572600;
	}
	
.typonormhell {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:#af8967;
	}
	
.typoboldhell {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:#af8967;
	}
	
/* Typo Headline beige */

.typoheadlineb {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#af8967;
	}
	
	
table {
	border:none;
	border-collapse:collapse;	
	}

