@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container {
	background-color: #FFFFFF;
}
.navbar {
	background-color: #ED1C24;
}
.sidebar {
	background-color: #E8E8E8;
	width: 200px;
	vertical-align: top;
}
#sidebar {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.content {
	padding-top: 40px;
	padding-bottom: 100px;
	padding-left: 30px;
	padding-right: 30px;
	width: 525px;
	vertical-align: top;
}
.copyEmph {
	font-size: 16px;
	font-weight: bold;
	color: #ED1C24;
}
.footer {
	background-color: #ED1C24;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	padding-top: 5px;
}
.copy {
	line-height: 18px;
}
a:link {
	color: #E60021;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #E60021;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #E60021;
}
a.footer:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
