/* CSS Document */
a:link {color: #007AA8;}
a:visited {color: #007AA8;}
a:hover {color: #007AA8;}
a:active {color: #007AA8;}

.linkblue a:link {color: #BFEEFF;}
.linkblue a:visited {color: #BFEEFF;}
.linkblue a:active {color: #BFEEFF;}
.linkblue a:hover {color: #BFEEFF;}

.linkwhite a:link {color: white;}
.linkwhite a:visited {color: white;}
.linkwhite a:active {color: white;}
.linkwhite a:hover {color: white;}

body {
	background-color: #c80026;
}
.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
}
.style3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #007AA8;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: medium; font-style: normal; color: #FFFFFF;}
.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: c80026;
	font-style: normal;
}
.bluehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #1c7e8e;
	font-style: normal;
}
.bluecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #1c7e8e;
	font-style: normal;
}
.style1Black {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	font-style: normal;
}
.style2Black {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
}
.style2BlackBold {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	font-style: normal;
}
.style3Black {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
.style3Blacknormal {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
}