﻿/* for W3C CSS compliance */
.void{} 
@media print {}

#faqs
{
	overflow: hidden;
	width: 592px;	
	padding: 8px 0 0 10px;
}

h1
{	
	margin: 0 0 20px 0;	
}

.list
{
	margin: 0 0 50px 0;
}

.graybg
{
	background-color: #e7e5e6;
}

.returntotop
{
	float: right;
	text-decoration: none;
}

p
{
	margin: 20px 0 20px 0;
	line-height: 18px;
}

li a
{
	color: #C2313E;
	text-decoration: underline;
}

li 
{
	line-height: 18px;
	list-style-image: url(../images/arrowlist.gif);
}

ul 
{
	margin-left: 16px;
	padding-left: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table
{
	padding: 10px 0 10px 0;
}

th
{
	font-weight: bold;
	text-align: left;
}

td
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #C2313E;
	line-height: 12px;
}