/* Example style sheet file (note how this comment was created) */
/* <LINK REL="stylesheet" HREF="styles/prot01.css" TYPE="text/css"> */


BODY {  text: Black; link: Red;  alink: Red; vlink: Red;}
	 
a{
		text-decoration: underline;
		color: Navy;
		background: none;
	}
a:hover{
		text-decoration: none;
		color: FFFFFF;
		background: navy;
	}

all.clsMenuItemNS{font: bold x-small Verdana; color: white; text-decoration: none;}
.clsMenuItemIE{text-decoration: none; font: bold xx-small Verdana; color: white; cursor: hand;}
	
	
.hiddenlink{
		text-decoration: none;
		color: black;
		background: none;
	}
.hiddenlink:hover{
		text-decoration: none;
		color: #994499;
		background: None;
	}
	
blockquote{
		margin-top: 2px;
	}
ul{
		margin-top: 2px;
	}
.returnlink{
		color: Navy;
		text-decoration: none;
		background: none;
	}
.returnlink:hover{
		color: #DFDCED;
		text-decoration: none;
		background: none;
	}
.bottomlink{
		color: black;
		text-decoration: none;
	}
.bottomlink:hover{
		color: #FFFFFF;
		background: Navy;
	}
 stdtext{
		font family: "Arial, Helvetica, sans-serif"; color: Black; font-size: small
		}
		
		
