@charset "utf-8";
/* CSS Document */


.provinces   { color: #CC0000; font-weight: bold }
.text1       { color: purple; font-size: 20px; font-style: italic; font-weight: bold }
.text2       { color: navy; font-size: 14px; font-weight: bold }
.style1 {
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bgr-blue.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #CC9900;
}
hr {
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
	color: #006699;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
h1 {
	color: #993300;
	font-weight: normal;
	font-size: 22px;
}
.image-float-left {
	float: left;
	margin-right: 8px;
	display: inline;
}
#border {
	border: 1px solid #AAE3FF;
	padding: 3px;
}

.image-float-right {
	float: right;
	display: inline;
	margin-left: 8px;
}
.image-float-right-withborder {
	float: right;
	display: inline;
	background-color: #AAE3FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4B84E2;
	border-right-color: #4B84E2;
	border-bottom-color: #4B84E2;
	border-left-color: #4B84E2;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
	margin-left: 8px;
}
.image-float-left-withborder {
	float: left;
	display: inline;
	background-color: #AAE3FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4B84E2;
	border-right-color: #4B84E2;
	border-bottom-color: #4B84E2;
	border-left-color: #4B84E2;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
	margin-right: 8px;
}
