/* Library files - sets plain background, etc. so as not to interfere with primary css */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.3em;
	background-color: #000000;
	margin: auto;
	padding: 0;
}

a {
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 125%;
	color: #FF3300;
}

h2 {
	font-size: 100%;
	color: #FF3300;

}

img.floatleft {
	float: left;
	margin-right: 5px;
}

img.floatright {
	float: right;
	margin-left: 5px;
}

img.center {
	text-align: center;
}

.smallprint {
	font-size: 80%;
}

.emphasized {
	font-weight: bold;
}