/* This will be where anything relevant from Bob's Core (HCMyths.css should be moved to
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0px;	
}


BUTTON.bbrTogArrow {
	background: url(images/triangle-med-gray.gif) 0 0 no-repeat;	
	border:0; margin:0; padding:0;
	width:12px;
	height:auto;	

}

p {
	background-color:transparent;
	color:#000000;
	font-size:1em;	
	margin: .5em 0;
	line-height:normal;
}

a {
 	/* new link default */
	font-size: 1em;	
	 color: #4257C9;	
}	

a:hover {
	color:red;	
}


.Invisible {
	display:none;
}


