P {font-size:10pt}
TD {font-size:10pt}
.small {font-size:8pt}

LI {text-align:justify}
DD {text-align:justify}

A:link {color:#cc0000; text-decoration:none}
A:active {color:red; text-decoration:none}
A:visited {color:maroon; text-decoration:none}
A:hover {color:red; text-decoration:none}

B.heavy {color:red; font-variant:small-caps}
B.table {color:white}
.alt {font-size:6pt; font-variant:small-caps; text-decoration:none}

.hide {display:none}
.unhide {display:""; filter:alpha(opacity=75); opacity:.75;}


/* begin styles for Inline Buttons for downloads */

.inline-button {
   _width:12em;
   font: bold 65%/1 Verdana, sans-serif;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 1px solid black;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #ccc;
   color: black;
   }
.inline-button em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: black;
   }
.inline-button span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.inline-button:hover {
   background: #666;
   color: white;
   }
.inline-button:hover em {
   background: black;
   color: white;
   }
.red { background: #f31; color: black }
.red em { background: white; color: #c00 }


/* begin styles for RSS Feed */

.rss-box {
	 margin: 0px;
	 background-color: white;
         	 
}
.rss-items {
	margin-top:0px;
	padding:0em;
	margin-left:0px;
	color: black;
}

p.rss-title {padding:0em;}

.rss-title {
	text-decoration: none;
	font-size: 10pt;
	background-color:white;
	color:#cc0000;
	font-weight:bold;
	margin: 0px;
	padding:0em;
}

.rss-item  {
  font-size: 10pt;
  font-weight : normal;
  list-style:none;
  padding-bottom:0em;
}

.rss-item a {
	text-decoration : none;
	color:#cc0000;
	}
	
.rss-item a:visited {
	text-decoration : none;
	color:maroon;
}

.rss-item a:hover {
	text-decoration : none;
	color:red;
}

.rss-date {
	font-size: 8pt;
	font-weight : normal;
	color: #000;
	}
