/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	}
	
	a {
	
	color: #062d43;
	font-weight: bold;
}

a[href^="http://"] {
    background: url(../images/external.png) center right no-repeat;
    padding-right: 13px;
    border-bottom:1px dashed #0a6d89;
    color: #0a6d89;
  text-decoration:none;
}

a[href^="mailto:"] {
    background: url(../images/mailto.gif) center right no-repeat;
    padding-right: 16px;
    border-bottom:1px dashed #0a6d89;
    color: #0a6d89;
  text-decoration:none;
}

.blah {
	color: #000000;
	font-size: 16px;
}
a:hover {
	color: #064C5F;
}
	