@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
BODY
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
body { background-color: #D2DCEE; margin-top: 5px; 5px; margin-bottom: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 150%;}

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

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
BORDERS_AND_BGS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.bg_no_tile { background-repeat: no-repeat }
.bg_tile_vert_only { background-repeat: repeat-y; }
.bg_no_tile_pos_bottom { background-repeat: no-repeat; background-position: bottom; }
.bg_no_tile_pos_top_right { background-repeat: no-repeat; background-position: top right; }
.bg_no_tile_pos_top_left { background-repeat: no-repeat; background-position: top left; }
.border_top_lt_blue { border-top-width: 1px; border-top-style: solid; border-top-color: #D2DCEE; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
LIGHT_GREYS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.body_light_grey_11 { color: #999999; font-size: 11px; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
BLACKS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title_black_13 { color: #000000; font-size: 13px; }
.body_black_11 { color: #000000; font-size: 11px; }
.body_black_block_11 { color: #000000; font-size: 11px; text-align: justify; text-align-last: left; }

/*======================================================================
BLUES
======================================================================*/
.title_blue_13 { color: #0D3183; font-size: 13px; }
.body_blue_11 { color: #0D3183; font-size: 11px; }
.body_blue_block_11 { color: #0D3183; font-size: 11px; text-align: justify; text-align-last: left; }

/*======================================================================
LT_BLUES
======================================================================*/
.title_lt_blue_10 { color: #8698C1; font-size: 10px; }

/*======================================================================
REDS
======================================================================*/
.title_red_13 { color: #CC0000; font-size: 13px; }
