/*
	Hyperlinks
*/

a {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {  
	color: #E1E6EC; 
	text-decoration:underline;
}
.aFooter {	
	color: #000000;
	text-decoration:none;
}
.aFooter:hover {	
	color:  #006699;
	text-decoration:underline;
}
.aNoUnderline {
	color:#000000;
	text-decoration: none;
}
.aNoUnderline:hover {
	color: #CC0000;
	text-decoration: none;
}
.aSearch {
	color: #666666;
	text-decoration: none;
}
/*
	Standard Components
*/

select, input, button, textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

/*
	Elements
*/
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
.copyLG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
.copyMD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
.copySM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
.crumb {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
.footer {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.stroke {
	background-color: #666666;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
