/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {margin: 0;padding: 0;}
fieldset, img {border: 0;}
:focus {outline: 0;}
address, caption, cite, code, dfn,em, th, var, optgroup {font-style: normal;font-weight: normal;}

h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
abbr, acronym {border: 0;font-variant: normal;}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {font-size: 100%;}

input, button, textarea, select {*font-size: 100%;}
body {line-height: 1.5;}
ol, ul {list-style: none;}

table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
sup, sub {font-size: 100%;vertical-align: baseline;}
:link, :visited , ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}

.fn-clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.fn-clear {*zoom:1; /* for IE6 IE7 */}

/* reset end */


body .fn-hide {display:none;}
.fn-left,.fn-right {display:inline;}
.fn-left {float:left;}
.fn-right {float:right;}

html,body{
	height: 100%;
	width: 100%;
}

body{
	color: #000;
	font-size:14px;
	line-height: 24px; 
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}
a{text-decoration: underline; color: #03c;}
a:link{text-decoration: underline; color: #03c;}
a:visited{color: #03c;text-decoration: underline;}
a:hover { text-decoration: underline; color: #e12160; }

strong{font-weight: bold;}

/* help-wrap */
#help-wrap{padding: 20px;}

/* help-nav */
#help-nav{	
	width: 200px;
	overflow: hidden;
	float: left;
}
	#help-nav h1{margin: 10px 0;_margin-top:0;}
	#help-nav li{
		font-size: 12px;
		_font-size: 8px;
		color: #666;
		padding: 4px 0 4px 5px;
	}
	#help-nav li a{
		font-size: 14px;
		margin-left: 10px;
	} 
	#help-nav li a.current{
		font-weight: bold;
		color: #e12160;
		text-decoration: none;
	}
	
/* subNav */	
.subNav{padding: 20px 50px; background-color: #f0f0f0; margin-top: 10px;}
.subNav ol{ text-align: left;}
.subNav ol li{list-style: decimal;}	


h1,
h2,
h5{	
	line-height: 16px;
	font-weight: bold;
	padding: 4px;
	background-color: #e5ecf9;
}

/* help-box */
#help-box{ margin-left: 220px;}
#help-box p{padding: 5px 0 5px 20px;}
#help-box p.gotop{text-align: right;}
#help-box h5{margin: 10px 0;}
#help-box table{margin: 0 0 0 20px;}
#help-box ul,
#help-box ol{ text-align: left; margin: 0 0 0 45px;}
#help-box ul li{list-style: lower-alpha; }	
#help-box ol li{list-style: decimal;}	
.red{	color: #f00;}