body {
	margin: 10pt; 

	background-color: #EFEFEF;
	color: #666666;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	scrollbar-face-color: #F5F5F5;
	scrollbar-shadow-color: #CCCCCC; 
	scrollbar-highlight-color: #F5F5F5; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-darkshadow-color: #F5F5F5; 
	scrollbar-track-color: #F5F5F5; 
	scrollbar-arrow-color: #CCCCCC;
}
P {
	background-color: #F5F5F5;
	color: #666666;
	font-size: 11px;
}
caption {
	font-size: 11px;
	background-color: #CCCCCC;
	border: 1px dotted #CCCCCC;
}
a {
	font-size: 11px;
}
tr {
	font-size: 11px;
}
td {
	font-size: 11px;
}
A:link {
	TEXT-DECORATION: none;
	color: #0000CC;
	font-size: 11px;
}
A:visited {
	TEXT-DECORATION: none;
	color: #0000CC;
	font-size: 11px;
}
A:active {
	TEXT-DECORATION: none;
	COLOR: #6633CC;
	font-size: 11px;
}
A:hover {
	text-decoration: underline overline;
	color: #000066;
	font-size: 11px;
}
A.downlink {
	text-decoration: underline;
}
A.downlink:active {
	text-decoration: underline;
}
A.downlink:visited {
	text-decoration: underline;
}
A.downlink:hover {
	text-decoration: underline;
}
A.navstyle {
	color: #0000CC;
}
A.nav:link {
	TEXT-DECORATION: none;
	color: #0000CC;
	font-size: 9px;
	font-weight: 100;
}
A.nav:visited {
	TEXT-DECORATION: none;
	color: #0000CC;
	font-size: 9px;
	font-weight: 100;
}
A.nav:active {
	COLOR: #6633CC;
	font-size: 9px;
	font-weight: 100;
}
A.nav:hover {
	TEXT-DECORATION: underline overline; 
	color: #000066;
	font-size: 9px;
	font-weight: 100;
}
.navtiny, A.navtiny:link, A.navtiny:visited, A.navtiny:active, A.navtiny:hover {
	TEXT-DECORATION: none;
	color: #999999;
	font-size: 9px;
	font-weight: 100;
	text-align: center;
	vertical-align: middle;
}
.navtinyleft {
	color: #999999;
	font-size: 10px;
	font-weight: 100;
	text-align: left;
	vertical-align: middle;
}
.s {
	font-size: 11px;
	text-decoration: none;
}
.sm {
	font-size: 10px;
}
.imglink {
	cursor: pointer; 
}
ul {
	list-style: disc;
	margin: 0px;
	margin-left: 20px;
}

div.spacer {
  clear: both;
}
div.row {
  clear: both;
}
div.row span.left {
  float: left;
  text-align: left;
  padding: 2px;
  width: 79%;
}
div.row span.right {
	float: right;
	text-align: right;
	padding: 2px;
	width: 19%;
}

acronym {
  border-bottom: 0px none #000;
  cursor: help;
}

input.intext {
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	border: 1px solid #2F6DFF;
}
input.inimage {
	border: 0px none;
}
textarea {
	font-size: 10px;
	background-color: #E8E8E8;
	color: #000099;
	border: 1px solid #2F6DFF;
}
select {
	font-size: 10px;
	background-color: #E8E8E8;
	color: #000099;
	border: 1px solid #2F6DFF;
}
legend {
	font-size: 10px;
	color: #000099;
}
fieldset {
	font-size: 10px;
	color: #000099;
	border: 1px solid #2F6DFF;
}
.tborder {
	border: 1px dashed #CCCCCC;
	background-color: #F5F5F5; 
}
.pagetop {
	padding: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.pagetitle {
	font-size: 25px;
	TEXT-DECORATION: underline; 
}
.pagecontenttitle {
	padding-left: 10px;
	padding-right: 20px;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
}
.pagecontenttext {
	padding: 20px;
	text-align: justify;
}
.pagecontentright {
	padding: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 1px dashed #CCCCCC;
	/*border-bottom: 1px dashed #CCCCCC;*/
}
.pagebottom {
	padding: 10px;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
