#page {
	width:600px;
	background-color:#fff;
	margin:0px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:1px solid #000;
	border-width:0 1px 1px 1px;
	text-align:left;
}
h1 {
	font-family:"Eras Bold ITC";
	font-size:42px;
	letter-spacing:-1px;
	color:#4FA3B7;
	font-weight:normal;
}
h1 em {
	font-style:normal;
	color:darkorange;	
}
h2 {
	font-size:17px;
	font-weight:normal;
}
.less {
	color:#999;
	font-size:12px;
}
a.normal:link, a.normal:visited {
   color: blue;
   text-decoration: underline;
}
a.normal:hover {
}
a.email:link, a.email:visited {
   color: #4FA3B7;
   text-decoration: none;
}
a.email:hover {
	color: #1F444D;
}

a.email2:link, a.email2:visited {
   color: #ffebbc;
   text-decoration: none;
}
a.email2:hover {
	color: #d09f1c;
}

div.names{
    height: 40px;
}
table {
	empty-cells: show;
	table-layout: fixed;
	width:470px;
}
td{ 
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
}
td.right{
	width:270px;
}


