/* CSS Document */

a:link {
	color: #848484;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #848484;
}
a:hover {
	text-decoration: none;
	color: #f19944;
}
a:active {
	text-decoration: none;
	color: #848484;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/structure/splash_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
}

.splashTexts {
	font-family: "Tahoma", Serif;
	font-size:11px;
	color:#848484;
}

.warningStyle {
	font-family: "Tahoma", Serif;
	font-size:11px;
	color:#000000;
	text-align:center;
}