body
{
	color: #000000;
	font-family: 'Calibri', 'Tahoma',sans-serif;
	font-size: 12pt;
	text-align: center;
}

td
{
	color: #ffffff;
	font-family: 'Calibri', 'Tahoma', sans-serif;
	font-size: 12pt;
	text-align: left;
}

td.body
{
	color: #000000;
	font-family: 'Calibri', 'Tahoma', sans-serif;
	font-size: 12pt;
	text-align: left;
}

a
{
	color: #ffffff;
}

a.body
{
	color: #000000;
}

a.splash:hover
{
	color: #000000;
	text-decoration: none;
}
a.splash
{
	color: #000000;
	text-decoration: none;
}

splash
{
	font-family: 'Tahoma',sans-serif;
	color: #000000;
}

a:hover
{
	color: #999999;
}

td.linkbutton
{
	color: #ffffff;
}

.active
{
	background: url('images/linkbutton.png');
	padding-left:15px;
	padding-right:15px;
	color:#ffffff;
	text-decoration: none;
	width: 50px;
}
.link
{
	background: url('images/linkbutton.png');
	padding-left:15px;
	padding-right:15px;
	color:#ffffff;
	text-decoration: none;
	width: 50px;

	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

.link:hover,.active:hover
{
	color:#ffffff;
	text-decoration: none;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

td.mainbody
{/*
	background: #ffffff;

	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
*/}

table.mainbody
{
/*
	border: 2px #000000 solid;
	height: 30px;
*/
}

td
{
}

#splashbox                 
{  
        width:300px;  
        height:300px;   
}
   
#container 
{
        position:absolute;
        top:50%;
        left:50%;
        margin-left: -150px;
        margin-top: -150px;
}

div.coding_v
{
	display:inline;
}

div.coding_h
{
	display:none;
}
