body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body.gif);
	background-position: top;
	background-color: #1E7DEB;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}
a.link:link,a.link:active,a.link:visited
{
	background-color: #0A72EA;
	border: 1px solid #2d2d2d;
	display: block;
	color: #FFAE00;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-right: 13px;
	margin-left: 13px;
}
a.link:hover
{
}
a.link2:link,a.link2:active,a.link2:visited
{
	background-color: #FFFFFF;
	border: 1px solid #0A72EA;
	display: block;
	color: #0A72EA;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-right: 13px;
	margin-left: 13px;
}
a.link2:hover
{
	background-color: #0A72EA;
	border: 1px solid #2d2d2d;
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFB400;
}
h2 {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8B7B64;
}
.yellow {
	color: #FFAE00;
}
h5 {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8B7B64;
	background-color: #016DE9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

p {
	font-size: 12px;
	color: #9A9A9A;
	margin-top: 0px;
}
li {
   	font-size: 12px;
	color: #9A9A9A;
	margin-top: 0px;
	}
	
.faded {
	background-image: url(images/faded.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.creme {
	color: #8B7B64;
}

blockquote {
	margin: 25px;
}

