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

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

/*======================================================================
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;
}

/*======================================================================
LIGHT BLUES
======================================================================*/
.title_blue_13 {
	color: #0483D2;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_blue_11 {
	color: #0483D2;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================================================
BORDERS
======================================================================*/
.bg_no_tile {
	background-repeat: no-repeat
}
.bg_no_tile_pos_right {
	background-repeat: repeat-y;
	background-position: top right;
}
.bg_no_tile_pos_center_left {
	background-repeat: no-repeat;
	background-position: center left;
}
.bg_no_tile_pos_top_right {
	background-repeat: no-repeat;
	background-position: top right;
}
.bg_no_tile_pos_bottom_left {
	background-repeat: no-repeat;
	background-position: bottom left;
}
.bg_no_tile_pos_bottom_right {
	background-repeat: no-repeat;
	background-position: bottom right;
}
.bg_no_tile_pos_bottom {
	background-repeat: no-repeat;
	background-position: bottom;
}
/*======================================================================

