
body 
{

	background-color:#312A49;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-top: 20px;
	text-align: center;
	font-family:Verdana;
	font-size:12px;
	color:#FFF;
}



td {

	font-family:Verdana;
	font-size:12px;
	color:#FFF;
}
a            { font-family: Verdana; font-size: 11px; text-decoration: none; color: #DE0029}
a:visited    { font-family: Verdana; font-size: 11px; text-decoration: none; color: #0099CC}
a:hover      { font-family: Verdana; font-size: 11px;  
               text-decoration: none; color: red; text-decoration: underline;}
a:active     { font-family: Verdana; font-size: 11px; text-decoration: none; 
			   color: #08288C;  }
.a-sub	     { font-family: Verdana; font-size: 11px; text-decoration: none; 
			   color: #0000FF; font-weight: bold }




input
{
color: #6D90B0;
background: #EDF5FB;
border: 1px solid #6D90B0
}

select
{
color: #6D90B0;
background: #EDF5FB;
border: 1px solid #6D90B0
}

textarea
{
color: #6D90B0;
background: #EDF5FB;
border: 1px solid #6D90B0
}

radio
{
color: #6D90B0;
background: #EDF5FB;
border: 1px solid #6D90B0
}

checkbox
{
color: #6D90B0;
background: #EDF5FB;
border: 1px solid #6D90B0
}

button
{
color: #6D90B0;
background: #FF0000;
border: 1px solid #6D90B0
}

.fontType1
{
color: #3F89C3;
	font-weight: bold;
}

input.btn
{
   color:#FFFFFF;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#088FD2;
   border:1px solid;
   border-top-color:#0033CC;
   border-left-color:#0033CC;
   border-right-color:#0033CC;
   border-bottom-color:#0033CC;
   border-left-width:1px;
   height:18;
}

input.btnhov
{
   background-color:#D90029;
   border-top-color:#750016;
   border-left-color:#750016;
   border-right-color:#750016;
   border-bottom-color:#750016;
}

#box_content_splash{
	background-image:url(images/splash.jpg);
	background-repeat:no-repeat;

	position:static;
	width:950px;
	height:530px;
	margin-left: auto;
	margin-right: auto;
	
	
	
}

#box_content{
	position:static;
	width:950px;
	height:530px;
	margin-left: auto;
	margin-right: auto;
	
}

#box_footer{
	position:static;
	width:950px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:right;
	
}

#box_footer a{ 
	font-family:Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

#box_footer a:visited{ 
	font-family:Verdana;
	font-size: 12px;
	text-decoration: none;
	color: yellow;
}

#box_footer a:hover { 
	font-family:Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: red;
}
