/* CSS Document */

body{
	margin:0px;
	background-color: #222222;
	font-family: arial;
	font-size: 10px;
	color: #676767;
}
.dots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2d2d2d;
	color: #676767;
}
.dots a{
	color: #676767;
	text-decoration:none;	
	
}
.dots a:hover{
	color: #ffffff;
	text-decoration:none;	

}
.h1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #676767;
}
.morebutton {
	color: #92835A;
	text-decoration: none;	
}
.morebutton a{
	color: #92835A;
	text-decoration: none;	
}
.morebutton a:hover{
	color: #92835A;
	text-decoration: underline;	
}
.Goldenhead {
	font-size:11px;
	color: #92835A;
	font-family: tahoma;
}
.dotsside {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #2d2d2d;
	padding-left: 14px;
}

