body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #FFFFFF;
}
a:link {
	color: #004FA3;
	text-decoration: none;
}
a:visited {
	color: #004FA3;
}
a:hover {
	color: #004FA3;
	text-decoration: underline;
}
#temp {
	position: relative;
	height: 100px;
	width: 300px;
	clear: both;
	z-index: 90;
	bottom: 120px;
	left: 150px;
	text-align: left;
}
#splash {
	height: 600px;
	width: 800px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}

