@charset "utf-8";
/* CSS Document */

#content {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:2pt;
	background-color: #ffffff;
	background-image: none;
}

#tableContent {
	width:580px;
}

a:link, a:visited { 
  text-decoration:underline; 
  color:#733730; 
}

a:hover { 
  text-decoration:none; 
  color:#733730; 
}

#topNav, #leftNav, #bottomImg, #bottomNav, #pageTools, #other { 
  display : none; 
}

#printTools {
	font-family::Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#AAAAAA;
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#printTools img {
	border:none;
	vertical-align:middle;
}
	
#printTools a {
	cursor:pointer;
	text-decoration:none;
	margin-right:10px;
	color: #733730;
}

#printTools a:hover {
	cursor:pointer;
	text-decoration:none;
	margin-right:10px;
	color: #999999;
}