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


* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	width:100%;
	background-color: #FFFFFF;	
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: lighter;
	border-bottom-style: dashed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	vertical-align: middle;
}
img {
margin-left:10px;
}






