body {
	background-color: #2F60AC;
}
a:link {
	color: #2F60AC;
}
a:visited {
	color: #2F60AC;
}
a:hover {
	color: #2F60AC;
}
a:active {
	color: #2F60AC;
}
.body_black_12 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.body_grey_12 {
	color: #C4C4C4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.body_medium_grey_12 {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.title_lt_blue_15 {
	color: #C7D1E0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.body_lt_blue_13 {
	color: #C7D1E0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.body_blue_12 {
	color: #2F60AC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.body_blue_15 {
	color: #2F60AC;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.body_dk_blue_12 {
	color: #1B3764;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.title_dk_blue_15 {
	color: #1B3764;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.title_white_15 {
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.body_white_13 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.title_grey_15 {
	color: #999999;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.body_red_12 {
	color: #CC0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.title_red_15 {
	color: #CC0000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.table_grey_border_top {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.table_grey_border_bottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.table_grey_border_bottom_top {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.table_grey_border_left {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}