@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}

#Divbody{
	width:740px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	font-family: Vrinda;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h2 {
	font-family:Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #660033;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Divindextop{
	padding:0px;
	margin-top: 100px;
	text-align: center;

}

#Divtop{
	text-align:center;
	margin: 5px;
}

#Divcontentbox{
	margin-top: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660033;
	border-left-color: #660033;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 13px;
	padding-bottom: 50px;
		
}

#Divcontentbox a{
	color: #660033;
}
#Divcontentbox a:Hover{
	color: #660033;
	text-decoration: none;
}
#Divfooter{
	font-family:Vrinda;
	font-size:11px;
	color:#595b5c;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a06767;
	border-left-color: #a06767;
	padding-bottom: 10px;
}
#Divfooter a{
	font-family: Vrinda;
	font-size:11px;
	color:#595b5c;
	text-decoration:underline;
}

#Divfooter a:Hover{
	font-family: Vrinda;
	font-size:11px;
	color:#595b5c;
	text-decoration:none;
}

#DivfooterIndex{
	font-family:Vrinda;
	font-size:11px;
	color:#595b5c;
	text-align: center;
	margin-top: 150px;

}
#DivfooterIndex a{
	font-family:Vrinda;
	font-size:11px;
	color:#353536;
	text-align: center;

}
.hiliteText{
	color:#660033;
}
.bullet{
	list-style-type: disc;
	margin-bottom: 10px;
}
