.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top left;
    color: #000;
    display: block;
    float: center;
    font: normal 12px arial, sans-serif;
    height: 20px;
    padding-left: 12px;
    padding-top: 4px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 5 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: top left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


.serifsmall {
	font-family: times new roman;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #900;
	letter-spacing: 1px;
}



.instructionheading {
	background-color: #cccccc;
	color: #333333;
	font-family: verdana;
	font-size: 9px;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
}
.headinggray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 2px;
}
.comments {
	font-family: times new roman;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
}
.heading1 {
	font-family: times new roman;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
}
.bigmessage {
	font-family: times new roman;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
}
.heading2 {
	font-family: times new roman;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
}
.heading3 {
	font-family: times new roman;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
}
.source {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.prompt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italics;
	font-weight: normal;
	color: #900;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #ccc;
	color: #CC0033;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.plain9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #111;
}
.plain10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #111111;
}
.plaingray10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.plain12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #111111;
}
.plainred9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}
.plainred10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}
.plainred10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}
.selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #fff;
	color: #990000;
}



#whiteButton {
	font-family: times new roman, serif;
	font-size: 14px;
	text-decoration: none;
	font-variant: small-caps;
	color: #900;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: -2px;
	padding-bottom: -2px;
	padding-right: 5px;
	background-color: #fff;
	border: 1px #aaa solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

		#roundCorner {
			font-family: times new roman, serif;
			font-size: 10px;
			text-decoration: none;
			font-variant: small-caps;
			color: #222;
			margin: 5px;
			padding: 5px;
			border: 1px #333 solid;
			background-color: #eee;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		#roundCornerYellow {
			font-family: verdana,helvetica,sans-serif;
			font-size: 10px;
			text-decoration: none;
			color: #222;
			margin: 5px;
			padding: 2px 5px 2px 5px;
			border: 1px #333 solid;
			background-color: #FF6;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}



.citation {
	font-family: times
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.cite_indent {
	text-indent: -20px;
}

