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

body {
	font-family: "MS Sans Serif", Verdana, Arial, Helvetica;
	font-size: 10px;
	background-color: #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_tile.png);
	background-repeat: repeat;
	background-position:top left;
	height:100%;
}

a.link_white:link {
	color: #ffffff; 
}
a.link_white:active {
	color: #ffffff; 
}
a.link_white:visited {
	color: #ffffff; 
}
a.link_white:hover {
	color: #ffffff; 
}

.text_small_white {
	font-family: Tahoma, Verdana, "Microsoft Sans Serif", Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.text_large_white {
	font-family: Tahoma, Verdana, "Microsoft Sans Serif", Arial;
	font-size: 24px;
	color: #FFFFFF;
}


