a:link {
	font-size:10pt;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

a:visited {
	font-size:10pt;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	color:#404040;
	text-decoration:none;
}

a:hover {
	font-size:10pt;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	color:#606060;
	text-decoration:none;
}

a:active {
	font-size:10pt;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	color:#DCDCDC;
	text-decoration:none;
}

body {
	background-color:#b8b8b0; 
	scrollbar-face-color:#888880;
	scrollbar-track-color:#b8b8b0;
	scrollbar-shadow-color:#b8b8b0;
	scrollbar-darkshadow-color:#b8b8b0;
	scrollbar-3dlight-color:#b8b8b0;
	scrollbar-arrow-color:#b8b8b0;
	scrollbar-base-color:#b8b8b0;
	scrollbar-highlight-color:#b8b8b0;
}

.topbar {
	background-color:#d8d8d0;
	width:800px;
	padding-bottom:8px;
	padding-top:8px;
}

.box {
  position: relative; 
  height: 100px;
  background: #989890; 
} 

.smallbox {
  position: relative; 
  height: 50px;
  background: #989890; 
} 

.roughbox {
  position: relative; 
  height: 40px;
  background: #989890; 
} 

.imagebox {
 background-color:#888880;
}

.text {
	margin-bottom:20px;
	font-size:10pt; 	
	line-height:12pt; 
	font-family:Helvetica,Arial,sans-serif;
}

.text .head {
	text-align:center;
	line-height:16pt; 
	background-color:#686860;
	font-weight:bold;
	width:800px;
}

.text .body {
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#888880;
	width:800px;
}

.text .copy {
	font-size:8pt; 	
	line-height:10pt; 
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#888880;
	width:800px;
}

.text .hhead {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#686860;
	font-weight:bold;
	width:400px;
}

.text .comment {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#888880;
	width:300px;
}

.headback {
	background-color:#888880;
}

.text .back {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#888880;
	width:150px;
}

p {
	font-size:10pt;
	line-height:12pt; 
 	font-family:Helvetica,Arial,sans-serif;
	font-weight:normal;    
	color:#000000;
}	

.x {
	background: url('path/to/image.gif') no-repeat center center;
}
