body {
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif; 
}

#divBody {
	width: 712px; margin-left: auto; margin-right: auto;
	border: 1px solid red; 
	padding: 2px;
}
.divInnerBody{
	width: 99%;
	margin-left: auto; margin-right: auto;
	border: 1px solid gray;
	padding: 1px 2px 2px 2px;
}
.divHeader{}
.head1{
	/*font-size: 14px; font-weight: bold; */
	text-align: center;
}
.head2{
	font-size: 12px; font-weight: bold; 
	text-align: center;
}
.head3{
	font-size: 14px; font-weight: bold; font-style: italic;
	text-align: center;
}
.head4{
	font-size: 14px; font-weight: bold;
	text-align: center;
}
.head5{
	font-size: 14px; font-weight: bold;
	text-align: center;
}
.divBodyContent{
	padding: 0px 10px 0px 10px;
	font-family: Arial, Verdana, sans-serif;
}

.divCenter{
	margin-left: auto; margin-right: auto;
}
.fleft{
	float: left;
	width: 49%;
	margin-right: 6px;
}
.fright{
	float: right;
	width: 49%;
	margin-left: 6px;
}
.fright90{
	float: right;
	width: 90%;
	margin-left: 6px;
}
.divFLeft{
	font-size: x-large; font-weight: bold;
	float: left;
}
.divFRight{
	font-size: x-large; font-weight: bold;
	float: right;
}
.textIB{
	font-weight: bold; font-style: italic;
	text-align: center;
}
.divIFLeft{
	font-weight: bold;
	float: left;
	margin: 0px 5px 0px 0px;
}
.divIFRight{
	font-weight: bold;
	float: right;
	margin: 0px 0px 0px 5px;
}
.navbar{
	font-size: 10px; 
	text-align: center;
	font-weight: bold;
}
.navbar a:link, .navbar a:visited, .navbar a:hover {
	color: black; text-decoration: none;
}
.navbar a:hover {
	background-color: #FE200B;
	text-decoration: none;
}
.divClear{clear:both;}
.KaRaAmRa {
	font-size: 8px;	
}
.redtext{
	color: red;
}
.picLink a:link, .picLink a:visited, .picLink a:hover {
	
	color: black; text-decoration: none;
}
.ctrbdiv {
	text-align: center; 
	font-weight: bold;
}
.ctrdiv {
	text-align: center; 
	font-weight: normal;
}
.KaRaAmRa {
	font-size: 8px;	
}
.superScript{
	font-size: xx-small;
	vertical-align:top;
}

