body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #E7E7E1;
	top: 0px;
}
tr {
}
h2 {
	font-size: 12px;
	color: #666633;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 20px;
	padding-top: 8px;
}

.thelink{
	height: 40px;
	background-image: url(images/link.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}

a:link {
	color: #666600;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;

}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}


a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


.agency{
	font-size: 14px;
	color: #666600;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	padding-left: 10px;

}

.clientname{
	font-size: 14px;
	font-weight: bold;
	color: #4E4E4E;
	padding-left: 10px;
}


.product{
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	padding-left: 10px;
}

.date{
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	padding-left: 10px;
}

