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

/* Controls the look of the black background popup pages */

body {
	background-color: #000000;
	padding: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E5001C;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 20px;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 20px;
}

a.p {
	color: #FFFFFF;
}

h2 {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.backtotop {
	text-align: right;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

