
/**********************************************  FONTS  ***********************************************/

h1, h1 a {
	font-weight: bold;
	font-size: 22px;
	padding: 0px 0px 15px 0px;
	color:#114577;
	font-weight:normal;
	line-height:24px;
}
h2 , h2 a{
	font-weight: bold;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	color:#114577;
	font-weight:normal;
	line-height:22px;
}
h3, h3 a {
	font-weight: bold;
	font-size: 16px;
	color:#114577;
	/*color:#333;*/
	padding: 0px 0px 10px 0px;
}
h4, h4 a {
	font-weight: bold;
	font-size: 14px;
	color:#114577;
	padding: 0px 0px 10px 0px;
        color: #000;
        font-weight: 800;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#253b4f;
	text-decoration:underline;
}
p{
	padding: 0px 0px 10px 0px;
	font-size:14px;
	line-height:18px;
	color:#373737;
}
p span {
    font-size: 14px !important;
}
li a, p a, span a, a {
	text-decoration:underline;
	color:#174c7c;
}
li a:hover, p a:hover{
	color:#253b4f;
}
li a:active, p a:active{
	color:#aabe4c;
}
li a:visited, p a:visited{
	color:#174c7c;
}

a:hover img{
	opacity:0.9;
	filter:alpha(opacity=90);
}

ul {
	margin:0 0 10px 0;
	list-style:disc;
	padding-left:18px;
}
ol {
	margin:0 0 10px 0;
	list-style-type: decimal;
	padding-left: 25px;
}

li {
	font-size:14px;
	line-height:18px;
	color:#373737;
}


/**********************************************  COMMON  **********************************************/

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatNone {
	float: none;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

/***********************************************  BODY  ***********************************************/

.cmsBlock {
	padding: 0px 20px 0px 19px;
}

.cmsBlock ul,
.cmsBlock ol {
	margin: 0px 0px 35px 30px;
	position: relative;
	font-size: .85em;
}
.cmsBlock ul li {	
	color: #666666;
	background: url('/images/icons/bullet-content-list2.gif') no-repeat left 0.59em;
	line-height: 145%;
	padding: 4px 0px 6px 20px;
}
.cmsBlock ol {
	list-style:decimal;
}

.cmsBlock ol li {
	margin: 0px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
}

/************************************* OTHER *********************************************************
blockquote {
	border: 1px solid #dad9d6;
	background-color: #f6f6f6;
	margin: 0px 0px 1.5em 0px;
	background-image: url('/images/quote-start.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
blockquote p {
	margin: 0px;
	background-image: url('/images/quote-end.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 30px 30px 0px;
	margin: 30px 0px 0px 40px;
}*/
blockquote {
	margin-left: 5px;
}


.listTypeDisc li {
	list-style-type: disc;
}
.listTypeCircle li {
	list-style-type: circle;
}
.listTypeSquare li {
	list-style-type: square;
}
.listTypeTick li {
	list-style-type: none;
	list-style-image: url('/images/icons/ico-tick.gif');
}