@charset "utf-8";
/* CSS Document */

body{
margin:0px;
font-family:'Tahoma', Arial, Helvetica, sans-serif;
font-size:11px;
color:#5a5a5a;
line-height:14px;
text-decoration : none;
background-color:#f5f5f5;
}
a{
text-decoration:none;
color:#0096d6;
}
a:hover{
text-decoration:none;
color:#7ac143;
}

/* Splash */
.splash{
background:url(../images/splash2_large.jpg) no-repeat center top;
height:450px;
padding-top:360px;
padding-left:10px;
color:#0096d6;
}
/*.splash{
background:url(../images/splash.jpg) no-repeat center top;
height:450px;
padding-top:280px;
padding-left:150px;
color:#0096d6;
}*/

a.splash_link{
color:#0096d6;
text-decoration:none;
font-family:'Tahoma',Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}
a.splash_link:hover{
color:#8ed500;
text-decoration: underline;
}
