/*****************************************************************************
                             MAIN BODY TEXT STYLES
*****************************************************************************/

body, p, th, td, ol, ul, li, dl, dt, dd {
	font-family: Verdana, Helvetica, Arial, sans-serif;
//	font-size: 0.9em;
	font-size: 12px;
}

p {
	margin-top: 0px;
//	margin-bottom: 0.9em;
	margin-bottom: 12px;
}

a:link, a:visited {
	color: #990000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #990000;
	margin-top: 15px;
	margin-bottom: 0px;
}

h1 {
	font-size: 125%;
	font-weight: bold;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

th {
	text-align: center;
}

dt {
	font-weight: bold;
	margin-top: 15px;
	color: #990000;
}

dd {
//	font-size: 1em;
	font-size: 12px;
}

/*****************************************************************************
                         SPECIALLY MODIFIED ELEMENTS
*****************************************************************************/

p.small {
	font-size: 75%;
}

p.updated {
	text-align: center;
	font-size: 75%;
	color: #990000;
}

p.backtotop {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.backtotop {
	font-size: 75%
}

td.footer {
	text-align: center;
	font-size: 75%
}

.centered {
	text-align: center;
}

table.ebooks {
	font-size: 100%;
}

th.shaded {
	background-color: #cccccc;
}



