body {	width: 700px;
	color: #000000;
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

body.durango {background: #FFFFFF url(images/paw_print_wallpaper.gif);}

.notsowide {max-width:700px;margin-left:10px;margin-right:10px;margin-top:120px;}

body,p,ol,ul,li,input,textarea,select { font-family: Verdana, Arial, sans-serif; }

h1,h2,h3,h4,h5,dt,dd { font-family: Verdana, Arial, sans-serif; }

table,th,td { font-family: Verdana, Arial, sans-serif; }

body,p,ol,ul { font-size: small; }

h1,h2,h3,h4 {
	color: #4A4A30;
	background: transparent;
}

p {	font-weight: normal;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
}

h1 {	font-weight: bold;
        font-size: x-large;
}

h2 {	font-weight: bold;
	font-size: large;
}

h3 {	font-weight: bold;
	font-size: medium;
	line-height: 130%;
        margin-bottom:5px;
}

h4 {	font-weight: bold;
	font-size: small;
	margin-bottom: 0;
}

h5 {	font-weight: bold;
	font-size: x-small;
	margin-bottom: 0;
}

ul {	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	list-style-type: square;
}

ol {	font-weight: normal;
	font-style: normal;
	list-style-type: decimal;
}

li { margin-top: 5px; }

table {	font-size: x-small; }

tr.hilite { background: #FFFF00; }

caption {
        font-weight: bold;
	font-size: small;
	color: #00319C;
	background: transparent;
        text-align: left;
}

th {	font-size: small;
	font-weight: bold;
	text-align: left;
	color: #F0CA00;
	background: #4A4A30;
}

td {	font-size: x-small;
	vertical-align: top;
}

dt {	font-size: small;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

dd {	font-size: x-small;
	font-weight: normal;
	margin-top: 0px;
}

input,textarea,select {
	font-size: x-small;
	font-weight: normal;
}

.darkblue {color: #00319C; background: transparent;}

.darkgray {color: #666666; background: transparent;}

.subhead {color: #000000; background: #ADAFB2;}

.indented {margin-left: 20px;}

.nowrap	{white-space: nowrap;}

.nowrapr {white-space: nowrap; text-align: right;}

.keepwithnext {margin-bottom: 0px;}

.keepwithprior {margin-top: 0px;}

.graybutton {
  background-color: #D6D6CE; 
  letter-spacing: 0px;
  text-decoration: none; 
  color: black;
  border-top-color: white;
  border-left-color: white;
  border-right-color: #808080;
  border-bottom-color: #808080;
  border-width: thin;
  border-style: outset;
  padding: 2px;
}

.footer { font-family: Verdana, Arial, sans-serif;
	font-size: xx-small; 
	font-style: italic; 
	text-align: center;
	margin-bottom: 0px;
}

.footnote { font-family: Verdana, Arial, sans-serif;
	font-size: xx-small; 
	font-style: italic; 
	text-align: left;
}

.spec { font-size: x-small; }

.abstract { font-size: xx-small;
	margin-left: 20px;
}

.clue {	font-size: 8pt;}

A.stealth:link, A.stealth:visited {
	text-decoration: none;
	color: black;
}

@media print {
  .page {page-break-before:always; }
  .udm { display:none; } /* hide the navbar */
  .noprint {display:none; } /* do not print this */
  .notsowide {max-width:7.5in;margin-left:0;margin-right:0;margin-top:120px;}
}



