/* CSS Document */
body	{

margin-top: 0px;
margin-right: 0px;
margin-left: 0px; 
font-family: Arial;
font-size: 12px;


	}
	
p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.page-header {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;	
}

.image-border {
  border-width:2px;
  border-color:#FF9900;
}

a { 
color: #FFAC2F; 
text-decoration: none;
font-weight: bold;
}
a:hover  {
color: #FFAC2F; 
text-decoration: underline;
font-weight: bold;

}

