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

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

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
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; line-height: 150%;}

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

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
GREENS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title_green_16 { color: #00462D; font-size: 16px; line-height: 150%;}
.title_green_13 { color: #00462D; font-size: 13px; line-height: 150%;}
.body_green_11 { color: #00462D; font-size: 11px; line-height: 150%;}
.body_green_block_11 { color: #00462D; font-size: 11px; text-align: justify; line-height: 150%;text-align-last: left; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
BROWNS
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title_brown_16 { color: #7B604C; font-size: 16px; line-height: 150%;}
.title_brown_13 { color: #7B604C; font-size: 13px; line-height: 150%;}
.body_brown_11 { color: #7B604C; font-size: 11px; line-height: 150%;}
.body_brown_block_11 { color: #7B604C; font-size: 11px; text-align: justify; line-height: 150%; text-align-last: left; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
WHITES
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title_white_16 { color: #FFFFFF; font-size: 16px; line-height: 150%;}

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

