﻿body 
{
	font-family:Arial, Helvetica, Sans-Serif;
	background-color:#FFFFFF;
	color:#333333;
	margin:0px;
	font-size:small;
}
html
{
	margin:0px;
}

a
{
 text-decoration:none;
 color:#000033;
}

a:hover
{
	color:#d4d4d4;
	background-color:#003399;
}

a:focus
{
	color:#d4d4d4;
	background-color:#003399;
}

.skicontentbody
{
	margin-left:35px;
}

.logo
{
	border:none;
	background-color:#003399;
	width:100%;
	
}

.footer
{
	border-top:solid 1px #000000;
	color:#666666;
	padding-top:5px;
	margin-top:5px;
}
.copyright
{
	font-size:x-small;
}
.doublelines
{
	border-bottom:solid 1px #000000;
	border-top:solid 1px #000000;
	background-color:#cccccc;
}

.solidHline
{
	border-top:solid 1px #000000;
}
.bluebackground
{
 background-image:url(/images/content_images/icon_site/mobi_banner_px.jpg);
 background-repeat:repeat-x;
 width:100%;
 margin-bottom:5px;
}