body{
	background-color: #0C203A;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing:-.25px;
}
/*======================================================================
DEFAULT LINKS (DARK BLUE)
======================================================================*/
a:link { color: #6D7989; text-decoration: none; }
a:visited { color: #6D7989; text-decoration: none; }
a:hover { color: #6D7989; text-decoration: underline; }
a:active { color: #6D7989; text-decoration: underline; }

/*======================================================================
NEGATIVE NAVIGATION LINKS (WHITE)
======================================================================*/
.revnav a:link { color: #FFFFFF; text-decoration: none}
.revnav a:visited { color: #FFFFFF; text-decoration: none}
.revnav a:active { color: #FFFFFF; text-decoration: underline}
.revnav a:hover { color: #FFFFFF; text-decoration: underline;}

/*======================================================================
BASIC STYLES, BGS, TILING, ETC.
======================================================================*/
td,tr { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; letter-spacing:-.25px;}
hr { border: none 0;  border-top: 1px solid #CCD5E5; height: 1px; }
.bg_no_tile { background-repeat: no-repeat; background-position: top;}
.bg_no_tile_top { background-repeat: no-repeat; background-position: center;}
.bg_no_tile_top_right { background-repeat: no-repeat; background-position: right top; }
.bg_no_tile_bottom_right { background-repeat: no-repeat; background-position: right bottom; }
.bg_no_tile_top_left { background-repeat: no-repeat; background-position: left top; }
.bg_tile_vert { background-repeat: repeat-y; background-position: center;}
.transtext { opacity:.60; filter:alpha(opacity=60); filter:"alpha(opacity=50)"; } 

/*======================================================================
GREYS
======================================================================*/
.body_grey_12 { color: #999999; }

/*======================================================================
WHITES
======================================================================*/
.title_white_14 { color: #FFFFFF; font-size: 14px; }
.title_white_16 { color: #FFFFFF; font-size: 16px; }
.title_white_18 { color: #FFFFFF; font-size: 18px; }
.title_white_20 { color: #FFFFFF; font-size: 20px; }
.title_white_25 { color: #FFFFFF; font-size: 25px; }
.body_white_12 { color: #FFFFFF; }
.body_white_11 { color: #FFFFFF; font-size: 11px; }
.body_white_10 { color: #FFFFFF; font-size: 10px; }

/*======================================================================
LT_BLUES
======================================================================*/ 
.body_lt_blue_12 { color: #90A2BB; font-size: 12px; }
.title_lt_blue_15 { color: #90A2BB; font-size: 15px; }
.title_lt_blue_25 { color: #90A2BB; font-size: 25px; }
.body_lt_blue_home_12 { color: #B9C4D3; font-size: 12px; }

/*======================================================================
GREY_BLUES
======================================================================*/
.body_grey_blue_11 { color: #6D7989; font-size: 11px; } 

/*======================================================================
DARK_BLUES
======================================================================*/
.body_dk_blue_11 { color: #0C203A; font-size: 11px; }
.body_dk_blue_12 { color: #0C203A; font-size: 12px; }
.title_dk_blue_13 { color: #0C203A; font-size: 13px; }
.title_dk_blue_15 { color: #0C203A; font-size: 15px; }
