
BODY	{background: url(images/.jpg)}

SPAN 		{cursor: hand ; }
	.onme1	{color: "#FF9933" ; }
	.offme	{color:  ; }

TABLE		{font: 10pt arial}
TABLE TR TD.toolbar	{background: black}
TABLE.case1	{font: 10pt arial; color: gray} 
A:LINK		{color: blue}
A:VISITED 	{color: }
A.back:VISITED	{color: blue}
A:ACTIVE	{color: silver}
A.case1:LINK	{color: dodgerblue; font-variant: small-caps; font-weight: bold}
A.case1:VISITED	{color: dodgerblue; font-variant: small-caps; font-weight: bold}
A.case2:LINK	{color: blue; font-variant: small-caps; font-weight: bold}
A.case2:VISITED	{color: blue; font-variant: small-caps; font-weight: bold}
A.case3:LINK	{color: white;}
A.case3:VISITED	{color: white;}
P		{color: black; font-size: 11pt; font-family: arial}
P.case1		{font: 9pt arial; font-variant: small-caps; font-weight: bold}
P.case2		{font: 9pt arial;}
H1		{color: gray}
H2		{color: dodgerblue; font-family: arial; font-variant: small-caps}
UL LI		{font: 11pt arial; padding: 8px}
DL DT		{font: 12pt arial; font-weight: bold}
DL DT DD	{font: 11pt arial}
HR		{color: #006666; width: 80%}


/* Scrollbar color */

BODY 
{ 
scrollbar-base-color: #339966; 
scrollbar-arrow-color: #FFEFAE;
scrollbar-DarkShadow-Color: #FFFFFF; 
}



/* begin styles for RSS Feed box-1 */

.rss-box-1 {
	 margin: 0.5em;
	 width: 160px;
	 background-color: silver;
	 border: 1px solid #330033;
}

.rss-box-1 .rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;

}

.rss-box-1 p.rss-title {padding:0.5em;}

.rss-box-1 .rss-title {
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 105%;
	background-color:darkblue;
	color:#FFFF99;
	font-weight:bold;
	margin: 0px;
	padding:0em;	
	text-align: left;

}



.rss-box-1 .rss-item  {
  font-family: arial, verdana, sans-serif;
  font-size: 0.75em;
  font-weight : bold;
  list-style:none;
  padding-bottom:1em;
  text-align: left

}



.rss-box-1  .rss-item a {
	text-decoration : underline;
	color:blue;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	
	}

	

.rss-box-1  .rss-item a:visited {
	color:330033;

}


.rss-box-1 .rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #CC99CC;
	}





