A 
{ 
	text-decoration: none; 
	color: #0044BB; 
	font-size: 9pt;
}
A:hover { text-decoration: underline; }
.smallprint { font-family: sans-serif; font-size: 8pt; font-style: italic; }
H3 { font-size: 13pt; text-decoration: underline; }
H2 { font-size: 16pt; text-decoration: underline; }
A.standout { color: #FF0000; }
TD { border: 0px; font-size: 9pt; line-height: 12pt; }
TABLE.businesscard 
{ 
	width: 350px;
	height: 200px;
	background-image: url(bgimage.png); 
	border: 1px solid;
	border-color: #000000;
	z-index: 2; 
	font-size: 9pt;
	vertical-align: middle;
}
TABLE.dropshadow
{
	width: 350px;
	height: 200px;
	background-color: #777777;
	border: 0px;
	z-index: 0;
	position: relative;
	left: -167px;
	top: -112px;
}
.mycard 
{ 
	z-index: -1;
	position: absolute; 
	top: 10px; 
	right: 20px; 
	font-family: sans-serif; 
	font-size: 72pt; 
	color: #DDDDFF;
	overflow: hidden;
}
BODY.frontpage
{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
BODY
{ 
	font-family: sans-serif; 
	font-size: 9pt; 
	color: #000000;
	background-color: #FFFFFF; 
	z-index: 0;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
}
.centerblock
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	z-order: 2;
}
.centertable
{
	width: 350px;
	height: 250px;
	position: relative;
	left: -175px;
	top: -125px;
	z-order: 2;
}
.shadowblock
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	z-order: 1;
}