body {
	font: normal 15px auto "Times New Roman", Georgia, Times, serif;
	color: #4f6b72;
	background: white;
}

a:link { text-decoration: underline; color:blue;}
a:visited { text-decoration: underline; color:blue;}
a:hover { text-decoration: none; color:red;}

a.link0:link { text-decoration: none; color:#4f6b72;}
a.link0:visited { text-decoration: none; color:#4f6b72;}
a.link0:hover { text-decoration: none; color:#CC0000;}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

caption.title{
	padding: 5px 0 5px 5px 0;
	width: 700px;	 
	font: bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#nmsoTable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(pics/bg_header.jpg) no-repeat;
}

#nmsoTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#nmsoTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: center;
}

#nmsoTable td.left {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: left;
}

#nmsoTable td.right {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: right;
}

#nmsoTable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#nmsoTable td.inactive {
	background: #CCCCCC;
	color: black;
}

#nmsoTable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(pics/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100px;
}

#nmsoTable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(pics/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-align: left;
	width: 100px;
}

#sidebar {
	width: 210px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 180px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #000;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#selected a {
	color: #FFFFFF !important;
	background-color: #CC0000 !important;
	border: 2px solid #000 !important;
}

#sidebar ul {
	/*/*/padding-left: 0em;
	list-style-type: none;
	margin-left: 5px; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

#subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.dottedbox {
	/*/*/padding: 10px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	font-size: 20px;
}

#topbar a {
	/*/*/padding: 3px;
	text-decoration: none;
	line-height: 1em;
}
#topbar a:link, #topbar a:visited {
	color: #4f6b72;
}
#topbar a:hover, #topbar a:active {
	color: red;
}