/* CSS Document */

body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000000;
	background-color:#D5DFEE;
	padding-top:20px;
}

/* unvisited link */
a:link {
    color: #6194CA;
}

/* visited link */
a:visited {
    color: #EC6DA2;
}

/* mouse over link */
a:hover {
    color: #6194CA;
}

/* selected link */
a:active {
     color: #6194CA;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1em;
	margin-bottom:0px;
}

h2.faq
{
	font-style:italic;
	font-size: 1em;
	margin-bottom:16px;
}

p
{
	margin-top:0px;
}

p.footer
{
	font-size: .8em;
	text-align: center
}