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

/*background image*/
body, html {
width:95%;
height:100%;
background-color:#FFFFFF;
margin-left: 5px;
margin-top:5px;
margin-bottom:25px;
margin-right:25px;
text-align:center;
font-family:Helvetica, sans-serif;
font-size:12px;
}

p {
font-family:Helvetica, sans-serif;
font-size:12px;
text-align:left;
line-height:16px;
margin-top:0;
margin-bottom:15px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height:17px;
	margin-top:0;
	margin-bottom:15px;
}
em {
	color:#000000;
	font-weight:bold;
}

a, a:visited {
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
}
