body {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #333333; 
	font decoration: none;
	text-align: justify;
	margin:0;
}
h1 {   
	font-size: 24px; 
	font-style: italic;  
	font-weight: bold;  
	text-transform: capitalize; 
	color: #FFFF99;  
	margin-bottom: 0px; 
	margin-top: 0px
}
h2 {  
	font-size: 18px; 
	font-style: italic;  
	font-weight: bold; 
	text-transform: capitalize; 
	color: #990000;  
	margin-bottom: 0px; 
	margin-top: 0px
}
h3 {  
	font-size: 14px; 
	font-weight: bold; 
	text-transform: capitalize; 
	color: #990000; 
	margin-bottom: 0px; 
	margin-top: 0px
}
h4 {  
	font-size: 12px; 
	font-weight: bolder; 
	text-transform: capitalize; 
	color: #990000; 
	margin-bottom: 0px; 
	margin-top: 0px
}
h5 {   
	font-size: 9px; 
	font-weight: bold; 
	text-transform: none; color: #990000;
	margin-bottom: 0px; 
	margin-top: 0px
}
h6 { 
	font-size: 10px; 
	color: #990000;  
	margin-bottom: 0px; 
	margin-top: 0px
}

a:link {  
	font-weight: bold; 
	color: #990000; 
	text-decoration: underline; 
	text-transform: capitalize; 
}
a:visited {  
	font-weight: bold; 
	color: #990000; 
	text-decoration: underline; 
	text-transform: capitalize;
}
a:hover {  
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: underline; 
	text-transform: capitalize
}
p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-decoration: none; 
	text-align: justify
}
input {	
	FONT-SIZE: 11px; 
	COLOR: #7d7d7d; 
	FONT-FAMILY: Verdana, Arial
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
.menu a:link {
	color: #990000;
	text-decoration: underline;
}
.menu a:visited {
	color: #990000;
	text-decoration: underline;
}
.menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.imageleft {
	float: left;
	margin-right:8
}

.imageright {
	float: right;
	margin-left:8
}
