p, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #455560;
}

a:link, a:visited {
    color: #b40000;
    text-decoration: none;
    font-weight: normal;
}

a:active, a:hover {
    color: #b40000;
    text-decoration: underline;
    font-weight: normal;
}

img {
	border: 0px;
}

.menu, .button {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.menu a:link, .menu a:visited, .button a:link, .button a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.menu a:active, .menu a:hover {
    color: #d1d5d8;
    text-decoration: none;
    font-weight: normal;
}

.button a:active, .button a:hover {
    color: #455560;
    text-decoration: none;
    font-weight: normal;
}

.intro {
	line-height: 19px;
}

.footer {
	font-size: 9px;
    color: #999999;
}

.testimonial {
	color: #b40000;
    font-size: 13px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;
}

.caption {
    color: #999999;
	text-align: right;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 30px;
}