@charset "utf-8";

img {
	border: 0;
}
a:link {
	color: #2C860B;
	text-decoration: none;
}
a:visited {
	color: #2C860B;
	text-decoration: none;
}
a:hover {
	color: #db0a14;
	text-decoration: none;
}
a:active {
	color: #2C860B;
	text-decoration: none;
}
body {
	background: #f8f8f8;
	margin:0;
	font-family: Tahoma, sans serif;
	font-size: 13px;
}
.stressred {
	font-weight: bold;
	color: #FF0000;
}