body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}
.text {
		font: 12px Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #999999;
		font-style: normal;
		padding: 0px 20px 0px 20px;
		line-height: 150%;
}
.title {
		font: 12px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #ffffff;
		font-style: normal;
		padding: 0px 10px 0px 20px;
		line-height: 150%;
}
.submenu {
		font: 13px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #ffffff;
		font-style: normal;
		padding: 0px 0px 0px 0px;
		line-height: 150%;
}
.text_small {
		font: 11px Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #666666;
		font-style: normal;
		padding: 0px 20px 0px 10px;
		line-height: 150%;
}
.title_small {
		font: 11px Verdana, Helvetica, sans-serif;
		font-weight: bold;
		color: #cccccc;
		font-style: normal;
		padding: 0px 20px 0px 10px;
		line-height: 150%;
}
.footer {
		font: 10px Verdana, Helvetica, sans-serif;
		font-weight: normal;
		color: #666666;
		font-style: normal;
		line-height: 150%;
}
.images_right {
		margin: 0px 0px 10px 10px;
		float: right;
}
.images_left {
		margin: 0px 10px 10px 0px;
		float: left;
}
.images_center {
		margin: 0px 0px 0px 0px;
		text-align: center;
}
a:link {
		color:#ffffff;
		text-decoration: none;
} 
a:visited {
		color:#ffffff;
		text-decoration: none;
} 
a:hover {
		color:#ffffff; 
		text-decoration: underline;
}
a:link.submenu {
		color: #666666;
		text-decoration: none;
}
a:visited.submenu {
		color: #666666;
		text-decoration: none;
}
a:hover.submenu {
		color: #ffffff;
		text-decoration: none;
}
a:link.footer {
		color:#666666;
		text-decoration: none;
} 
a:visited.footer {
		color:#666666;
		text-decoration: none;
} 
a:hover.footer {
		color:#ffffff; 
		text-decoration: none;
}
a:link.related_link {
		color: #666666;
		text-decoration: none;
}
a:visited.related_link {
		color: #666666;
		text-decoration: none;
}
a:hover.related_link {
		color: #ffffff;
		text-decoration: none;
}