body{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	background-color:#FFF;
	margin:8px 0 0 0;
	padding:0;
	color:#000;
	width:400px;
	height:370px;
	line-height:14px;
	}
	
#txt-contents{
	width:100%;
	height:352px;
	}
	
#sub-nav{
	width:100%;
	height:20px;
	}		
	
#sub-nav #back2main{
	width:300px;
	float:left;
	}
	
#sub-nav #arrowback{
	width:50px;
	float:left;
	}	
		
#sub-nav #arrownext{
	width:50px;
	float:right;
	text-align:right;
	}	
			
.bold{
	font-weight:bold;
	z-index:5;
	}
	
.italic{
	font-style:italic;
	z-index:5;
	}
	
.headline{
	font-size:21px;
	color:#ed1d23;
	font-weight:bold;
	z-index:7;
	}
	
.red{
	color:#ed1d23;
	z-index:5;
	}	
	
.red-bold{
	color:#ed1d23;
	font-weight:bold;
	z-index:5;
	}
	
#faq{	
	width:100%;
	}
	
a{
	text-decoration:none;
	color:#ed1d23;
	}	
	
a:hover{
	text-decoration:underline;
	color:#000;
	}
	
#faq a{
	text-decoration:none;
	color:#000;
	}	
	
#faq a:hover{
	text-decoration:underline;
	color:#ed1d23;
	}
	
.row{
	margin-bottom:10px;
}

label{
	float:left;
	margin:0 5px 0 0;
	font:bold 100% verdana;
	text-align:right;
	width:13em;
	line-height:1.5em;
	color:#333;
	background-color:#fcc;
	padding:0.2em 0.5em 0.2em 0;
}		
