A:link{
	color: #CCCCCC;
	text-decoration: none;
}
A:hover{
	color: Red;
	text-decoration: underline;
}
A:visited{
	color: Purple;
	text-decoration: none;
}

.body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	color: #222222;
}

.footer{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	color: Black;
}
.subhead{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold; 
	font-size: 11pt;
	color: Black;
}

p.subelement{
	margin-top:5pt;
	margin-bottom:5pt;
}
img.dashed{
	border: 1px dashed #CCCCCC;
}
.small {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

.box{
	border-width:1pt; border-color:#666666; border-style:solid; 
	padding:10pt;
	width:400pt; text-align:center;
}
h1.machine{
	font-size:14pt;
	font-weight: bold;
	text-align:center;
	margin:4pt;
}
