/* ------ Text items -------- */
body
{
	font-family: arial, verdana;
	font-size : 76%;
	margin: 15px auto 15px auto;
	padding: 0px;
	width: 792px;
	color : black;
	background-color:White; 
}

p 
{
    line-height: 130%;
	margin: 0px 0px 1.3em;
}

h1, .heading1
{
	font-weight: normal;
	font-size : 2.4em;
	line-height: 110%;
	margin-bottom: 7px;
	padding-top:0px;
	margin-top:0px;    
}
h2, .heading2
{
	font-weight: normal;
	font-size : 1.5em;
	margin-bottom: 2px;
	margin-top:0px;
	padding-top:0px;
}
h3, .heading3
{
	font-weight: bold; 
	font-size: 1em;
	text-transform:uppercase; 	
	padding:0; 
	margin:12px 0 2px 0;	
}

h4{
	margin:0 0 0 0;
	font-size:1em;
}

.ingress {
	font-size: 1.3em;
	margin-bottom:1.6em;
}

.introduction
{
	font-style: italic;
}

.bold
{
	font-weight:bold;
}
.underline
{
	text-decoration:underline;
}

hr
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background:#d7d7d7;
	color: #d7d7d7;
	border:0;
}

/* ------ Links -------- */
a:hover{
	color:#b4352c;
	text-decoration:none;
}

a:active{
	color:#000000;
	text-decoration:none;
}

a.externlank 
{
	color :  #b4352c;	
	text-decoration:none;
	padding-left: 1px;
	padding-right:15px;
	
	background-image:url(images/nm/externallink.png);
	background-repeat:no-repeat;
	background-position:right;	
}

a.externlank:visited 
{
	color :  #b4352c;
}

a.externlank:hover {
	color : #000000;
}

a.externlank:active 
{
	color :  #b4352c;
}

.externlank 
{
	color :  #b4352c;		
}

a.internlank 
{
	color :  #b4352c;
	text-decoration:none;

}
a.internlank:visited 
{
	color :  #b4352c;
}

a.internlank:hover 
{
	color : #000000;
}

a.internlank:active 
{
	color :  #b4352c;
}

.internlank 
{
	color :  #b4352c;
}


/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
	border-collapse: collapse;
}
th
{
	text-align: left;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}
table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #377995;
}
table.color td.highlighted
{
	background-color: #d1e6ef;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;

}

/* start listning for map picture */
 h3 {
	font-weight:bold;
	text-transform:none;
}

ul.list1 {
	padding:0;
	margin:0 0 20px 0;
	list-style-type:none;
	float:left;
	width:245px;
}
 
.list5 {
	padding:0;
	margin:0 0 20px 0;
	list-style-type:none;
	float:left;
	width:245px;
}

.list1 li,
.list5 li
{
	clear:left;
	height:22px;
	float:left;	
}
 .list1 li span,
 .list5 li span{
	float:left;	
	display:block;
	width:16px;
	height:16px;
	color:#fff;
	background:#000;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	margin-right:7px;
}
span.red{
	background:#b1352b;
	color:White;
}

span.black {
	background:#000;
	color:White;
}

span.first {
	background:#f8902d;
	color:White;
}
span.second  {
	background:#e3569a;
	color:White;
}
span.third  {
	background:#00a628;
	color:White;
}

li
{
}
/* stop listning for map picture */
