html {
	margin: 0px;
	padding: 0px;
}

body { /* Entire browser window */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:150%;
	color: #000000; 
	background-color: #FFFFFF;
	margin: 5px 0 0 0;
}

th, td { padding: 0; }

a, a:visited {
	color: #000099;
	text-decoration: none;
	border-bottom-color: #B1B1B1;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:visited:hover, a:link:hover {
	color: #663300;
	border-bottom-color: #B1B1B1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: transparent;
}
#footer {
	line-height: normal;
	font-size:80%;
	background-color:#CCCC99;
	border-top:    1px solid #ACAC57;    /* medium brown */
	border-bottom: 1px solid #ACAC57;
	margin:10px auto 10px auto;
	text-align:center;
	width: 700px;
	position: relative;
 }

.link_on_img a {
	border-style: none;

}
.link_on_img a:link:hover {
	border-bottom-style: none;

}
.link_on_img a:visited:hover {
	border-bottom-style: none;
}
.link_on_img a:visited {
	border-bottom-style: none;
}

.body-text {
	list-style-position: outside;
	list-style-image: url(../../images/shared/bullet.gif);
	list-style-type: none;
}
.border-top-bot {
	border-top:    1px solid #ACAC57;    /* medium brown */
	border-bottom: 1px solid #ACAC57;
}
.page-content {
	padding:0 10px 0 10px;
	/* border:1px solid #ACAC57;    /* medium brown */
}
.box {
	border-top:    1px solid #ACAC57;
	border-bottom: 1px solid #ACAC57;
 	color: #660000;
}
.list-no-indent {
list-style-position:inside;
list-style-image: url(../../../images/shared/bullet_blue.jpg);
line-height:inherit;  
font-size: inherit;   
margin-left: 6px;
padding-left: 2em;
text-indent:-2em;   
}

.copyright-text {
	font-size: 10px;
	color: #660000;
}
.title_1 {
	font-size: 16px;
	color: #660000;
	font-style: normal;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #ACAC57;
	border-right-color: #ACAC57;
	border-bottom-color: #ACAC57;
	border-left-color: #ACAC57;
}
.sitemap-text {
	font-size: 11px;
	color: #660000;
}
.tools-border {
	font-size: 10px;
	color: #663333;
	border:1px solid #ACAC57;
}
.tools-border-full {
	font-size: 11px;
	color: #663333;
	background-color: #F8F8F1;
	border: 1px solid #ACAC57;
	font-weight: bold;
}
.list {
	list-style-image: url(../../images/shared/bullet.gif);
	line-height:inherit;  
	font-size: inherit;   
}

.search-border {
	font-size: 10px;
	color: #660000;
	border: 1px solid #ACAC57;
	background-color: #FFFFFF;
}

.title_1-line {
	font-size: 16px;
	color: #660000;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #ACAC57;
	border-right-color: #ACAC57;
	border-bottom-color: #ACAC57;
	border-left-color: #ACAC57;
}
.corr-text {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #660000;
	list-style-position: outside;
	list-style-image: url(../../images/shared/bullet.gif);
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #ACAC57;
	border-left-color: #CC0000;
	padding-top: 5px;
	left: 20px;
	top: 20px;
}
.corr-text-title {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #660000;
	list-style-position: outside;
	list-style-image: url(../../images/shared/bullet.gif);
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	list-style-type: none;

	padding-top: 5px;
}
.footnote {
	font-size: 11px;
	color: #660000;
}
.numbers {
	color: #660000;
	list-style-position: outside;
	list-style-image: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	list-style-type: decimal;
}
.pictureborder {
	font-size: 11px;
	color: #663333;
	background-color: #F8F8F1;
	border: 1px solid #E6E6CC;
	font-weight: bold;
}
.letters {
	color: #660000;
	list-style-position: outside;
	list-style-image: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	list-style-type: lower-alpha;
}
.romans {
	color: #660000;
	list-style-position: outside;
	list-style-image: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	list-style-type: lower-roman;
}
.letters-cap {
	color: #660000;
	list-style-position: outside;
	list-style-image: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	list-style-type: upper-alpha;
}
.body-text > pre {
	font-size: 12px;
}

