/* Style sheet for Dark of the Moon web pages */

body 	{
					background-color: #FFFFFF;
					color: #000000;
					font-family: "Arial", "Helvetica", "sans-serif";
}
h1 {  font-family: Arial, Helvetica, sans-serif}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {  font-family: Arial, Helvetica, sans-serif}
.logotext {color: #FF9966}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.ifloatleft {
	border-bottom: 1px solid #dcdcdc;
	width: 200px;
	text-align: left;
	padding: 0;
}
div.ifloatright {
	float: right;
	margin: 0 0 20px 20px;
}

div.ifloatleft {
	float: left;
	margin: 0 20px 20px 0;
}

div.ifloatright p,
div.ifloatleft p,
div.ifloatright p span,
div.ifloatleft p span {
	font-size: x-small;
	text-align: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

div.ifloatright p,
div.ifloatleft p {
	color:#666;
	display: block;
	margin-bottom: 10px;
}

.nowrap, .clear {
	clear: both;
}

.alphabet {
	color: #999;
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	word-spacing: 4px;
	border-top: 1px solid #063;
	border-bottom: 3px double #063;
	}
