html {	height:100%} 

body {
	background-color: #bdb7b4;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div {
  text-align : left;
  padding : 10px;
  width : 400;
  height : 180px;
  overflow: auto;
  scrollbar-base-color: #4A4F4B;
  scrollbar-arrow-color: #BDB7B4;
  scrollbar-highlight-color: #8B8986;
  scrollbar-track-color: #8B8986;
}

#fullheight{height:100%}

.textBase {
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 11px; 
	color: #4A4F4B; 
}
.textBase A:link {color: #696662; text-decoration:none;}
.textBase A:visited {color: #696662; text-decoration:none;}
.textBase A:acitve {color: #696662; text-decoration:none;}
.textBase A:hover {color: #696662; text-decoration:none;}

.textHeader {
	font-size: 13px;
	font-family: Verdana, Arial, Sans-serif; 
	font-weight: bolder;
	color: #4A4F4B; 
	font-variant: small-caps;
}