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

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

/*======================================================================
TILING AND BORDERS
======================================================================*/
.bg_tile_vert_pos_right_repeat {
	background-repeat: repeat-y;
	background-position: top right;
}

.bg_tile_vert_pos_right_no_repeat {
	background-repeat: no-repeat;
	background-position: top right;
}

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

/*======================================================================
WHITE
======================================================================*/
.title_white_14 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================================================
BLACK
======================================================================*/
.title_black_15 {
	color: #000000;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.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;
}

/*======================================================================
ORANGE
======================================================================*/
.title_orange_13 {
	color: #D35D2B;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_orange_11 {
	color: #D35D2B;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}