/* font */

a.link {
	text-decoration: underline;
	color: #ff7c34;
	font-weight:bold;
}

a.link:hover {
	text-decoration: none;
}

.title1 {
	font-family: Arial;
	font-size: 13px;
	color: #ff7c34;
  font-weight:bold;
}


#pop3 {
	clear: both;
	width: 580px;
}

#pop3 table {
	width: 580px;
}

#pop3 table tr th {
	background-color: #BEBEBE;	
	height: 29px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;	
	text-align: center;
	font-size: 11px;	
	color: #ffffff;
}
  
#pop3 table tr th.typeemail {  
  width: 290px;  
  background-color: #ff7c34;
}

#pop3 table tr td {
	background-color: #E9E9E9;
	vertical-align: top;
	padding: 8px 8px 8px 10px;	
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 11px;
}

#pop3 table tr td.subhead .normal {
	text-transform: none;
}
