/* Example style sheet file (note how this comment was created) */
/* <LINK REL="stylesheet" HREF="styles/prot01.css" TYPE="text/css"> */

	 
a{
		text-decoration: none;
		color: ffcc66;
		background: none;
	}
	
a:hover{
		text-decoration: none;
		color: FFFFFF;
		background: C9010E;
	}

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;
	}
.sidemenu{
	color: NAVY;
	text-decoration: none;
	background: #CECFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

H1 { color: black; font-family: Arial; font-size: 16px }


.sidemenu:hover{
	color: WHITE;
	background: NAVY;
	text-decoration: none;
	}

.bottomlink{
		color: NAVY;
		text-decoration: none;
	}
.bottomlink:hover{
		color: #FFFFFF;
		background: NAVY;
	}

	
 stdtext{
		font family: "Arial, Helvetica, sans-serif"; color: Black; font-size: small
		}
		
		