BODY { 
	margin: 1%;
	color: #000000;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1,H2,H3,H4,H5,H6 {
	font-family: verdana, arial, helvetica, sans-serif;
}

P,TABLE,TR,TH,TD,DL,DD,DT,UL,OL,LI,BLOCKQUOTE {
	font-family: times, garamond, palatino, serif;
}

PRE,TT {
    font-family: courier, monospace;
    font-size: 9pt;
}

CODE { 
     font-family : Courier, monospace;
     font-size : 85%
}

TH {
	/* oldest background: #FFCC99;  */
	/* old background-color: #CCFFFF; */
	/* old border: medium solid #99CCFF; */
	text-align: left;
	background-color: #CCFFCC;
	border: medium solid #A5D894;
	color: #000000;
}

.sans {
	font-family: verdana, arial, helvetica, sans-serif;
}

.serif {
	font-family: times, garamond, palatino, serif;
}

H1 {
	font-size: 120%;
}

H2 {
	font-size: 110%;
}

P {
	margin-left: 0%;
}

A:hover {
	color: red;
}

.alert {
	font-family: verdana, arial, helvetica, sans-serif;
	padding: .1em;
	font-weight: 900;
	color : blue;
	background-color: yellow;
}

.hang {
        text-indent: -5%;
        margin-left: 7%;
        margin-top: 0;
        margin-bottom: 0;
}

.zeroverticalspace {
        margin-top: 0;
        margin-bottom: 0;
}

.eighty {
	font-size: 80%;
}

.sixty {
	font-size: 60%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.grey {
	background-color: #CCCCCC;
}

.small {
	font-size: 80%
}

.largett {
	font-family: courier, monospace;
	font-size: 18pt;
}

.rec { 
             font-size : 65%;
             font-weight : bold;
             color : white;
             background : blue;
             text-transform : uppercase;
}

.man { 
             font-size : 65%;
             font-weight : bold;
             color : white;
             background : #990000;
             text-transform : uppercase;
}

.help { 
             font-size : 65%;
             font-weight : bold;
             color : white;
             background : #666600;
             text-transform : uppercase
}

.comment {
             font-style: italic;
             color : white;
             background-color: gray;
}

.del {
             text-decoration : line-through
}

.lichen {
             color : black;
             /* background-color: #99FFCC; */ 
             background-color: #CCFFCC;
}

.pnrlogo {
	font-family: verdana, arial, helvetica, sans-serif;
        font-size : 150%;
        font-weight : bold;
        font-stretch : extra-condensed;
        color : #003399;
        text-decoration : none
}

.new {
             color : black;
             background-color: yellow;
}

UL.trythis { list-style-image: 
	url(/icons/forward.gif) }
/* UL.padded { list-style-type: square; list-style-image: none; ; padding-top: 1em} */
UL.padded { list-style-type: square; list-style-image: none; }
LI.padded {  margin-bottom: 1em; list-style-position: outside}

TABLE.national {
	border: medium solid #99CCFF;
	//background-color: #CCFFFF;
	color: #000000;
	width: 99%;
}

UL.national {
	list-style-type: square;
	list-style-image: none;
}

SPAN.national {
	font-weight: bold;
	font-size: 105%;
}

