#main p{
	margin-left: 12px;
	margin-bottom: 0px;
}

#main ul {
	margin-left: 30px;
}

#main ul li{
	list-style: disc;
}

#main h3{
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}


#main td a,#main li a{
	color: #333333;
	text-decoration:underline;
}


.bold{
	font-weight: bold;
}

#main p.que{
	background-image: url(../faq/images/q.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: left 3px;
	margin-bottom: 5px;
}

#main p.ans{
	background-image: url(../faq/images/a.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: left 3px;
}

#main p.indent1{
	margin-top: 5px;	
}

#main p.indent2{
	padding-left: 17px;
}

#main p.indent3{
	margin-left: 3em;
}
#main .section table.indent4{
	margin-left: 4em;
	margin-bottom: 3px;
}
#main .section table.indent4 td{
	font-size: x-small;
	_font-size: xx-small;/*IE6*/
}

#main p.astr{
	margin-left: 3em;
}




#main .section th.center {
	text-align: center;
}
#main .section table.table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse:collapse;
	width: 568px;
	margin-left: 32px;
}
#main .section table.table th, #main .section table.table td {
	padding: 3px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: x-small;
	_font-size: xx-small;/*IE6*/

}

#main .section table.table th{
	background: #eeeeee;
}

#main .section table.table td.center{
	width: 6em;
}

#main .section table.table td.center2{
	width: 3em;
	text-align: center;
}
