﻿/* abacusStyles.css */

#content p {
	padding-bottom: 12px;
	line-height: 1.1em;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 30px;
}
.catchPhrase {
	color: #FFDE3D;
	float: right;
	margin-right: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 4px;
	padding-top: 4px;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 4px;
}

a:visited:hover {
	color: #000000;
}
a {
	text-decoration: none;
	/* color: #FF6600 */ ;
}
a:active {
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #008080;
}
#content img {
	padding: 5px;
	border: 1px gray solid;
}
.mediumBold {
	font-size: medium;
	font-weight: bold;
}
.small {
	font-size: .8em;
}
.alignTextCenter {
	text-align: center;
}
.alignLeft {
	display: inline;
	float: left;
}
.alignRight {
	display: inline;
	float: right;
}
.highlight {
	font-family: "Courier New", Courier, monospace;
	color: #800000;
	font-variant: small-caps;
	border-bottom-color: #800000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#content li {
	padding-bottom: 2px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: 12px;
	padding-left: 50px;
}
.articleCopyright {
	font-size: small;
	text-align: center;
}
#content li p {
	padding: 2px 20px 2px 10px;
	font-size: 0.8em;
}
#content .checklist {
	list-style-type: circle;
	padding-left: 30px;
}

