/*
	NF-specific text CSS
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#2a2727;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	color:#c2191e;
	border-bottom: 2px solid #c2191e;
	margin-bottom: 20px;
}

h1.first {
	width:388px;
}


h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
	margin-bottom: 10px;
}


dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

p {
	margin-bottom:8px;
}

/* Better looking SUPer- and SUBscripts */
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}


/* The main text is only in DIV#main_content */

#main_content p a, #main_content p a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #666;
	padding: 0 2px 1px 2px;
	color: #0102ac;
}

#main_content p a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color:#0102ac;
}

#sm_1 li a, 
#sm_1 li a:visited,
#sm_2 li a, 
#sm_2 li a:visited,
#sm_3 li a, 
#sm_3 li a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #666;
	padding: 0 2px 1px 2px;
	color: #0102ac;
}

#sm_1 li a:hover, 
#sm_2 li a:hover, 
#sm_3 li a:hover 
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color:#0102ac;
}

#main_content td a, #main_content td a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #666;
	padding: 0 2px 1px 2px;
	color: #0102ac;
}

#main_content td a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color:#0102ac;
}

/* Classes in html page */

.name_board {
	font-weight: bold;
	font-variant:small-caps;
}

.role {
	font-style:italic;
}

p.posting_date {
	font-weight: bold;
	font-size:10px;
	margin-bottom: 3px;
}

.posted_date {
	text-align:right;
	font-size:10px;
}

.red_warning {color: #FF0000; font-weight:bold; }
.blue_warning {color: #0000FF; font-weight:bold;}