@charset "utf-8";
/* CSS Document */
a.orange:link {color: #e57c4c; background: #ffffff; font-weight: bold;}
a.orange:active {color: #e57c4c; background: #ffffff; font-weight: bold;}
a.orange:visited {color: #e57c4c; background: #ffffff; font-weight: bold;}
a.orange:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}

a.white:link {color: #ffffff; text-decoration:none; }
a.white:active {color: #e57c4c; text-decoration:none;}
a.white:visited {color: #ffffff; text-decoration:none;}
a.white:hover {color: #e57c4c; text-decoration:none;}

a.black:link {color: #000000; text-decoration:none; }
a.black:active {color: #e57c4c; text-decoration:none;}
a.black:visited {color: #000000; text-decoration:none;}
a.black:hover {color: #e57c4c; text-decoration:none;}

a.black_ul:link {color: #000000;  text-decoration:underline}
a.black_ul:active {color: #e57c4c; text-decoration:underline}
a.black_ul:visited {color: #000000; text-decoration:underline}
a.black_ul:hover {color: #e57c4c; text-decoration:underline}

a.select:link {color: #e57c4c; text-decoration:none; }
a.select:active {color: #e57c4c; text-decoration:none;}
a.select:visited {color: #e57c4c; text-decoration:none;}
a.select:hover {color: #e57c4c; text-decoration:none;}

a.yellow:link {color: #ffff99; text-decoration:underline; }
a.yellow:active {color: #ffff99; text-decoration:underline;}
a.yellow:visited {color: #ffff99; text-decoration:underline;}
a.yellow:hover {color: #ffff99; text-decoration:underline;}

.style5 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.style8 {
	font-size: x-large;
	color: #254a6c;
}
.style9 {
	color: #e57c4c
}
.style10 {
	color: #626466;
	font-weight: bold;
}


.style11 {font-size: small}
.style11 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	
}
.style12 {font-size: xx-small}
.style14 {
	font-size: large;
	color: #FFFFFF;
	text-decoration:underline;
}
.style15 {color: #FFFFFF; font-size: medium; }


