@charset "UTF-8";
/* CSS Document */

body { 
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	margin: 20px 20px; 
	background-color:#e21f18;  
}
td, p, a {
	line-height: 130%;
	color:#ffff00;
	text-decoration:none;
}
.menu { 
	line-height: 160%;
	color: #FFFF00;
	font-weight: normal;
}
a.menu:link, a.menu:visited { 
	text-decoration:underline;
}
a.menu:hover {
	text-decoration:none;
	color: #FFFF00;
}
.menu_active  {
	line-height: 160%;
	color: #e21f18;
	background-color: #ffff00;
}
.three { 
	margin-bottom: 10px;
}
.line { 
	border: 0px; 
	border-top: solid 1px #ffff00; 
	border-bottom: solid 1px #e21f18;
}
.client {
	text-align: left;
	padding-right: 10px;
}
#image { 
	margin-top: 22px;
}
#date { 
	font-size: 7pt;	
	margin-top: 24px;
}
#headline { 
	font-size: 10pt; 
	font-weight: bold;
	margin-top: -2px; 
	margin-bottom: 6px;
}
a.text:link, a.text:visited {
	text-decoration: underline;
}
a.text:hover {
	text-decoration: none;
	color: #FFFF00;
}
.gloss_back, a.gloss_back {
	font-size: 10pt;
	border-bottom: 1px solid #FFFF00;
	margin-top: 4px;
	margin-bottom: 12px;
	width: 444px;
	text-align: right;
	text-decoration:none;
}
.back, a.back {
	font-size: 10pt;
	border-bottom: 1px solid #FFFF00;
	margin-top: 24px;
	width: 444px;
	text-align: right;
	text-decoration:none;
}