body {
	margin: 0px;
	padding: 0px;
	background-color: #0B287C;
}
body, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
} 
p {
	line-height: 16px;
}

a {
	color: #9E7001;
	text-decoration: none;
}
a:hover {
	color: #1A3584;
	text-decoration: underline;
}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9E7001;
} 

/***************************************
Panels
****************************************/
.panel-bdr {
	border: 1px solid #D6E2EB;
}
.panel-info {
	border: 3px solid #F8FAFC;
	background-image: url(../images/splash/panel-info-bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding: 5px;
	
}
.panel-info td {
	color: #003366;
}
.panel-info-headline {
	font-weight: bold;
	padding-bottom: 5px;
}
.panel-link {
	padding-top: 10px;
}
.panel-link a {
	background-image: url(../images/splash/panel-link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #C99300;
	padding-left: 10px;
}

/***************************************
Footer
****************************************/
.footer {
	color: #9DA9CB;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
}
.footer a {
	color: #9DA9CB;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/***************************************
Inners
****************************************/
.inner-hdr {
	padding-left: 20px;
}