@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,table,th,td,tr,a,img {
 margin:0;
 padding:0;
 border:0;
}

html,body {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
letter-spacing:0.2mm;
color:#333333;
margin-bottom:15px;
}

body {
	background-image:url(../img/splash/bg_splash.jpg);
	background-repeat:repeat-x;
}

#splash {
	margin-top:209px;
}

#textsplash {
	margin-top:20px;
	width:210px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f15928;
	background-color:#e3e3f0;
	border:solid 1px #2f318f;
	width:83px;
	height:20px;
	display:block;
	text-decoration:none;
	text-align:center;
	padding-top:3px;
	margin-bottom:5px;
}

a:hover {
	color:#ffffff;
	background-color:#2f318f;
	text-decoration:none;
}