img { 
		border: 0;
		}

html {
		height: 100%;
		margin-bottom: 1px;
		}

body {
		color: #333;
		font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
		font-size: 76%;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: #ffffe5;
		text-align: left;
		border-top: 6px solid #d3eea7;
		}

div.container {
		margin: 0 auto;
		padding: 0;
		width: 700px;
		position: relative;
		}




/*********************************		TEXT STYLING      */

p {
		font-size: 1em;
		text-align: left;
		margin: 0;
		padding: 15px 15px 15px 15px;
		line-height: 150%;
		color: #333;
		}

p.Q {
		font-size: 1em;
		font-weight: bold;
		text-align: left;
		margin: 0px;
		padding: 0px 0px 0px 15px;
		line-height: 150%;
		color: #333;
		}

p.A {
		font-size: 1em;
		text-align: left;
		margin: 25px;
		padding: 0px 0px 0px 15px;
		line-height: 140%;
		color: #333;
		}

p.lbase {
		font-size: 1em;
		text-align: left;
		margin: 0 15px 0 15px;
		padding: 15px 0px 15px 0px;
		line-height: 150%;
		color: #333;
		border-bottom: 1px solid #ddd;
		}

h1 {
		font-size: 1.5em;
		text-align: right;
		margin: 0;
		padding: 21px 21px 23px 15px;
		color: #523C13;
		font-weight: normal;
		}

h2 {
		font-size: 1.6em;
		text-align: left;
		margin: 0;
		padding: 15px 15px 0px 15px;
		color: #523C13;
		font-weight: normal;
		}

h3 {
		font-size: 1.3em;
		text-align: center;
		margin: 0;
		padding: 15px 15px 0px 15px;
		color: #523C13;
		font-weight: normal;
		}

h4.block {
		text-align: left;
		margin-left: 130px;
		color: #523C13;
		font-weight: bold;
		margin-bottom:-5px;
		}

h2#tophead {
		font-size: 1.6em;
		text-align: left;
		margin: 0;
		padding: 85px 15px 0px 15px;
		color: #523C13;
		font-weight: normal;
		}

h2#topheadcenter {
		font-size: 1.8em;
		text-align: center;
		margin: 0;
		padding: 85px 15px 0px 15px;
		color: #523C13;
		font-weight: normal;
		}

a { text-decoration: none; }
a:link { text-decoration: none; color: #333; border-bottom: 1px solid #95c73d; }
a:visited { text-decoration: none; color: #333; border-bottom: 1px solid #95c73d; }
a:hover { text-decoration: none; color: #333; border-bottom: 1px solid #95c73d; background: #D3EEA4; }

/*********************************		LEFTCOL STYLING      */

div.leftcol {
		width: 205px;
		margin: 0;
		padding: 0 0 80px 0;
		float: left;
		}

img.logo { margin: 30px 0 0 10px;}
a.headerlink { text-decoration:none; border: 0 solid; background: none; }
a.headerlink:link { text-decoration:none;}
a.headerlink:visited { text-decoration:none;}
a.headerlink:hover { text-decoration:none; border: 0 solid; background: none; }

div.org {
		width: 205px;
		margin: 0;
		padding: 0 0 0 0;
		border-top: 1px solid #8c8d87;
		border-bottom: 1px solid #8c8d87;
		}




/*********************************		INLINE (ilist) LISTS STYLING      */
		
ul.ilist {
		border: none;
		font-size: 1em;
		line-height: 150%;
		}

ul.ilist li {
		margin: 0;
		padding: 0;
		}




/*********************************		ORDERED LISTS STYLING      */
		
ol {
		border: none;
		font-weight: bold;
		}

ol li {
		margin-bottom: 24px;
		padding: 0;
		}

ol li p {
		margin: 0;
		padding: 12px 0 0 0;
		font-weight: normal;
		}
		
ol.narrowol {
		border: none;
		font-weight: normal;
		width: 330px;
		}

ol.narrowol li {
		margin-bottom: 24px;
		padding: 0;
		}

ol.narrowol li p {
		margin: 0;
		padding: 12px 0 0 0;
		font-weight: normal;
		}
		
ol.tighterol {
		border: none;
		font-weight: bold;
		}

ol.tighterol li {
		margin-bottom: 8px;
		padding: 0;
		}

ol.tighterol li p {
		margin: 0;
		padding: 0;
		font-weight: normal;
		}
		



ol.plainnumbered {
		margin: 0;
		border: none;
		font-weight: normal;
		}

ol.plainnumbered li {
		margin-bottom: 8px;
		padding: 0;
		}

ol.plaintext {
		margin: 0;
		border: none;
		font-weight: normal;
		list-style-type: lower-alpha;
		}

ol.plaintext li {
		margin-bottom: 8px;
		padding: 0;
		}

ol.plainroman {
		margin: 0;
		border: none;
		font-weight: normal;
		list-style-type: lower-roman;
		}

ol.plainroman li {
		margin-bottom: 8px;
		padding: 0;
		}




/*********************************		MAIN MENU STYLING      */
		
div.menucontainer {
		background: none;
		}
		
ul.menu {
		margin: 0 0 0 4px;
		padding: 15px 0 13px 0;
		border: none;
		font-size: 1em;
		}

ul.menu li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		}

ul.menu li.openclose,
ul.menu li.openclose a:hover {
		background: transparent url(../img/openclose.gif) no-repeat 97% 8px;
		}

ul.menu li a, 
ul.menu li a:link, 
ul.menu li a:visited {
		margin: 0;
		padding: 3px 0 3px 0;
		display: block;
		font-weight: normal;
		text-decoration: none;
		color: #4a5b63;
		border: none;
		background: none;
		}

ul.menu li a:hover {
		text-decoration: underline;
		}

ul.menu li a.activestate, 
ul.menu li a.activestate:visited {
		color: #000;
		font-weight: bold;
		}
		
		
		

/*********************************		MAIN MENU (SUB) STYLING      */

ul#aboutsub,
ul#infosub,
ul#researchsub,
ul#legalsub,
ul#consultsub,
ul#helpsub {
		margin: 3px 0 0 0;
		padding: 0 0 0 0;
		border: none;
		font-size: 1em;
		background: transparent url(../img/mmver.gif) no-repeat bottom left;
		}

ul#aboutsub li,
ul#infosub li,
ul#researchsub li,
ul#legalsub li,
ul#consultsub li,
ul#helpsub li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 3px 0 3px 15px;
		background: transparent url(../img/mmbar.gif) no-repeat 0 8px;
		}

ul#aboutsub li a, ul#aboutsub li a:link, ul#aboutsub li a:visited,
ul#infosub li a, ul#infosub li a:link, ul#infosub li a:visited,
ul#researchsub li a, ul#researchsub li a:link, ul#researchsub li a:visited,
ul#legalsub li a, ul#legalsub li a:link, ul#legalsub li a:visited,
ul#consultsub li a, ul#consultsub li a:link, ul#consultsub li a:visited, 
ul#helpsub li a, ul#helpsub li a:link, ul#helpsub li a:visited {
		margin: 0;
		padding: 0;
		display: block;
		font-weight: normal;
		text-decoration: none;
		color: #4a5b63;
		border: none;
		background: none;
		}

ul#aboutsub li a:hover,
ul#infosub li a:hover,
ul#legalsub li a:hover,
ul#consultsub li a:hover,
ul#helpsub li a:hover {
		text-decoration: underline;
		background: none;
		}

ul#aboutsub li a.activestate, ul#aboutsub li a.activestate:visited,
ul#infosub li a.activestate, ul#infosub li a.activestate:visited,
ul#researchsub li a.activestate, ul#researchsub li a.activestate:visited,
ul#legalsub li a.activestate, ul#legalsub li a.activestate:visited,
ul#consultsub li a.activestate, ul#consultsub li a.activestate:visited,
ul#helpsub li a.activestate, ul#helpsub li a.activestate:visited {
		color: #000;
		font-weight: bold;
		}

ul#aboutsub li a.openclose,
ul#infosub li a.openclose,
ul#researchsub li a.openclose,
ul#legalsub li a.openclose,
ul#consultsub li a.openclose,
ul#helpsub li a.openclose {
		background: transparent url(../img/openclose.gif) no-repeat 97% 8px;
		}
		
		
		

/*********************************		MAIN MENU (SUB-SUB) STYLING      */

ul#catee {
		margin: 3px 0 0 2px;
		padding: 0 0 0 0;
		border: none;
		font-size: 1em;
		background: transparent url(../img/mmver.gif) no-repeat bottom left;
		}

ul#catee li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 3px 0 3px 15px;
		background: transparent url(../img/mmbar.gif) no-repeat 0 8px;
		}

ul#catee li a, 
ul#catee li a:link, 
ul#catee li a:visited {
		margin: 0;
		padding: 0;
		display: block;
		font-weight: normal;
		text-decoration: none;
		color: #4a5b63;
		border: none;
		background: none;
		}

ul#catee li a:hover {
		text-decoration: underline;
		}

ul#catee li a.activestate, 
ul#catee li a.activestate:visited {
		color: #000;
		font-weight: bold;
		}




/*********************************		YEARS MENU STYLING      */
		
ul.years {
		margin: 15px 0 0 15px;
		padding: 0;
		border-bottom: 1px solid #bbb;
		font-size: 1em;
		width: 450px;
		}

ul.years li {
		display: inline;
		list-style: none;
		margin: 0 3px 0 0;
		padding: 2px 0 2px 0;
		float: left;
		}

ul.years li a, 
ul.years li a:link, 
ul.years li a:visited {
		margin: 0;
		padding: 2px 5px 2px 5px;
		font-weight: normal;
		text-decoration: none;
		color: #333;
		border: none;
		background: #eaeaea;
		}

ul.years li a:hover {
		background: #e1e1e1;
		}

ul.years li a.activestate, 
ul.years li a.activestate:visited {
		background: #bbb;
		font-weight: bold;
		color: #fff;
		}

span.bigbold {
		font-weight: bold;
		font-size: 1.3em;
		}

span.whiten {
		font-size: 0.9em;
		color: #71ad24;
		}

span.greyer {
		color: #666;
		}

span.block {
		line-height: 150%;
	    }
		




/*********************************		MAINCOL STYLING      */

div.maincol {
		width: 485px;
		margin: 0;
		padding: 0 0 35px 0;
		float: left;
		border-left: 1px solid #8c8d87;
		}





/*********************************		SEARCH BOX STYLING      */

div.searchbox {
		width: 175px;
		height: 51px;
		margin: 0;
		padding: 0;
		background: #d3eea4 url(../img/search-panel.gif) no-repeat 0 0;
		position: absolute;
		top: 0;
		right: 14px;
		}

div.searchbox p {
		margin: 0;
		padding: 1px 0 0 12px;
		}
























/*      FORMS STYLING      */

form {
		margin: 2px 0 0 10px;
		}

fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}

input {
		float: left;
		width: 122px;
		height: 17px;
		margin: 0 0 0 0;
		padding: 3px 2px 0px 2px;
		border: none;
		background: #fff;
		font-size: 1em;
		font-weight: normal;
		color: #999;
		}

input.submit {
		float: left;
		width: 29px;
		height: 20px;
		margin: 0 0 0 0;
		padding: 0px 3px 2px 3px;
		border: none;
		cursor: pointer;
		cursor: hand;
		background: #a0cf4a;/*a0cf4a*/
		color: #fff;
		font-size: 0.9em;
		font-weight: bold;
		}

input.submit:hover {
		background: #7fbb10;
		}
































/*********************************		CONTENT STYLING      */

img.pdfdown {
	margin: 0 0 20px 0;
	float: left;
}

p.pdfdowntag {
		margin: 0;
		padding: 5px 5px 15px 5px;
		float: left;
		width: 350px;
		}

p.pdfdowntagnarrow {
		margin: 0;
		padding: 5px 5px 15px 5px;
		float: left;
		width: 260px;
		}

img.books {
		padding-left: 25px;
		margin: 0 0px 20px 0;
		float: left;
		}

img.books2 {
		padding-left: 25px;
        padding-right: 15px;
		margin: 0 0px 20px 0;
		float: left;
		}

img.email{
	margin: 0 0 10px 0;
	padding-right: 5px;
	float: left;
}

p.bookstag {
		margin: 0;
		padding: 10px 5px 15px 20px;
		float: left;
		width: 380px;
		}

p.dclabel {
		margin: 0;
		padding: 15px 0px 15px 15px;
		float: left;
		width: 100px;
		}

p.dcblock {
		margin: 0;
		padding: 15px 15px 15px 15px;
		float: left;
		width: 340px;
		}
p.block {
		margin-left: 130px;
		padding: 0px;
		float: left;
		width: 340px;
		}

ol.block { 
		margin-left:107px;
		border: none;
		font-weight: normal;
		width: 330px;
		}

ol.block li {
		margin-bottom: 10px;
		padding: 0px;
		}

ol.block li p {
		margin: 0;
		padding: 10px 0 0 0;
		font-weight: normal;
		}
		
ol.block-roman { 
		margin-left:107px;
		border: none;
		font-weight: normal;
		width: 330px;
		}
		
ol.block-roman li {
		margin-bottom: 10px;
		padding: 0px;
		list-style-type: lower-roman;
		}
		
ol.block-roman li p {
		margin: 0;
		padding: 10px 0 0 0;
		font-weight: normal;
		list-style-type: lower-roman;
		}

ol.block-alpha { 
		margin-left:107px;
		border: none;
		font-weight: normal;
		width: 330px;
		}
		
ol.block-alpha>li {
		margin-bottom: 10px;
		padding: 0px;
		list-style-type: lower-alpha;
		}
		
ol.block-alpha>li p {
		margin: 0;
		padding: 10px 0 0 0;
		font-weight: normal;
		list-style-type: lower-alpha;
		}

ul.block { 
		margin-left:145px;
		padding-left:0;
		border: none;
		font-weight: normal;
		width: 330px;
		text-align: left;
		}		

ul.block li {
		margin-bottom: 10px;
		line-height: 130%;
		width: auto;
		}

ul.block li p {
		margin: 0;
		padding: 0px 0 0 0;
		font-weight: normal;
		}


div.dcblockdiv {
		margin: 0 0 0 0;
		padding: 0 0 0 115px;
		float: left;
		width: 365px;
		}
		
dl.block { 
		margin-left:130px;
		border: none;
		font-weight: normal;
		width: 350px;
		line-height: 150%;
		}

dl.block dt {
		padding: 0px;
		font-weight: bold;
		}

dl.block dd  {	
		padding: 0px 0 30 0;
		}

/*********************************		CONTENT STYLING      */

img.bigpic {
		margin: 6px 0 0 0;
		float: left;
		}

img.fpb {
		margin: 0;
		padding: 0;
		float: left;
		}

ul.evlist {
		margin: 15px 0 0 15px;
		padding: 0;
		border: none;
		line-height: 190%;
		}

ul.evlist li {
		display: block;
		list-style: none;
		margin: 0 0 0 13px;
		padding: 5px 0 4px 60px;
		background: transparent url(../img/calendar.png) no-repeat 0 50%;
		}

ul.evlist li a, 
ul.evlist li a:link, 
ul.evlist li a:visited {
		margin: 0 0 0 0;
		padding: 3px 0px 3px 0px;
		font-weight: normal;
		text-decoration: none;
		color: #333;
		border: none;
		border-right: 0px solid #ffffe5;
		background: #d3eea4;
		}

ul.evlist li a:hover {
		background: #b0dc64;
		border: none;
		border-right: 0px solid #b0dc64;
		}

ul.evlist li a.activestate, 
ul.evlist li a.activestate:visited {
		color: #000;
		}

ul.evlist li.li2 {
		display: block;
		list-style: none;
		margin: 0 0 0 13px;
		padding: 5px 0 0px 60px;
		background: transparent url(../img/newcal.png) no-repeat 0 50%;
		}



ul.newslist {
		margin: 15px 0 0 20px;
		padding: 0;
		border: none;
		line-height: 190%;
		}

ul.newslist li {
		display: block;
		list-style: none;
		margin: 0 0 2 0px;
		padding: 7px 0 3px 70px;
		background: transparent url(../img/add.png) no-repeat 0 100%;
		}

ul.newslist li.li2 {
		display: block;
		list-style: none;
		padding: 10px 20px 6px 70px;
		background: transparent url(../img/newadd.png) no-repeat 0 80%;
		}

ul.newslist li a, 
ul.newslist li a:link, 
ul.newslist li a:visited {
		margin: 0 0 0 0;
		padding: 3px 0px 0px 0px;
		font-weight: normal;
		text-decoration: none;
		color: #333;
		border: none;
		border-right: 0px solid #ffffe5;
		background: #d3eea4;
		}

ul.newslist li a:hover {
		background: #b0dc64;
		border: none;
		border-right: 0px solid #b0dc64;
		}

ul.newslist li a.activestate, 
ul.newslist li a.activestate:visited {
		color: #000;
		}

ul.docslist {
		margin: 15px 0 0 15px;
		padding: 0;
		border: none;
		line-height: 190%;
		}

ul.docslist li {
		display: block;
		list-style: none;
		margin: 0 0 0 150px;
		padding: 3px 0 3px 60px;
		background: transparent url(../img/doc-icon.png) no-repeat 0 50%;
		}

ul.docslist li a, 
ul.docslist li a:link, 
ul.docslist li a:visited {
		margin: 0 0 0 0;
		padding: 3px 7px 3px 5px;
		font-weight: normal;
		text-decoration: none;
		color: #333;
		border: none;
		border-right: 0px solid #fff;
		background: #d3eea4;
		}

ul.docslist li a:hover {
		background: #b0dc64;
		border: none;
		border-right: 0px solid #b0dc64;
		}

ul.docslist li a.activestate, 
ul.docslist li a.activestate:visited {
		color: #000;
		}

table.block{
	margin-left: 130px;
	margin-right: auto;
}


/*********************************		FOOTER STYLING      */

div.footerEXT {
		margin: 0;
		padding: 0;
		clear: both;
		position: relative;
		height: 70px;
		border-bottom: 1px solid #f7f7f7;
		}

div.footer {
		width: 205px;
		margin: 0;
		padding: 0;
		color: #999;
		font-size: 0.9em;
		font-family: Arial, sans-serif;
		clear: both;
		position: absolute;
		top: -70px;
		}

div.footer p {
		margin: 0;
		padding: 0 6px 0 0;
		float: left;
		color: #bbb;
		text-align: right;
		float: right;
		}

div.footer p.flrp {
		margin: 0;
		padding: 6px 5px 10px 0px;
		float: right;
		}

div.clearingdiv {
		clear: both;
		margin-top: -1px;
		height: 1px;
		overflow: hidden;
		width: 0px;
		height: 0px;
		}

div.clearingline {
		clear: both;
		margin: -1px 0 15px 15px;
		height: 1px;
		overflow: hidden;
		background: none;
		width: 705px;
		height: 0px;
		border-top: 1px solid #ccc;
		}

div.footer a { text-decoration: none; }
div.footer a:link { text-decoration: none; color: #bbb; border-bottom: 1px solid #bbb; background: none; }
div.footer a:visited { text-decoration: none; color: #bbb; border-bottom: 1px solid #bbb; background: none; }
div.footer a:hover { text-decoration: none; color: #333; border-bottom: 1px solid #333; background: none; }


/*********************************************** Latex Produces ****************************************/

.cmr-7{font-size:58%;}
.cmss-12{  font-family: sans-serif;}
.cmss-12{  font-family: sans-serif;}
.cmss-12{  font-family: sans-serif;}
.cmss-12{  font-family: sans-serif;}
.cmss-12{  font-family: sans-serif;}
.cmss-12{  font-family: sans-serif;}
.cmss-12{  font-family: sans-serif;}
.cmss-12{  font-family: sans-serif;}
.cmtt-12{font-family: monospace;}
.cmssbx-10x-x-248{font-size:206%; font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-248{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-248{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-248{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-248{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-248{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-248{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-248{ font-family: sans-serif; font-weight: bold;}
.cmr-8{font-size:66%;}
.cmssi-12{ font-family: sans-serif; font-style: oblique;}
.cmssi-12{ font-family: sans-serif; font-style: oblique;}
.cmssi-12{ font-family: sans-serif; font-style: oblique;}
.cmssi-12{ font-family: sans-serif; font-style: oblique;}
.cmssi-12{ font-family: sans-serif; font-style: oblique;}
.cmssi-12{ font-family: sans-serif; font-style: oblique;}
.cmssi-12{ font-family: sans-serif; font-style: oblique;}
.cmssi-12{ font-family: sans-serif; font-style: oblique;}
.cmssbx-10x-x-120{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-120{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-120{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-120{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-120{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-120{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-120{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10x-x-120{ font-family: sans-serif; font-weight: bold;}
.cmss-10x-x-109{font-size:90%;  font-family: sans-serif;}
.cmss-10x-x-109{  font-family: sans-serif;}
.cmss-10x-x-109{  font-family: sans-serif;}
.cmss-10x-x-109{  font-family: sans-serif;}
.cmss-10x-x-109{  font-family: sans-serif;}
.cmss-10x-x-109{  font-family: sans-serif;}
.cmss-10x-x-109{  font-family: sans-serif;}
.cmss-10x-x-109{  font-family: sans-serif;}
.cmss-10{font-size:83%;  font-family: sans-serif;}
.cmss-10{  font-family: sans-serif;}
.cmss-10{  font-family: sans-serif;}
.cmss-10{  font-family: sans-serif;}
.cmss-10{  font-family: sans-serif;}
.cmss-10{  font-family: sans-serif;}
.cmss-10{  font-family: sans-serif;}
.cmss-10{  font-family: sans-serif;}
.cmssi-10{font-size:83%; font-family: sans-serif; font-style: oblique;}
.cmssi-10{ font-family: sans-serif; font-style: oblique;}
.cmssi-10{ font-family: sans-serif; font-style: oblique;}
.cmssi-10{ font-family: sans-serif; font-style: oblique;}
.cmssi-10{ font-family: sans-serif; font-style: oblique;}
.cmssi-10{ font-family: sans-serif; font-style: oblique;}
.cmssi-10{ font-family: sans-serif; font-style: oblique;}
.cmssi-10{ font-family: sans-serif; font-style: oblique;}
.cmssbx-10{font-size:83%; font-family: sans-serif; font-weight: bold;}
.cmssbx-10{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10{ font-family: sans-serif; font-weight: bold;}
.cmssbx-10{ font-family: sans-serif; font-weight: bold;}
.small-caps{font-variant: small-caps; }

.phvr7t-x-x-120{ font-family: sans-serif;}
.phvr7t-x-x-120{ font-family: sans-serif;}
.phvr7t-x-x-120{ font-family: sans-serif;}
.phvr7t-x-x-120{ font-family: sans-serif;}
.pcrr7t-x-x-120{font-family: monospace;}
.phvb7t-x-x-248{font-size:206%;font-family: sans-serif; font-weight: bold;}
.phvr7t-x-x-144{font-size:120%; font-family: sans-serif;}
.phvr7t-x-x-144{ font-family: sans-serif;}
.phvr7t-x-x-144{ font-family: sans-serif;}
.phvr7t-x-x-144{ font-family: sans-serif;}
.phvr7t-x-x-172{font-size:143%; font-family: sans-serif;}
.phvr7t-x-x-172{ font-family: sans-serif;}
.phvr7t-x-x-172{ font-family: sans-serif;}
.phvr7t-x-x-172{ font-family: sans-serif;}
.phvro7t-x-x-144{font-size:120%;font-family:sans-serif; font-style:oblique;}
.phvro7t-x-x-144{font-family:sans-serif; font-style:oblique;}
.phvro7t-x-x-144{font-family:sans-serif; font-style:oblique;}
.phvrc7t-x-x-120{font-family:sans-serif;}
.phvro7t-x-x-120{font-family:sans-serif; font-style:oblique;}
.phvro7t-x-x-120{font-family:sans-serif; font-style:oblique;}
.phvro7t-x-x-120{font-family:sans-serif; font-style:oblique;}
.phvr8c-x-x-120{font-family: sans-serif;}
.phvr7t-x-x-109{font-size:90%; font-family: sans-serif;}
.phvr7t-x-x-109{ font-family: sans-serif;}
.phvr7t-x-x-109{ font-family: sans-serif;}
.phvr7t-x-x-109{ font-family: sans-serif;}
.phvro7t-x-x-109{font-size:90%;font-family:sans-serif; font-style:oblique;}
.phvro7t-x-x-109{font-family:sans-serif; font-style:oblique;}
.phvro7t-x-x-109{font-family:sans-serif; font-style:oblique;}

p.biblabel {
		margin: 0;
		text-align:right;
		padding: 15px 0px 0px 0px;
		float: left;
		width: 100px;
		}

p.bibitem {
		margin: 0;
		padding: 15px 0px 0px 15px;
		float: left;
		width: 340px;
		}

.underline{ text-decoration:underline; }





