/* --- ELEMENT STYLES --- */
body
{
	margin: 1em;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}

h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

a:link, a:visited, a:hover, a:active
{
	color: #000;
	text-decoration: none;
}

hr
{
	color: #000;
	background: #000;
	border: 0;
	height: 1px;
}

cite
{
	text-align: right;
	font-size: 90%;
	font-style: normal;
	display: block;
}

/* --- CONTAINERS --- */
#content { font-family: "times new roman", times, serif; }
#nav { display: none; }
.printhide { display: none; }

#footer
{
	clear: both;
	text-align: right;
	font-size: 85%;
	margin-top: 4em;
}

#footer img { margin-bottom: 5px; }
#topstripblack { display: none; }

/* ------ PREVIOUS NEXT ------ */
#previous a, #next a
{
	color: #fff;
	display: block;
	width: 7em;
	float: left;
	padding: .3em;
	text-align: center;
	margin: 2em 0;
	text-decoration: none;
	font-size: 90%;
}

#previous a { float: left; }
#next a { float: right; }
#next a:link, #next a:visited, #previous a:link, #previous a:visited { background-color: #000; }
#next a:hover, #next a:active, #previous a:hover, #previous a:active { background-color: #000; }

/* ------ ICON LIST ------ */
.iconlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.iconlist li
{
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.loc { background: url(/images/site/bullet_location.gif) no-repeat 0 .4em; }
li.eml { background: url(/images/site/bullet_message.gif) no-repeat 0 .4em; }
li.doc { background: url(/images/site/bullet_doc.gif) no-repeat 0 .4em; }
li.htm { background: url(/images/site/bullet_htm.gif) no-repeat 0 .4em; }
li.pdf { background: url(/images/site/bullet_pdf.gif) no-repeat 0 .4em; }
li.popup { background: url(/images/site/bullet_popup.gif) no-repeat 0 .4em; }
li.ppt { background: url(/images/site/bullet_ppt.gif) no-repeat 0 .4em; }
li.qt { background: url(/images/site/bullet_qt.gif) no-repeat 0 .4em; }
li.text { background: url(/images/site/bullet_text.gif) no-repeat 0 .4em; }
li.xls { background: url(/images/site/bullet_xls.gif) no-repeat 0 .4em; }

/* ------ GENERAL CLASSES ------ */
.none { display: none; }
#reply { display: none; }

.reply h2
{
	margin-top: 0;
	font-size: 180%;
}

.imgright
{
	float: right;
	margin: 0 0 0 1em;
}

.imgright img { margin-bottom: 10px; }
.taxa { font-size: 75%; }

.taxa strong
{
	width: 7em;
	float: left;
	clear: left;
}
