@charset "utf-8";
/* CSS Document */

p {
	padding: 0;
	margin: 0px 0px 20px 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #09347a;
}

.mediumBlue {
	font-size: 1.5em;
	color: #0079c2;
	font-weight: bold;
}

.largeFont {
	font-size: 2.5em;
	font-weight: bold;
}

h1 {
	color: #09347a;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 30px;
}

h2 {
	color: #09347a;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 20px;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: none;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color: #0093d0;
	color: #0093d0;
	margin: 10px 0 15px 0;
}

.hot {
	color: #FF0000;
	font-weight: bold;
}