/* Hide from Mac IE \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* End Hide */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #16191a;
	color: #CCC;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

#container {
	padding-top: 2px;
	padding-left: 10px;
}

.warning {
	height: 16px;
	padding: 1px 20px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background-image: url("images/warning.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

p {
	font-family: "elektr_02_5";
	font-size: 10px;
}
a:link {
	color: #CC6600;
}
a:hover {
	color: #3F7FBE;
	text-decoration: none;
}
.hilight {
	color: #333333;
}
.alignRight {
	text-align: right;
}
.colorBlue {
	color: #3F7FBE;
}