/* css document for fonts */
body {
	font-family: trebuchet, arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}

.cms_heading {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

.sub_navTextBlue_unbold {
	font-size: 11px;
	font-weight: normal;
	/*
	color: #01289D;
	*/
}

.sub_TextBlue_unbold {
	font-size: 12px;
	font-weight: normal;
	/*
	color: #4a97b2;
	*/
}

#breadcrumbs {
	font-size: 12px;
	color:#999999;
}

.disclaimer {
	font-size: 10px;
}

.home_style{
	text-decoration:none!important;
	color:#999999!important;
}
	
.size_30{
	font-size:30px;
}

.size_13{
	font-size:13px;
	font-weight:bold;
}

.indent_2{
	padding-left:20px;
	display:block;}