/* CSS Document */

.splash_bg{
background-image:url(bg_content.jpg);
background-repeat:repeat-x;
background-color:#008600;
border-left:1px solid #006A00;
border-right:1px solid #006A00;


}.splash_bg1{
background-image:url(bg_content.jpg);
background-repeat:repeat-x;
background-color:#008600;
background-position:left top;
}
.splash_bg2{
background-image:url(bg_content.jpg);
background-repeat:repeat-x;
background-color:#008600;
border-left:1px solid #006A00;
border-right:1px solid #006A00;
background-position:left top;
}
.splash_bg3{
background-image:url(bg_content.jpg);
background-repeat:repeat-x;
background-color:#008600;
border-right:1px solid #006A00;
background-position:left top;
}
.splash_top_bgshade{
background-image:url(top_bg.jpg);
background-repeat:repeat-x;
}
.splash_bot_bgshade{
background-image:url(bt_bg.jpg);
background-repeat:repeat-x;
}
.splash_content{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#FFFFFF;
padding-left:6px;
}
.splash_link{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFD800;
text-decoration:none;
}
.splash_link:active{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFD800;
text-decoration:none;
}
.splash_link:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFD800;
text-decoration:underline;
}
.splash_heading{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
}
