body {
	background-color:	#FFF;
	font: 				100% Arial, Helvetica, serif;
	color:				#000;
	margin:				20px;
	padding:			0;
}

a {
	font-weight:		bold;
}

h1 {
	font:				1.5em Arial, Helvetica, serif;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		120%;
	margin:				0 0 10px 0;
}
body.announcement h1 {
	margin-bottom:		0;
}
h2 {
	font:				1.0em Arial, Helvetica, serif;
	font-weight:		bold;
	line-height:		110%;
	margin:				0 0 5px 0;
}
body.announcement h2 {
	margin-bottom:		10px;
}
h3 {
	font:				0.9em Arial, Helvetica, serif;
	font-weight:		bold;
	line-height:		110%;
	margin:				0 0 5px 0;
}

p {
	font-size:			0.75em;
	line-height:		125%;
	margin:				0 0 15px 0;
}
table {
	width:				100%;
	margin:				0 0 10px 0;
}
th, td {
	font-size:			0.75em;
	line-height:		125%;
	text-align:			left;
	margin:				0;
	padding:			0 10px 10px 0;
	vertical-align:		top;
}
th.size, td.size {
	text-align:			right;
}
ul, ol {
	margin:				0 12px 15px 0;
	padding:			0 0 0 22px;
}
li { 
	font-size: 			0.75em;
	line-height:		125%;
	margin-top:			3px;
}

img {
	font-size: 			0.57em;
	margin:				0 10px 10px 0;
	border:				none;
}
th img {
	margin:				0;
}

form {
	margin:				0 0 15px 0;
	padding:			0;
}
label {
	font-size:			0.67em;
	font-weight:		bold;
	line-height:		125%;
	margin:				0 5px 0 0;
}
.textinput, textarea {
	width:				210px;
	margin:				0 0 5px 0;
	padding:			2px;
}
select {
	margin:				2px 3px 5px 0;
}
#phone1, #phone2 {
	width:				30px;
}
#phone3 {
	width:				40px;
}
.data {
	font:				0.72em Arial, Helvetica, serif;
}
.button {
	font:				0.72em Arial, Helvetica, serif;
	font-weight:		bold;
}

#footer {
	font:				0.57em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height:		150%;
	margin:				0 0 15px 0;
}

/* gallery */

.header {
	text-align:			center;
}
.readme {
	text-align:			center;
	padding-top:		10px;
	clear:				both;
}
.image {
	float:				left;
	width:				60px;
	margin:				0 10px 10px 0;
	text-align:			center;
}
img#fullimage, .image img {
	border:				1px solid #000;
	margin:				0;
}
.clear {
	clear:				both;
}