@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
BODY
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
body { background-color: #00264C; margin-top: 5px; 5px; margin-bottom: 5px; font-family: Arial, Helvetica, sans-serif;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
LINKS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
a:link { color: #4D80B0; }
a:visited { color: #4D80B0; }
a:hover { color: #4D80B0; }
a:active { color: #4D80B0; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
BORDERS_AND_BGS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.bg_no_tile { background-repeat: no-repeat }
.bg_tile_vert_only { background-repeat: repeat-y; }
.bg_tile_vert_only_pos_right { background-repeat: repeat-y; background-position: top right; }
.border_left { border-left-width: 1px; border-left-style: solid; border-left-color: #E1E3E8; }
.border_top { border-top-width: 1px; border-top-style: solid; border-top-color: #E1E3E8; }
.border_bottom { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E1E3E8; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
LIGHT_GREYS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.body_light_grey_12 { color: #999999; font-size: 12px; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
BLACKS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title_black_14 { color: #000000; font-size: 14px; }
.body_black_12 { color: #000000; font-size: 12px; }
.body_black_10 { color: #000000; font-size: 10px; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
DARK BLUES
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title_dk_blue_14 { color: #00264C; font-size: 14px; }
.body_dk_blue_12 { color: #00264C; font-size: 12px; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
LIGHT BLUES
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title_light_blue_14 { color: #4D80B0; font-size: 14px; }
.body_light_blue_12 { color: #4D80B0; font-size: 12px; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
REDS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title_red_14 { color: #CC0000; font-size: 14px; }