/* CSS Document */

body{	 
	padding:0px;
	margin:0px;
	background-color:#414143;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

img a{
	outline:none;
}

img a:hover{
	outline:none;
}

.bodytxt{
	font-family:Calibri, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	text-align:justify;
	padding-right: 10px;
}

.bodytxt a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

.bodytxt a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.bodytxt a:hover{
	color:#de1d33;
	text-decoration:none;
}

.foot{
	background-image:url(images/foot.jpg);
	background-repeat:no-repeat;
	height:64px;
	font:bold 12px Arial;
	color:#000000;
	text-decoration:none;
}
.bg_bod {
	background-image: url(images/bg_bod.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}


.foot a:link{
	color:#000000;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

.foot a:visited{
	color:#000000;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

.foot a:hover{
	color:#de1d33;
	text-decoration:none;
}

.footer{
	font:bold 12px Arial;
	color:#ffffff;
	text-decoration:none;
}

.footer a:link{
	color:#ffffff;
	text-decoration:none;
}

.footer a:visited{
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.tblborder{
	border:#ffffff solid 1px;
}

.contact{
	background-image:url(images/contactbg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:159px;
	font:14px Arial;
	color:#000000;
	text-decoration:none;
}

.butta {
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#a11b28;
	border:none;
	cursor:pointer;
	height:31px;
}

.email{
	color:#000000;
	text-decoration:none;
}

.email:hover{
	color:#b00006;
	text-decoration:underline;
}

