/* CSS Document */


/* STANDARD CLASSES */
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
}

p, ul, ol {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	color:#0056A1;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color:#666666;
}

hr {
	height: 0px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}

td {
	vertical-align:top;
}


/* CUSTOM CLASSES */


.title {
	font-size: 18px;
	color:#EF1E26;
	text-transform:uppercase;
	line-height: 21px;
}

.subtitle {
	font-size: 14px;
	color:#0056A0;
}




/* LINKS */
a {
	color:#EF1B24;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}