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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	background-image:url(assets/images/bg.jpg) !important;
	background-position: top center !important;
	background-attachment: scroll !important;
	background-repeat: repeat-x ;
	background-color: ffffff;
	text-transform: capitalize;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
}
.hr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #19BBB9;
	text-decoration: none;
}

a:link {
	color: #19BBB9;
}
	
a:visited {
	color: #19BBB9;	
} 

a:hover {
	color: #0099FF;
}

