body {
	/* background-image: url(images/bg.jpg); */
	background-Color : #FFFFFF;
}
a,li a {
	color : #BA7213;
}
a:hover, li a:hover {
	color : #79165F;
}
/*a:visited li a:visited {
	color : #80231E;
}*/
b {
	font-weight : bold;
	color : #8C2829;
}
i {
	font-style : italic;
	color : #5A6D31;
	font-size : 12px;
}
li {
	margin-bottom : 30px;
}
ol li ol li {
	margin-bottom : 0;
}
ul li {
	margin-bottom : 0;
}
ul {
	list-style-type: square;	
}
ul ul {
	list-style-type: disc;
	font-size : 12px;
}
ol ol {
	font-size : 14px;
}
hr {
	width : 80%;
}
sup {
	font-size : 8px;
}
.heading {
	text-align : center;
	padding: 0 95px 0 170px;

}
.main {
	text-align: justify;
	vertical-align: top;
	margin: auto;
	padding: 10px 95px 10px 170px;
	font-size : 16px;
	text-align : justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.menu {
	/* position : fixed; */
	top : 0;
	left : 0;
}
.menuout {
	position : absolute;
	top : 0px;
	left : 0px;
}
.menuout img {
    border : 0;
}
.copyright {
	font-size : 10px;
	text-align : center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding : 0 0 0 90px;
}
.copyright a {
	color : #000000;
	text-decoration : none;
}
.copyright a:hover {
	color : #79165F;
	text-decoration : underline;
}
