body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.css {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.white_text_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.white_text {

	font-family: Tahoma;
	font-size: 9.5px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.blue_text_bold {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #075483;
	text-decoration: none;
	text-align: center;
}
.blue_text {

	font-family: Tahoma;
	font-size: 11px;
	color: #075483;
	text-decoration: none;
	text-align: center;
}
.red_text {


	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #DC261D;
	text-decoration: none;
	text-align: center;
}
.black_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.black_text_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.red_text_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DC261D;
	text-decoration: none;
	text-align: center;
}
.red_arrow {
	background-attachment: fixed;
	background-image: url(images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position:center;
}
