@charset "utf-8";
/* CSS Document */

#navstrip{ 
	color: #FF6600;
	font-size: 14px;
	font-family: Arial, Verdana;
	font-weight: bold;
	padding: 2px 0 9px 1px;
}

#navstrip a:link, 
#navstrip a:visited{ 
	background: transparent; 
	color: #333; 
	text-decoration: none;
	padding:1px;
}

#navstrip a:hover, 
#navstrip a:active{
	background: #FFFFAA; 
	color: #222;
	text-decoration:underline;
}



/* PLAIN TEXT COLOR STYLES */

.plaintext-orange,
.plaintext-purple,
.plaintext-pink,
.plaintext-green,
.plaintext-blue {font-size:14px;}

	.plaintext-orange a,
	.plaintext-purple a,
	.plaintext-pink a,
	.plaintext-green a,
	.plaintext-blue a {
		text-decoration:none;
		}
		
		.plaintext-orange a {color:#FF8617; border-bottom:1px dotted #FF8617;}
		.plaintext-pink a {color:#A6007C; border-bottom:1px dotted #A6007C;}
		.plaintext-purple a {color:#9500A6; border-bottom:1px dotted #9500A6;}
		.plaintext-green a {color:#77AF23; border-bottom:1px dotted #87C01D;}
		
			.plaintext-orange a:hover {border-bottom:1px solid #FF8617; background:#FFF2E6; color:#FF7111;}
			.plaintext-pink a:hover {border-bottom:1px solid #D573BA; background:#FFF4FE; color:#CC0099;}
			.plaintext-purple a:hover {border-bottom:1px solid #B16FD9; background:#FCF4FF; color:#A400CC;}
			.plaintext-green a:hover {border-bottom:1px solid #8CD728; background:#F1FEE0; color:#5EA70C;}
	
	.head {
		font-size:16px;
		font-weight:bold;
		padding:0 0 3px 0;
		}
		
		.plaintext-orange .head {color:#FF5500;}
		.plaintext-purple .head {color:#9900CC;}
		.plaintext-pink .head {color:#CC0099;}
			.plaintext-pink .head a {color:#CC0099; text-decoration:underline; padding:1px 2px; border-bottom:0;}
			.plaintext-pink .head a:hover {color:#FFF; background:#CC0099; text-decoration:none; border-bottom:0;}
		.plaintext-green .head {color:#8CAC2B;}
		.plaintext-blue .head {color:#0C7CC0;}
		
/* END PLAIN TEXT */