@charset "utf-8";
/* CSS Document */
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/bg_dots2.jpg);
	background-repeat: repeat;
}
.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-align: center;
}
.main #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 725px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	visibility: inherit;
	z-index: auto;
}
a.linkbarra:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-indent: 8px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 32px;
	font-weight: normal;
	display: list-item;
}
a.linkbarra:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	background-color:#EAEFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-indent: 8px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 32px;
	font-weight: normal;
	display: list-item;
}
a.linkbarra:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	background-color:#EAEFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-indent: 8px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 32px;
	font-weight: normal;
	display: list-item;
}
a.linkbarra2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-indent: 8px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 32px;
	font-weight: normal;
	display: list-item;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a.linkbarra2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	background-color:#EAEFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-indent: 8px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 32px;
	font-weight: normal;
	display: list-item;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a.linkbarra2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	background-color:#EAEFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-indent: 8px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 32px;
	font-weight: normal;
	display: list-item;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

-->
