.standard {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
 	line-height: 15px;
	font-style: normal;
	color: #293940;
	}

.grey_italic {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
 	line-height: 13px;
	font-style: italic;
	color: #999999;
	}

.spaceletters {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
 	line-height: 15px;
	font-style: normal;
	font-weight: bold;
	color: #293940;
	letter-spacing: 0.6ex;
	}

.mini { 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #293940;
	}

.title_blue {
	font-family: "Arial Black", "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.2ex;
	font-weight: bold;
	color: #256799;
	}

.hl_blue {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #1B4864;
	}
	
.hl_black {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #293940;
	}

.hl_white {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}
		
A {
	color: #11457A; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px; 
	line-height: 15px;
	font-style: normal;
	text-decoration: none; 
	font-weight: normal;
	} 

A:hover {
	color: #F78B00;
	text-decoration: none;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bnormal;
} 

A:active {
	color: #F78B00;
	text-decoration: none;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
}

A.slim {
	color: #11457A; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px; 
	line-height: 15px;
	font-style: normal;
	text-decoration: none; 
	font-weight: normal;
	} 

A.slim:hover {
	color: #F78B00;
	text-decoration: none;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
} 

A.slim:active {
	color: #F78B00;
	text-decoration: none;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
}

/* IMAGES */
.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

#ts_header {
    background-image: url(/assets/images/header_new/ts_header_bg_repeat.jpg);
	background-repeat: repeat-x;
	border-style: none;
    text-align: center;
        }
	
