
* {
	margin: 0;
	padding: 0;
}


table tr td {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {

	text-decoration:none;

}
a:hover{
	text-decoration:none;

}

a:visited{

	text-decoration:none;
}
a img{
	border:none;
}


/* =Splash Page
---------------------------------------------------------------------------------------------------- */

#splashmain{
	position: absolute;
	width: 100%;
	padding-top:10em;
	z-index:2;
	/*background-color: #FFFFFF;*/

}

#splashgrad{
	position: absolute;
	top:21em;
	padding-top:4em;
	height: 50%;
	width:100%;
    background: #ffffff url('../images/wrapper/body-bg.jpg') repeat-x;

	
	/*background-color: #000000;*/

}

