body{
	background-color:#0a335c;
	margin:0;
	padding:0;
	font-family:helvetica, arial, sans-serif;
}

/*img { behavior: url(iepngfix.htc); }*/

p{
	font-family:helvetica, arial, sans-serif;
	font-size:16px;
}

form{
	margin:0;
}

a{
	color:#ff3300;
	text-decoration:none;
}

a:hover{
	color:#003366;
	text-decoration:underline;
}

img
{
	border:none;
}

input:focus {  
    outline: none;  
}

#top {
	/* background: #ffffff url(images/bkg.jpg) repeat-x center;*/
	background: #ffffff;
	height:400px;
	border-bottom: solid 10px #336699;
}


.center {
	width: 800px ;
	margin-left: auto ;
	margin-right: auto ;
}

#footer {
	margin-top:50px;
	background: #ffffff;
	text-align:center;
	font-size:13px;
	color:#ffffff;
}



.hidden{
	display:none;
}



/** Tool Tips **/

.tip{
	text-align:left;
	color: #fff;
	width: 159px;
	z-index: 13000;
	
}
 
.tip-title{
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #ffffff;
	padding: 8px 8px 4px;
	background: url(bubble_wide.png) top left;
}
 
.tip-text{
	text-align:left;
	line-height:110%;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble_wide.png) bottom right;
}
