body{	background-color: white;	font-family: times, arial, helvetica, serif;	font-size: 12pt;	color: #000000;}
/*placement*/
#body{	width: 650px;	margin-left: auto;	margin-right:auto;	text-align:left;}
#details{	background-color: #ffffff;	color: #000099;	font-size: 10pt;}
#footer{	width: 650px;	text-align: center;}
#img{/*trigger for hiding images*/text-align: center;}

/*FONT STYLES*/
.head1{	color: #FF0200;	font-family: arial;}
.head12{	font-size: 18pt;	font-weight: bolder;}
.head2{	color: #000099;	font-family: times;	font-size: 13pt;	font-weight: bold;}
.style6 {	font-size: 12pt;}
.title{	color: #000099;	font-size: 13pt;}

/*menu copyright dynamic drive css*/
.bevelmenu{	font:bold 12px arial;	padding: 6px 0;	margin: 0;	width: 100%;	background-color: #cccccc;	text-align: center;}
.bevelmenu li{	list-style: none;	display: inline;}
.bevelmenu li a{	padding: 3px 0.5em;	text-decoration: none;	color: black;	background-color: #cccccc;	border: 2px solid #cccccc;}
.bevelmenu li a:hover{	color: black;	background-color: #777777;	border-style: outset;}
 .bevelmenu li a:active{ 	border-style: inset;}
.blevelmenu li .current{	color: #000099;	font-style:italic;}
