body{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, p{
	margin: 20px;
}
h1, h2{
	font-weight: normal;
	color: #059531;
}
h1{
	/*font-size: 150%;*/
	font-size: 18pt;
}
h2{
	/*font-size: 125%;*/
	font-size: 16pt;
}
.h2_subheader{
	/*font-size: 70%;*/
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #BBBBBB;
}
p{
	font-size: 10pt;
	line-height: 150%;
}
a{
	color: #003399;
}
a:hover{
	color: #6699CC;
	text-decoration: underline;
}
img{
	display: block;
}
hr{
	border: 0px;
	height: 1px;
	background: #CCCCCC;
	color: #CCCCCC;
}
#body{
	margin: 0px auto;
	border: 1px solid #999999;
	border-top: 0px;
	width: 770px;
	text-align: left;
}
.left_column{
	width: 160px;
	border-right: 1px solid #999999;
}
#header{
	border-bottom: 1px solid #999999;
}
#headshots{
	font-size: 10pt;
	font-weight: bold;
}
#headshots img{
	margin-bottom: 5px;
}
.pricelist{
	margin: 0px 0px 20px 20px;
	width: 270px;
}
.pricelist td{
	font-size: 10pt;
	line-height: 150%;
}
.price{
	text-align: right;
}
.credit, .credit a{
	font-size: 8pt;
	color: #666666;
}
