@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #616264;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration:underline;
}
a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration:none;
}

p{
margin:0px;
padding:0px;
}

img{
	border:none;
}

.footer{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 50px;
	padding-left: 33px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}
a.footerlink{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}    

a.footerlink:hover{
	font-family: Arial;
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none;
}    
.textBg{
	background-image: url(../images/text_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
     }
.info{
	font-family: Arial;
	font-size: 15px;
	color: #FF6600;
    }	 
.contactNo{
	font-family: Arial;
	font-size: 18px;
	color: #FF6600;
    }
.orangeText{
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2C863E;
}
.naviBg{
	background-image: url(../images/img_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
     }