@charset 'UTF-8';

strong {font-weight:bold;}
em {font-style:italic;}

.redText { color:#ff0000 !important;}
.orangeText { color:#df6500 !important;}

.siteSigns { display:block; position:absolute; bottom:-30px; right:10px; color:#c7bfac; }
.siteSign { color:#c7bfac; text-decoration:none; }
.siteSign:hover span { text-decoration:underline; }
.siteSign strong { display:none; }
.siteCopy { display:block; position:absolute; bottom:-30px; left:10px; color:#c7bfac; text-decoration:none; }

.infoPage h1 { color: #00519a; font-size: 2em; font-weight: bold; margin: 17px 0 10px 0; }
.infoPage h2 {color:#3179AB; font-size:1.65em; font-weight:bold; margin-bottom:6px; padding:6px 0 0;}
.infoPage h4 {color:#3179AB; font-weight:bold;}
.infoPage p {color:#033F68;
			font-size:0.9em;
			line-height:1.5em;
			margin-bottom:8px;}
			
.infoPage p a { color:#df6500}			
.infoPage a:hover { text-decoration:none;}
.infoPage p.description { color: #033f68; margin-bottom: 14px; font-size: 0.9em; text-align: justify; }
.infoPage div.text p img { padding: 1px; border:1px #ccc solid; margin-top:5px; }
.infoPage div.text { text-align:justify; }
.infoPage strong {color: #3179AB;}
.infoPage ul { margin-left:20px;color: #033f68; margin-bottom:10px;}
.infoPage ul li {
	list-style:disc;
	padding-left:10px;
}

.staticPage h2 {
	font-size: 1.4em;
	font-weight: normal;
}

.staticPage h3 {
	font-size: 0.9em;
	color: #033f68;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 6px;
	margin-left: 0pt;
	padding-top: 3px;
	font-weight: bold;
}

.downloadLink {
	color:#7C725A;
}

.downloadLink:hover {
	text-decoration:none;
}

label.bold { font-weight:bold}

.usetreteRedText {
	color:#ff0000 !important;
	margin-top:10px;
}