.txt_cms_xsmall{
font-size:0.7em;
}

.txt_cms_small{
font-size:0.87em;
}

.txt_cms_mid{
font-size:0.88em;
}

.txt_cms_header{
font-size:1.2em;
color:#000000;
font-weight:bold;
font-variant:normal;
}

.txt_cms_header_selected{
font-size:1.2em;
color:#FFFFFF;
font-weight:bold;
font-variant:normal;
}

.txt_cms_section_header{
font-size:1.5em;
color:#ffb514;
font-weight:bold;
font-variant:normal;
}

.txt_cms_category_header{
font-size:28px;
color:#FFFFFF;
font-weight:normal;
font-variant:normal;
line-height:26px;
}


/* -------------------TEXT END-------------------*/

a.nav {
	padding: 0px;
	text-decoration: none;
	color: #333333;
}

a.nav:hover {
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}

.underline{
	border-bottom: 1px #A4BBD9 dotted;
	padding-bottom:5px;
	width:500px;
}

.border{
	border: 1px #A4BBD9 dotted;
	padding:5px;
	width:500px;
}

.highlight_orange {
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
}

.float_image_left{
float:left;
padding:10px;
}

.float_image_right{
float:right;
padding:5px;
}

.highlight_box{
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	vertical-align:middle;
	border:1px solid #f0f0f0;
}

/* LIST */
.two_column_list {
	list-style: none;
	
}

.two_column_list li.list_item {
	float: left;
	margin-bottom: 0.4545em;
	padding-right: 7%;
	width: 42.9%;
}

.two_column_list li.clear {

}

.two_column_list li.last {
	margin-bottom: 2.7273em;
}


