html {
 overflow-y: scroll !important;
}
html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none
}
#fullheight{height:100%}
.gray1 {
	background-color: #E7E7E7;
	height:100%;
	background-image: url(left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.gray2 {
	background-color: #E7E7E7;
	height:100%;
	background-image: url(right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#tr1{
	height:35;
}
#tr2{
	height:100%;
}
.float {
	float: right;
	position: absolute;
	top: 6px;
	right: 5px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}



.top {
	background-color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	height: 35px;


}
.content {
	padding: 20px 110px 20px 50px;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;


}
.doc {
	padding: 0px;
	height: 100%;


}
.code {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #772222;
	font-size: 14px;


}
.roman {
	list-style-type: none;
}
li {
	margin-top: 5px;
}
.hang {
	margin: 5px 0px 15px 15px;
	padding: 0px;


}
.narrow {
	margin-bottom: 0px;
}
.doctype {
	font-size: .8em;
	color: #666666;

}
p {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: .6em;
}
h4 {
	padding: 0px 0px 5px;
	margin-bottom: 0px;
}
h1 {
	margin: 0px;
	padding-top: 0px;
}
h3 {
	margin-top: 40px;
}
#gradient {
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d9e5cb;
}
#table {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	background-color: #F4F4F4;

}
#tablebottom {

	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	background-color: #F4F4F4;
}
#tableflash {
	background-color: #FFECEC;  /* red    */
	border: 1px solid #EEAAAA;  /* red    */
/*	background-color: #ECECFF;  /* blue   */
/*	border: 1px solid #AAAAEE;  /* blue   */
/*	background-color: #FFFFEC;  /* yellow */
/*	border: 1px solid #EEEEAA;  /* yellow */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

}
