/* make header links special */

.header a:link	{
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
	}
	
.header a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
	} 

.header a:hover {
	color: #f60;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #f60;
	} 

.header a:active {
	color: #f60;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #f60;
	} 
	
	
.hide	{
	display: none;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #c30;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #f60;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #f60;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f90;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #f90;
	background: transparent; 
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Georgia, "New Century Schoolbook", Times, serif;
		}

h1	{
	font-size: 1.25em;
	font-weight: 700;
	color: #660000;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.125em;
	margin-left: 0px;
	}

h2	{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0.125em;
	margin-top: 0.5em;
	color: #660000;
	}

h3 {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 0.125em;
	margin-top: 0.5em;
	color: #666666;
}

h4 {
	font-size: .9em;
	font-weight: normal;
	margin-bottom: 0.125em;
	margin-top: 0.5em;
	color: #660000;
}

img a:link {
	text-decoration: none;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5;
	}

html ul	{
	margin-top: 0;
	margin-bottom: .75em;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.25;
	}

#footer p	{
	font-size: 11px;
	margin-top: 25px;
	}
	
/* Basic page divisions */

#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	}
	
/* dmf addons */
	
.bodytexthilite {
	font-weight: bold;
	color: #660000;
}

.textinbar {
	background-color: #ccc;
	padding: 2px;
}

.textinbar-hilite {
	background-color: #ccc;
	padding: 2px;
	color: #f63;
}
	
.descript-group {
	display: block;
	clear: both;
}
.trailingfootnote {
	font-style: italic;
	color: #666600;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	font-size: smaller;
	padding-bottom: 12px;
}
