body{
	color : gray;
	font-family : verdana;
	font-size : xx-small;
	line-height : 160%;
	background : url(img/bg.gif) repeat;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

table,tr,td {
	color : gray;
	font-family : verdana;
	font-size : xx-small;
	line-height : 160%;
	background : transparent;
}

input,select,textarea {
	color : gray;
	font-family : verdana;
	font-size : xx-small;
	line-height : 120%;
	background : transparent;
	border : 1px dashed #eeeeee;
	scrollbar-face-color : white;
	scrollbar-track-color : white;
	scrollbar-arrow-color : gray;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
	scrollbar-3dlight-color : white;
	scrollbar-darkshadow-color : white;
}

a:link{color : gray;}
a:visited{color : gray;}
a:active{color : gray;}
a:hover{color : gray;text-decoration : none;cursor : hand;}

a.silver:link{color : silver;}
a.silver:visited{color : silver;}
a.silver:active{color : silver;}
a.silver:hover{color : silver;text-decoration : none;cursor : hand;}

.silver{color : silver;}
.gray{color : gray;}
.bddot{
	height: 1px;
	background: #f0ede3 url(img/dot.gif) repeat-x bottom;
	border: 0px;
	}
.200{line-height : 200%;}