@charset "utf-8";
h1 {
	font-size: 22px;
	color: #39A4FF;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #1F1F1F;
	font-weight: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol {
	font-size: 14px;
	color: #1F1F1F;
}
a:link {
	color: #3AA1FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3AA1FF;
}
a:hover {
	text-decoration: underline;
	color: #3AA1FF;
}
.faqs {
	margin-left:25px
}

.back {
    text-align:right; font-size:10px;
}

DIV.hr_2 {height:1px;background:#BBB;margin:1em 0}
DIV.hr_2 HR {display:none}

.errorNote {font-weight:bold;background:#FFEEEE no-repeat 5px 4px;color:#444;border-top:1px solid #EE9999;border-bottom:1px solid #EE9999}
