@charset "utf-8";
/* CSS Document */
body{ font-size:62.5%; font-family: arial,verdana,sans; color: #373737;}

h2 {font-size:1.3em;}

h5 {font-size:1.2em;}

p {font-size:1.1em;}

#helpContent {
	overflow: auto;
	width: 730px;
	height: 270px;
	margin-left: 40px;
	/*margin-top:10px;*/
	font-size:1.2em;
	position:relative;
}

#helpContent p {
	/*line-height: 18px;*/
}

a {
	color:#373737;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

