

BODY {
  	background-color: white;
  	font-family: Arial, Courier, "MS Sans Serif", sans-serif;
  		margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
    scrollbar-3d-light-color:#999999;
           scrollbar-arrow-color:#FFffff;
           scrollbar-base-color:black;
           scrollbar-dark-shadow-color:#333333;
           scrollbar-face-color:#ff9900;
		   scrollbar-track-color: #eeeeee;
           scrollbar-highlight-color:#999999;
           scrollbar-shadow-color:black
}

.formfield {
	background : Silver;
}


.boldpara {
	color : White;
	font-size : 18px;
	font-weight : bold;
}
.title {
	color : black;
	font-size : 18px;
	font-weight : bold;
	margin-top : 30px;
}
.container {
   position:relative;
	
}
.wraptext {
   position:absolute;
	left:0; top:0; z-index:2;
}

.floating {
	position:absolute;
	right: -3;  bottom:0; z-index:1;
}

TABLE.hidden {
	border-color: Black;
}

.floatleft {
	position:absolute;
	left: -2;  top: -1; z-index:1;
}

A {
  	color: white;
  	text-decoration: none;
}

.mainpara {
  color: black;
  font-size: 13px;
  margin-left : 30px;
  margin-right : 30px;
  margin-top : 30px;
}
.sidepara {
  color: black;
  font-size: 10px;
  margin-left : 15px;
  margin-right : 15px;
  margin-top : 15px;
}
.indentedpara {
  color: white;
  font-size: 13px;
  margin-left : 50px;
  margin-right : 50px;
}

.footnote {
  	color: silver;
  	font-size: 9px;
  	text-align: center;
}

.links {
  	font-size: 12px;
  	text-align: center;
}

.page {
  	font-size: 12px;
  	text-align: left;
  	color: silver;
}
.photo {
	
}
.clientlist {
	text-align : center;
   color: white;
   font-size: 13px;
	font-weight : bold;
}

img.arc {float: left; clear: left; margin: 0 1em 0 0;}
img.arc2 {float: right; clear: right; margin: 0 0 0 1em;}

A:HOVER {
  	color: #FF3333;
  	text-decoration: underline;
}
.imageborder {
	border-color: silver;
	border-width : thick thick thick thick;
	border : ridge white;
}
	
