body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #EDEDED;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

a {
    text-decoration: none;
	color: #AA0000;
}

a:visited {
    text-decoration: none;
	color: #AA0000;
}

a:hover {
    text-decoration: none;
	color: #FFFFFF;
}

a:active {
    text-decoration: none;
	color: #AA0000;
}

.copyheader {
	line-height: 17px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.copy {
	line-height: 17px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
	
.copy:active {
	line-height: 17px;
	font-size: 12px;
	color: #AA0000;
	text-decoration: none;
}

.copy:visited {
	line-height: 17px;
	font-size: 12px;
	color: #AA0000;
	text-decoration: none;
}

.copy:hover {
	line-height: 17px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.shot {
	border: 1px solid #333333;
	background-color: #CCCCCC;
}

.shot:active {
	border: 1px solid #333333;
	background-color: #CCCCCC;
}

.shot:visited {
	border: 1px solid #333333;
	background-color: #CCCCCC;
}

.shot:hover {
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}