@charset "UTF-8";
/* CSS Document */

/*======================================================================
DEFAULT PAGE STYLES
======================================================================*/
body {
	background-color: #FFFFFF;
}
a:link {
	color: #A71931;
}
a:visited {
	color: #A71931;
}
a:hover {
	color: #A71931;
}
a:active {
	color: #A71931;
}

/*======================================================================
GREY
======================================================================*/
.body_grey_11 {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================================================
LIGHT GREY
======================================================================*/
.body_light_grey_11 {
	color: #999999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================================================
BLACK
======================================================================*/
.title_black_13 {
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_black_11 {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_black_block_11 {
	color: #000000;
	font-size: 11px;
	text-align: justify;
	text-align-last: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================================================
REDS
======================================================================*/
.title_red_13 {
	color: #A71931;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_red_11 {
	color: #A71931;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================================================
BACKGROUNDS AND BORDERS
======================================================================*/
.border_grey_bottom_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.border_grey_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.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_right {
	background-repeat: no-repeat;
	background-position: top right;
}
/*======================================================================