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

body {
	background-color: #E8E8E8;
	background-image: url();
	background-repeat: no-repeat;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
.details {
	font-size: 24px;
	font-weight: bold;
}
.heading_1 {color: #990000
}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
.white_heading {
	color: #FFFFFF;
	font-weight: bold;
}

#conatainer {
	background-image: url(../Images/homeBG.jpg);
	height: 530px;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 110px;
	padding-left: 24px;
}
.style1 {
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
}
.footer {font-size: 10px}
