@charset "utf-8";
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

/* CSS Document */

.buffer {
	padding: 10px;
	margin-left: 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
.dateList {
	list-style-type: none;
}
.supportList {
	font-size: 14px;
	font-weight: bold;
	list-style-type: square;
	line-height: 20px;
}
.footNav {
	text-decoration: none;
	color: #FFFFFF;
}
.footNav a {
	text-transform: uppercase;
	text-decoration: none;
}

footNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

footNav a:visited {
	color: #FFFFFF;
}
.linkPlain {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.imageleft {
	float: left;
	border: 4px double #1A0390;
	margin-right: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
p {
	text-align: justify;
	text-indent: 20px;
}
.listNest {
	font-size: 14px;
	font-weight: normal;
}
.longer {
	height: 1000px;
	width: 489px;
	position: relative;
	overflow: scroll;
}
.flood {
	color: #000066;
	background-color: #FF6600;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #330000;
	border-right-color: #333300;
	border-bottom-color: #330000;
	border-left-color: #333300;
	margin-top: 5px;
	text-align: justify;
	padding: 5px;
	vertical-align: text-top;
}
.Nobulletlist {
	list-style-type: none;
}
