body
{
background-image:url('/images/back.gif');
background-repeat:repeat-x;
background-color:#CAD1D9;
}

.class5 { background-image:  url(/images/button.gif); background-repeat:no-repeat; background-color:#6A6A6A }

.orange_bold_txt {
	color: #FFB21D;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copyright_txt {
	color: #999999;
	font-size: 11px;
	font-family: Tahoma;
}
.black_normal_txt {
	color: #030303;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red_heading_txt {
	color: #AE0C0C;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green_bold_txt {
	color: #00CC99;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.white_bold_txt {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #A5070E;
}
a:active {
	text-decoration: none;
	color: #A5070E;
}
.orange_link:link {
	color: #F25F3D;
	text-decoration: none;
}
.orange_link:visited {
	text-decoration: none;
	color: #FFB21D;
}
.orange_link:hover {
	text-decoration: none;
}
.orange_link:active {
	text-decoration: none;
}
.green_link:link {
	color: #00A77C;
	text-decoration: none;
	font-size: 14px;
}
.red_link:link {
	color: #BF1C3A;
	text-decoration: underline;
}
.red_link:visited {
	text-decoration: underline;
	color: #BF1C3A;
}
.red_link:hover {
	text-decoration: none;
}
.white_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white_link:hover {
	text-decoration: none;
}