body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c8c8c8;
}
		 
h1 {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: Black;
}
	
h2 {
	font-size: 175%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: Black;
}
	 
h3 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

h4 {
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}
	 
h5 {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

#float_L {
	background: transparent;
	margin: 0 0 0 .125em;
	padding: .5em .5em .125em .25em;
	float: left;
}

.float_L {
	background: transparent;
	margin: 0 0 0 .125em;
	padding: .5em .5em .125em .25em;
	float: left;
}

.clear {
	clear: both;
}

#clear {
	clear: both;
}

.bold {
	font-size: large;
	font-weight: bold;
}

.cap:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 400%;
	float: left;
	width: auto;
	color: fuchsia;
}
	  
.lg {
	font-size: 175%;
   color: #00cc33;
}
	  
.bg {
	font-size: large;
	color: #00cc33;
}
	  
b {
	font-size: inherit;
	font-weight: bolder;
	color: #00cc33;
}
	
.bld {
	font-size: large;
	font-weight: bold;
	color: #00cc33;
}
	   
td {
	font-size: 11pt;
	font-weight: normal;
}
	  
tr {
	font-size: 10pt;
	font-weight: normal;
}
	
.sm {
	font-size: smaller;
	font-weight: normal;
}

hr {
	width: 960px;
}