a:link{
	color: Black;
}
a:visited{
	color: Gray;
} 
a:active{
	color: Silver;
}
body{
	font-family: sans-serif;
	background-color: White;
	scrollbar-3dlight-color: White;
	scrollbar-arrow-color: #505050;
	scrollbar-base-color: #EDEDED;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #EDEDED;
	scrollbar-track-color: #EDEDED;
}
h1, h2, h3, h4, h5, h6{
	font-family: sans-serif;
}
input{
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #EDEDED;
	background: #EDEDED;
	border: 1px solid Silver;
}
.center{
	text-align: center;
}
.center table{
	margin: 0 auto; 
	text-align: left;
}
.silverb{
	color: Silver;
	font-weight: bold;
}
.silver{
	color: Silver;
}
.b{
	font-weight: bold;
}
.silverbsmall{
	color: Silver;
	font-weight: bold;
	font-size: small;
}
img{
	border: none;
}
