p, ul {
	font-size: 12px;
}

a:link {
	cursor: pointer;
	color: #FF6;
}
a:visited {
	color: #FF6;
}
a:hover {
	color: #6F3; /*yellow*/
}

.figinfo {
	font-size: 12px;
}

.title {
	font-weight: bold;
}

h4.docheader {
	text-decoration: underline;
}

div#mainnavbar {
	float: left;
	width: 200px;
	background-color: #036;
	margin: 10px 10px 10px 2px;
	padding: 10px 0 0 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div#mainnavbar ul {
	padding: 0 0 0 20px;
	margin: 0;
	margin-bottom: 10px;
}
div#mainnavbar ul a {
	font-weight: normal;
}
div#mainnavbar .title {
	color: #F99;
	font-size: 14px;
}

div#div_mainBody {
	/*the following 2 styles are required to make the dropdown menu work in IE*/
	position: relative;
	z-index: -1;
	width: auto;
	margin: 5px;
	padding-bottom: 10px;
}

ul.ul_content {
	margin-left: 200px;
}

div#downloadbtn {
	float: right;
	margin-right: 10px;
	background-color: #0F9;
	padding: 5px 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#downloadbtn a:link, div#downloadbtn a:hover, div#downloadbtn a:visited {
	color:#000;
}

table.tab_greyblk {
	border: #000 solid 1px;
	border-spacing: 1;
	border-collapse: separate;
	background-color: #999;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
table.tab_greyblk tr.header {
	font-weight: bold;
}
table.tab_greyblk td {
	padding: 3px 7px;
	border: #000 solid 1px;
}

table.imagefigure {
	font-size: 12px;
	font-weight: normal;
}
table.imagefigure td.txtright {
	vertical-align: bottom;
	padding-left: 10px;
	width: 200px;
}
table.imagefigure td.txtbelow {
	vertical-align: top;
}