@charset "utf-8";
/* CSS Document */

body {
	background-color: #701213;
	margin-top: 20px;
}

b {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.leftContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9F9F9F;
	line-height: 16px;
}

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

.rightContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9F9F9F;
	line-height: 18px;
}

.rightContent% {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}

.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
