@charset "utf-8";
/* CSS Document */

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
.style1 {
	font-family: "Comic Sans MS", "Trebuchet MS", sans-serif;
	font-size: medium
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
	
	

