.white_title {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Arial;
}
.blue_title {
	color: #263640;
	font-size: 20px;
	font-family: verdana;
	font-weight:bold;
}
.naviblue_title {
	color: #0011B0;
	font-size: 30px;
	font-family: verdana;
	font-weight:bold;
}
.red_title {
	color: #F80A0F;
	font-size: 20px;
	font-family: verdana;
	font-weight:bold;
}
.orange_title {
	color: #E13201;
	font-size: 20px;
	font-family: verdana;
	font-weight:bold;
}
.blue_titlesm {
	color: #263640;
	font-size: 16px;
	font-family: verdana;
	font-weight:bold;
}
.orange_titlesm {
	color: #E13201;
	font-size: 16px;
	font-family: verdana;
	font-weight:bold;
}
.whitetext {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
}
.whitetext_b {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	font-family: Tahoma;
}
.blacktext {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
}
.graytext {
	color: #494949;
	font-size: 11px;
	font-family: Tahoma;
}
.orangetext {
	color: #E13201;
	font-size: 12px;
	font-family: Tahoma;
}
.gray_normal {
	color: #494949;
	font-size: 12px;
	font-family: Tahoma;
}
.orange_normal {
	color: #E13201;
	font-size: 12px;
	font-weight:bold;
	font-family: Tahoma;
}
a:link {
	color: #E13201;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E13201;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.whitelink:link {
	color: #ffffff;
	text-decoration: none;
}
.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
}
.whitelink:hover {
	text-decoration: none;
	color: #FFE400;
}
.whitelink:active {
	text-decoration: none;
	color: #FF0000;
}