@charset "utf-8";
/* CSS Document */

a {
	color: #00F;
	text-decoration: none;
}

a:hover { color: #fc0; }



.navigation {
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F9FDD7;
	color: #666;
}
   
.attention-tag {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #C00;
}

.side-copy {
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	padding-right: 10px;	

}

