html, body, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, ul, li, hr {
   margin-bottom: 0px;
	margin-top: 0px;	
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #d34040;

}

html, body {
	background-color: #ffffff;
	font-size: 100%;
	text-align: justify;

}
p {
  	margin: 10px 0;
	color: #8F8F8F;
	text-align: justify;
	font-size: 0.99em;	
		
}

PRE {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 9px;
}
H1, H2, H3, H4,  H5,  H6 {
	color: #8F8F8F;
}

H1 {	
      margin-bottom: 10px;
		margin-top: 10px;
		font-size: 100%;
		padding-top: 0px;
		
}
H2 {	
      margin-top: 10px;
      margin-bottom: 5px; 
		font-size: 100%;
		padding-top: 0px;
		
}
H3 {	
      margin-bottom: 10px;
		font-size: 100%;
		padding-top: 10px;
		
}
H4 {	
		font-size: 80%;
		padding-top: 10px;
		
}
H5 {	
		font-size: 80%;
		padding-top: 10px;
		
}
H6 {	
		font-size: 80%;
		padding-top: 0px;
		font-weight: normal;
		
}
hr {
	color: #034793;
	height: 0px;
	background: #034793;
	clear: both;
}

ul {
	margin-top: 0px;
	
}

li {
	line-height: normal;
	font-size: .95em;
	list-style-image: url(../images/li.gif);
}

a:link, a:visited {
	text-decoration: none;
	color: #767676;
}
a:hover {
	text-decoration: underline;
	color: #767676;
}

form {
	margin: 0px 0px 0px 0px;
}	
label {
	color: #034793;	
}


.back{
	float: right;
}
.linky{
	text-align: center;
	margin-bottom: 0px;
}

.p_com {
	text-align: left;

}

.hidden{
	display: none;
}
