/* CSS Document */

body{
	margin:0;
	padding:30px 0;
	font:76% tahoma,verdana,sans-serif;
	color:#222;
	background-attachment: fixed;
}

p{
	line-height:1.5em;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 15px;
	margin-left: 0;
	padding-right: 10px;
}

h1{
	font-size:1.4em;
	margin-right: 15px;
	margin-left: 0px;
	padding-left: 0px;
	letter-spacing: 0.2em;
	font-weight: normal;
	color: #582079;
}

h2{
	margin:20px 0 10px 0;
	font-size:1.8em;
	color: #582079;
	font-weight: bold;
	letter-spacing: 0.3em;
}

h3{
	margin:20px 0 0 0;
	font-size:1.4em;
	padding: 5px 10px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	color: #582079;
	background-color: #CCCC99;
}

a {
	color: #027F81;
	text-decoration: underline;
}

a:hover {
	color: #FD00FF;
	text-decoration: none;
}

acronym{
	border-bottom: 1px dotted #666666;
	cursor: help;
}

li {

	line-height:1.5em;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 15px;
	margin-left: 0;
	padding-right: 10px;
}

.outertable {
border: medium solid #CB9A3B;
}
.reasons {
	font-size: 1.2em;
}
.required {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

