/* CSS Document */

body {
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:10pt;
	color:#423021;
}
.basic {
}
p {
	margin:10px;
}
p.footer {
	text-align:center;color:#666666;font-size:smaller;font-weight:bold;
}
a:link, a:visited, .serverLink {
	font-family:Trebuchet MS,Arial,Helvetica;
	color:#0033FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.title {
	font-size:14pt;
	font-weight:bold;
	border-bottom:thin solid #423021;
}
.innerBox {
 	background-color:#f2ece6;
	width:50%;
	padding-left:25px;
	border:thin solid brown;
}
td.dotted { 
	padding: 0 2em 0 0;
	line-height:1.2;
	border-bottom:2px dotted #b39b89;
	
}
span.dotted {
	position:relative;
	bottom:-0.3em;
	background:#ffffff;
	padding-right:0.3em;
}

.basicBorder {
	border: thin solid #8f6748;
}

.small {
	font-size:8pt;
}

.fieldName {
	text-align:right;
	background-color:#f2ece6;
	font-weight:bold;
	padding-right:5px;

}
.fieldData {
	padding-left:5px;
	border-bottom:1px dotted #b39b89;
}
.alt {
  background-color:#fafafa;
}

.sep {
  border-bottom:thin dotted brown;
  padding-bottom:5px;
  padding-top:5px;
}

.dirName {
  font-size:12pt;
  font-weight:bold;
}
.wrapAround {
  border: thin solid #8f6748;
  float:left;
  margin-right:10px;
}

.legalTitle,.legalSub,.legalText {
	color:black;
	font-family:Times New Roman,Arial,Helvetica;
}
.legalTitle {
	font-size:14pt;
	font-weight:bold;
}

.legalSub {
	font-size:12pt;
	font-weight:bold;
	margin-bottom:0px;
}

.legalText {
	font-size:10pt;
	margin-top:0px;
}

ul,ol {
	margin-left:10px;
	padding-left:0;
}
li {
	margin-left:2.5em;
}

li.noIndent {
	margin-left:0px;
	padding-left:0px;
	
	
}




