﻿H1
{
	font-size: 120%;
	margin-bottom: 25px;
}

.ulnt a
{
    text-decoration: underline;
    border: none;
}

.ulnt a:hover
{
	text-decoration: none;
	border: none;
}

p a
{
    text-decoration: underline;
    border: none;
}

p a:hover
{
	text-decoration: none;
	border: none;
}

#outer
{
	width: 90%;
	padding: 15px 5%;
	text-align: center;
	font-size: 90%;	
}

p
{
	width: 90%;
	text-align: justify;
	margin: 20px 0 0 0;
}

.bold
{
	
}

#outer ul
{
}

#outer li
{
	list-style: square;
	margin: 7px 0 0 85px;
	text-align: left;
	height: 1%;
}

.disclaimer
{
	background-color: #409A8B;
	text-align: center;
	padding: 10px 20px;
	font-style: italic;
	font-size: 80%;
	width: 95%;
	clear: both;
	margin: 10px 0 0 0;
}