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

.bold {
font-weight:bold}
.italic {
font-style:italic}
.black {color:#10110d;}
.black-full {color:#000;}
.dark-gray{color:#393a3b;}
.white {color:#fff;}
.green{color:#8ac00b;}
.green2{color:#77a803;}
.orange{color:#ed7700;}
.orange2{color:#c57901;}
.cream{color:#faf9c3;}
.blue{color:#094ec7;}
.center{
text-align: center}
.underline{
text-decoration: underline}
.no-underline{
text-decoration: none}
.text-10 {
font-size:10px}
.text-11 {
font-size:11px}
.text-12 {
font-size:11px}
.text-13 {
font-size: 13px}
.text-14 {
font-size: 14px}
.text-15{
font-size: 15px}
.text-16{
font-size: 16px}
.text-17{
font-size: 17px}
.text-18{
font-size: 18px}
.text-19{
font-size: 19px}
.text-20{
font-size: 20px}
.text-21{
font-size: 21px}
.text-22{
font-size: 22px}
.text-23{
font-size: 23px}
.text-24{
font-size: 24px}
.text-25{
font-size: 25px}
.text-28{
font-size: 28px}
.text-30{
font-size: 30px}
.bg-ltblue {
background-color:#e7f5fe;
padding: 6px;
}
.arial {
font-family: tahoma !important;
}

/*--------------floats---------------*/

.left_float {
	margin: 0px;
	padding: 0px;
	float: left;
	}
.right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100%;
	width: 660px;
	}

.right_float {
	margin: 0px;
	padding: 0px;
	float: right;
	}
.left_caption {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
	.left_caption-team {
	margin-right: 15px;
	margin-bottom: 30px;
	float: left;
	}
.right_caption {
	margin:0;
	padding:0;
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}