@charset "utf-8";
/* CSS Document */

body {
	text-align: left;
	padding: 0;
	margin: 20;
	background-color: #ffffff;
}

p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	margin: 0px 15px 10px 15px;
	padding: 0;
}

th, td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	list-style-type: disc;
}

h1,h2,h3,caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #CE1126;
	margin: 10px 15px 10px 15px;
	padding: 0;
}

h2 {
	font-size: 10pt;
	margin: 10px 15px 0px 15px;}
h3 {
	font-size: 10pt;
	color: #000000;
}

caption {
	font-size: 10pt;
	margin: 10px 15px 5px 15px;
}


A:link, A:active, A:visited  {
	color: #0033FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0033FF;
}

A:hover {
	color: #0033FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
}

.footer{
	font-size: 8pt;
	color: #666666;
}

.white{
	color: #FFFFFF;
}

.topPart{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
	line-height:20px;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
}

.arialFont{ font-family: Arial, Helvetica, sans-serif; }

.timesFont{ font-family: "Times New Roman", Times, serif; }

hr {
	border: 0;
	width: 80%;
	color: #ce1126;
	background-color: #ce1126;
	height: 2px;
	margin: 10px 0 10px 0;
	text-align: center;
}


.shortHR {
	border: 0;
	width: 150px;
	color: #ce1126;
	background-color: #ce1126;
	height: 2px;
}

.center {text-align:center}

.bray  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #CE1126;
	margin: 10px 15px 0px 15px;
	padding: 0;
}

.tagline  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	margin: 0px 15px 10px 15px;
	padding: 0;
}


.print { display: block; 
		 text-align:left;}

.noPrint  { display: none; }

