.title {
	font-family: Arial;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 2px;
	color: #EE8D64;
}
.text_white {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.text_white_bold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.text_white_link {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.text_white_16 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.text_black {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	color: #000000;
}
.text_black a:link        { color:#000000; text-decoration:none; font-size: 14px}
.text_black a:visited     { color:#000000; text-decoration:none; font-size: 14px}
.text_black a:active      { color:#000000; text-decoration:none; font-size: 14px}
.text_black a:hover       { color:#DB001B; text-decoration:none; font-size: 14px; font-style:inherit;}

.text_white_link a:link        { color:#FFFFFF; text-decoration:none; font-size: 14px}
.text_white_link a:visited     { color:#FFFFFF; text-decoration:none; font-size: 14px}
.text_white_link a:active      { color:#FFFFFF; text-decoration:none; font-size: 14px}
.text_white_link a:hover       { color:#000000; text-decoration:none; font-size: 14px; font-style:inherit;}

.text_white_bold a:link        { color:#FFFFFF; text-decoration:none; font-size: 14px; font-weight:bold;}
.text_white_bold a:visited     { color:#FFFFFF; text-decoration:none; font-size: 14px; font-weight:bold;}
.text_white_bold a:active      { color:#FFFFFF; text-decoration:none; font-size: 14px; font-weight:bold;}
.text_white_bold a:hover       { color:#000000; text-decoration:none; font-size: 14px; font-weight:bold; font-style:inherit;}

.text_red_bold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #DB001B;
}

.text_red {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	color: #DB001B;
}

.text_red a:link        { color:#DB001B; text-decoration:none; font-size: 14px}
.text_red a:visited     { color:#DB001B; text-decoration:none; font-size: 14px}
.text_red a:active      { color:#000000; text-decoration:none; font-size: 14px}
.text_red a:hover       { color:#DB001B; text-decoration:none; font-size: 14px; font-style:inherit;}

.table_bg {
	 background-color: #EE8D64;
}
