@charset "utf-8";
/* CSS Document */

p {
	margin: 0;
	padding: 0px 0px 15px 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
}

.hotText {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
}

.hotTextNormal {
	color: #FF0000;
}

h1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.8em;
	padding-bottom: 15px;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 15px;
}

.infoBanner {
	width: 100%;
	background-color: #e21f2c;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	margin-bottom: 15px;
}