body {
	font-family: Helvetica, Arial, sans-serif;
	color: #e0e0e0;
	font-size: 14px;
	font-weight: normal;
}

p {
	line-height:19px;
	margin-bottom:15px;
}

a {
	color: #9999a1;
	text-decoration: none;
}

a:visited{
	color: #9999a1;
	text-decoration: none;
}

a:visited:hover{
	text-decoration: underline;
	color: #FFFFFF;
	border: none;
}

p a{
	border-bottom: thin dotted #9999a1;
}

a.naked {
	border: none;
}

a.normalcolor {
	color: #e0e0e0;
}

a.normalcolor:hover {
	text-decoration:none;
	border:none;
}

a.nohover {
	color: #e0e0e0;
}
a.nohover:hover {
	text-decoration:none;
	border: none;
}


div.buylinks p a {
	border: none;
}

a img, :link img, :visited img {
	border: medium none;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	border: none;
}
a.selector{
	background: black;
}
a.selector:hover{
	background: white;
}

ul, ol {
	list-style: none outside none;
}

ol.order {
	list-style: decimal outside none;
	padding: 0px 25px 0px 20px;
	margin-left: 25px;
}

ol.order li{
	margin-bottom: 10px;
}

ul li, ol li {
	margin-bottom: 20px;
}

ul.listed {
	list-style: square outside;
	margin-bottom: 15px;
}

ul.listed li {
	margin-left: 30px;
	margin-bottom: 2px;
}

ul.slide-listing li p {
	font-size: 12px;
}

ul.slide-listing li p.question {
	font-size: 15px;
}


.normal {
	font-family: Helvetica, Arial, sans-serif;
	color: #e0e0e0;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	text-decoration: none;
	font-style: none;
}


/* 
	Main
*/

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.strong{
	font-weight: bold;
}

.small {
	font-size: 12px;
}

.smaller{
	font-size: 80%;
}

.larger{
	font-size: 120%;
}

.right {
	text-align: right;
}

.blockright{
	display: block;
	text-align: right;
}

.hidden {
	display:none;
}

.green {
	color: #009900;
}

.blueborder {
	border: 1px #D1EAFF solid;
}

.nobotm {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1 img {
	padding: 10px 0 20px 0;
}

.red{
	color:#DD3333;
}

h3 {
	font-size: 18px;
	font-weight:bold;
	color: #d1eaff;
}

h4 {
	font-size: 15px;
	font-weight:bold;
	color: #d1eaff;
}

.credits {
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
}

.full-text-wrap ul li {
	list-style: disc outside none;
	text-indent: 10px;
	margin: 20px 50px 10px 50px;
	font-weight: bold;
}

.full-text-wrap ul li.unbold {
	font-weight: normal;
}

.reg-margins {
	margin: 0px 15px 15px 15px;
}

p.author {
	font-style: italic;
	text-align: right;
	margin-bottom: 40px;
}

p.author-nobot
{
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
	text-align: right;
	margin-bottom: 0px;
}

div.side-quotebox p.author-nobot{
	font-size: 100%;
}

ul#questions li ul li {
	font-weight: normal;
	font-size: 90%;
	margin-bottom: 30px;;
}

.question{
	font-size: 13px;
	font-weight: bold;
}


/* 
	Footer
*/


.rem-txt p {
	font-size: 12px;
	line-height: 14px;
}

#footer-bottom {
	font-size: 10px;
	word-spacing: -1.5px
}

#reminders a{
	color: inherit;
	border: none;
}
#reminders a:hover {
	text-decoration: none;
	border: none;
}

img.floatey{
	float:left;
}
