h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #CC0000;
	border: .05em solid #000000;
	left: 0%;
	width: 100%;
	background-image: url(images/atlogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 500;
	color: #CC0000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7a6e03;
	font-weight: 500;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 500;
	color: #000000;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 500;
}
img {
	margin: 1%;
}
h1.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #CC0000;
	border: .05em solid #000000;
	left: 0%;
	width: 100%;
	background-image: url(images/atlogo2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.floatright { float: right; }
.floatleft { float: left; margin: 1em; padding: 1em; }

