a:link 	{ color: black; 
		font-family: Georgia; 
	 	background-color:red; 
		text-decoration: none;}

a:visited 	{ color: black; 
		font-family: Georgia;
	 	background-color:red; 
		text-decoration: none;}

a:hover	{ color: black;
		font-family: Georgia; 
		background-color:white;}

a.barlink:link 	{ color: black; 
		font-family: Georgia; 
	 	background-color:#C00000; 
		text-decoration: none;}

a.barlink:visited	{ color: black; 
		font-family: Georgia;
	 	background-color:green; 
		text-decoration: none;}

a.barlink:hover	{ color: white;
		font-family: Georgia; 
		background-color: #FF9900;}

a.comlink:link 	{ color: white; 
		font-family: Georgia;
		font-size:8pt; 
	 	background-color:grey; 
		text-decoration: none;}

a.comlink:visited	{ color: white; 
		font-family: Georgia;
		font-size:8pt;
	 	background-color:grey; 
		text-decoration: none;}

a.comlink:hover	{ color: black;
		font-family: Georgia; 
		font-size:8pt;
		background-color: red;}



a.bodylink:link 	{ color: white; 
		font-family: verdana,helvetica,sans-serif; 
	 	background-color:none; 
		text-decoration: none;}

a.bodylink:visited 	{ color: white; 
		font-family: verdana,helvetica,sans-serif;
	 	background-color:none; 
		text-decoration: none;}

a.bodylink:hover	{ color: white;
		font-family: verdana,helvetica,sans-serif; 
		background-color: #CE0031;}

.bodytext {
	font-family: verdana,helvetica,sans-serif;
	font-size:10pt;
	color: black;
	}

.navtext {
	font-family: verdana,helvetica,sans-serif;
	font-size:10pt;
	font-weight:bold;
	color: white;
	}

.pageheader {
	font-family: verdana,helvetica,sans-serif;
	font-size:20pt;
	color: purple;
	}

.smalltext {
	font-family: Georgia;
	font-size:7pt;
	color: black;
	}

.datetext {
	font-family: verdana,helvetica,sans-serif;
	font-size:10pt;
	font-weight:bold;
	color: black;
	}

div.baserule 	{ border: solid 1px grey;
		border-style: dotted none none none;
		position: absolute;
		left: 0px;
		width: 20px; }

td.dotted 	{ border: dotted 1px red;
		border-style: dotted dotted dotted dotted;
		position: absolute;
		left: 0px;
		width: 80px; }

td.dottedblack     {
                         border: 1px dotted #000000;
                         }

table.dottedblack  {
                         border: 1px dotted #000000;
                         }

div.ticker	( background-color:#CE0031;
		width:150px;
		height:10px;
		font-size:7pt;}
