@charset "UTF-8";
/* CSS Document */

#gallery {
	position: relative;
	width:480px;
	height:311px;
	margin:0;
	padding:0;
	clear: both;
}
#gallery li { display: block; }

.body_text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.body_text_black_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.body_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #005cba;
}
.body_text_blue_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #005cba;
	}
	.body_text_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFEC95;
}
.small_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #005cba;
}
.small_text_blue_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #005cba;
}
.heading_text_blue_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0084CA;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

