
.h1 {
	font-family: Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #253982;
	text-decoration: none;
}

.black-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align:justify;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.red {
	font-family: Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #d10a18;
	text-decoration: none;
}
.orange1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}.white-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.white-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.white-menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff5400;
	text-transform: uppercase;
	text-decoration: none;
}
.footer-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.body
{
background-image:url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position:top;
} 
.table-border {
	border: 1px solid #999999;
}
