* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: transparent;
	font-family: Arial, Verdana;
	color: #DDDDDD;
	font-size: 11px;
}

img{
	border: none;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #8A8A8A;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #CCCCCC;
}

.headline {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.headline_medium {
	font-size: 13px;
	font-weight: bold;
}

.headline_large{
	font-size: 16px;
         text-transform: uppercase;
	font-weight: bold;
}
