/* CSS Document */
body {
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a {
	color: #a000a0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16pt;
	color: #a000a0;
	font-weight: bold;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 12pt;
	color: #a000a0;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	color: #a000a0;
	font-weight: bold;
}
p, li, td {
	font-size: 10pt;
}

.contact {
	color:#FFFFFF;
	font-size:8pt;
}
.contact a {
	color:white;
}
.mainTextArea {
	padding-top:5px; 
	padding-right:20px;
	padding-left:0px;
	padding-bottom:10px;
	background-image: url(images/right_spacer.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}
.FunFont {
	font-family: "Comic Sans MS", Arial, Verdana;
	color: #a000a0;
	font-weight: bold;
	font-style: italic;
}
.green {
	color: #006666;
}
.purple {
	color: #a000a0;
}
.normal {
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
blockquote {
	color: #a000a0;
}
.testimonial {
	color: #006666;
	font-style: italic;	
}
.tablespecs {
	border: 1px solid #a000a0;
	padding: 0px;
}
.tablespecs th {
	background: #a000a0;
	color: #FFFF99;
	text-transform: uppercase;
	font-weight: normal;
}
.tablespecs td {
	border: 1px solid #a000a0;
	padding: 3px;
	margin: 0px;
	vertical-align: top;
}
.insert {
	border: 1px solid #a000a0;
	padding: 5px;
	color: #006666;
	font-weight: bold;
}
.checklist {
	list-style-image: url(images/checkmark.gif);
}
.highlight {
	background-color: #a000a0;
	color: #ffff99;
	font-weight: bold;
}
.bookHeading {
	font-family: "Comic Sans MS", Arial, Verdana;
	color: #ffff99;
	font-weight: bold;
	font-style: italic;
	font-size: 14pt;
}
.quote {
	color: #006666;
	font-weight: bold;
	text-align: right;
	font-size: 10pt;
}
ul.topList {
	margin: 0px;
	padding: 0px;
}
ul.topList li {
	list-style:none;
}
.coffeehouse {
	font-weight: bold;
	color: #993300;
}
.example {
	color: #99ee66;
	font-family: courier, "times new roman";
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
	border: 1px solid #99ee66;
	padding: 5px;
	width: 300px;
}
.squareBullet {
	list-style-image: url(images/squareBullet.gif);
}