@charset "utf-8";
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c2d59;
	background-color: #0c2d59;
	margin: 0px;
	padding: 0px;
}
.white, .white a {
	color: #FFFFFF;
}
.big {
	font-size: 17px;
	line-height: 17px;
}

a
{
	text-decoration: none;
	color: #0c2d59;
}

img
{
	border:0px
}

.content, .content a
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.table
{
	border-collapse:collapse;
	border: 1px solid #7E9BB6;
}
.table TH
{
background: #C2E0F7;
	position:relative;
	font-weight: bold;
	text-align: left;
color: #0C2D59;
font-size: 14px;
}
.table TH a
{ 
color: #0C2D59;
}
.table TD
{
background: #FFFFFF;
	position:relative;
}
.table tr.td2 TD
{
background: #E7F3FC;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}
.title, .title a
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.inbox {
	font-size: 14px;
}
.cLive {
	padding-top: 10px;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	margin-left:2px;
	background:url(/templates/2/cLive.jpg) no-repeat top left;
	width:179px;
	height:61px;
}
.cInactive {
	padding-top: 10px;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	margin-left:2px;
	background:url(/templates/2/cInactive.jpg) no-repeat top left;
	width:179px;
	height:61px;
	color: #FFFFFF;
}
.cInactive a {
	color: #FFFFFF;
}
.dblue {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
}
b {
  color: #0b3254;
}
.offBanner img {
  max-width:400px;
  width: expression(this.width > 400 ? 400: true);
}