/* CSS Document */
a		{ text-decoration: none; /*color: #14C2F3;*/ color: #00225E; }
#content > .body a { font-weight: bold; }
.error_message a{ color: #14C2F3; }
a:hover	{ text-decoration: underline; }
a.mark	{ display: inline-block; }
a img	{ border: none; }
h1 { color: #00225E; 
	margin: 1em 0; }
h2 {
    color: #0085F2;
    font-size: 22px;
    font-weight: normal;
	text-transform: uppercase;
	margin: 1em 0;
}
h3 {
    color: #1E3464;
    font-size: 18px;
    font-weight: normal;
	margin: 1em 0;
}
h4 {
    color: #2676AA;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
	margin: 1em 0;
}
h5,
#content > .body .nivoSliderWrapper .nivo-caption h1 {
    color: #2C6DBE;
    font-size: 12px;
    font-weight: normal;
	margin: 0;
}
h6,
#content > .body .nivoSliderWrapper .nivo-caption .description {
    color: black;
    font-size: 10px;
}
input[type=submit],
button,
[for] { cursor: pointer; }
.clear_right{clear:right}