body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.7em;
	color: #000;
	background: #fff;
}

div, p, a, th, td, li, dd, dl, dt, tbody, thead
{
	/* redundant selectors to help NS4 not forget */
	font-family: verdana, arial, helvetica, sans-serif;
}

a
{
	color: #800000;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
}

a:link { color: #800000; }
a:visited { color: #800000; }
a:active { color: #800000; }

a:hover
{
	background-color: #5D6E7C;
	color: #fff;
	text-decoration: underline;
}

img
{
	border: 0;
}

code, tt, pre
{
	font: 1em "andale mono", monaco, courier, "courier new", monospace;
	color: #333;
}

em, blockquote { font-style: italic; }
blockquote { margin: 10px 15px; }

h1, h2, h3, h4, h5, h6
{
	font-family: georgia, times, serif;
	font-weight: bold;
	color: #000;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1em; 	
	 font-family: verdana, arial, helvetica, sans-serif;
}

p { font-size: 1em; }

p
{
	margin-top: 0;
	margin-bottom: 0.5em;
}

ol,ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	margin-top: 0;
	margin-bottom: 0.5em;
}


p.just { text-align: justify; }
.for-prnt { display: none; }
.indent { margin-left: 2em; }

.pad-bot-half { padding-bottom: 0.5em;}
.pad-bot-one { padding-bottom: 1em;}
.pad-bot-two { padding-bottom: 2em;}

.pad-top-half { padding-top: 0.5em;}
.pad-top-one { padding-top: 1em;}
.pad-top-two { padding-top: 2em;}


.nobullet {	list-style: none; }

.subhead
{
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-left: 1em;
}

.subhead2
{
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-left: 1em;
	font-weight: bold;
}

.sub3 { font-weight: normal; }

.ednote
{
	font-size: 0.9em;
	margin-bottom: 1em;
}

.centr
{
	margin: 2em 0; 
	text-align: center;
}
	

.cite { margin-left: 2em; margin-right: 2em; font-style: italic;}

.d { color: #000; }

.l { font-weight: bold; }
