.no-print {
	display: none;
}

div.print {
	display: inline;
}

.print {
	display: inline;
}

div.br-logo.print {
	display:inline
}

div.no-print {
	display : none;
}

h1 {
	font-size: 12px;
	color: #000000;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover {
	color:#00518F;
	text-decoration: none;
}
a {
	color:#00518F;
	text-decoration: underline;
}

.olive-background {
	background-color:#ABA081;
}
.redorange-background {
	background-color:#D75D34;
}

.blue-background {
	background-color:#0065B0;
	display : none;
}

.dark-blue-background {
	background-color:#00518F;
	display : none;
}

.white-background {
	background-color:#FFFFFF;
}

.grey-background {
	background-color:#A6A6A6;
	display : none;
}

.dark-grey-background {
	background-color:#5A5A5A;
	display : none;
}

.light-grey-background {
	background-color:#ddd;
	
}
.grey-cell {
    font-family:Arial, sans-serif;
    font-size:12px;
	color:#00518F;
	background-color:#E7E7E7;
	padding:2px;
}

.white-cell {
    font-family:Arial, sans-serif;
    font-size:12px;
	color:#00518F;
	background-color:#FFFFFF;
	padding:2px;
}

.blue-cell {
    font-family:Arial, sans-serif;
    font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0065B0;
	padding:2px;
}

p {
    font-family:Arial, sans-serif;
    font-size:12px;
	color:#000000;
}

.subhead {
    font-family:Arial, sans-serif;
    font-size:12px;
	font-weight: bold;
	color:#000000;
}

.smbiz-subhead {
    font-family:Arial, sans-serif;
    font-size:12px;
	font-weight: bold;
	color:#0065B0;
	margin-top: 15px;
	margin-bottom: 0px;
}

.smbiz-head {
    font-family: Arial, sans-serif;
    font-size:16px;
	font-weight: bold;
	color:#0065B0;
	margin-top: 8px;
	margin-bottom: 10px;
}

p.smbiz-readmore a {
    font-family:Arial, sans-serif;
    font-size:11px;
	font-weight: bold;
	color:#0065B0;
	margin-bottom: 50px;
}

.sidebar {
	margin:0;
	padding:0;
	width:157px;
	height:125px;
	border: 1px solid #fff;
	float:right;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#fff;
	background: #D75D34;

}
.sidebar a { color:#ccc; }

.sidebar p { 
	margin: 5px;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#fff;
}
.red-copy {
    font-family:Arial, sans-serif;
    font-size:12px;
	color:#FF0000;
}

.blue-copy {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#00518F;
	padding: 0;
}

.white-copy {
    font-family:Arial, sans-serif;
    font-size:12px;
	color:#000;
	margin-top: 12px;
	margin-bottom: 12px;
}

li {
    font-family:Arial, sans-serif;
    font-size:12px;
	color:#000;
}

.grey-copy {
    font-family:Arial, sans-serif;
    font-size:10px;
	color:#7F7F7F;
}
.darker-grey-copy {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#333;
}
p.darker-grey-copy {
	margin-top: 9px;
	margin-bottom: 0;
}

.grey-copy a:hover {
	color:#7F7F7F;
	text-decoration: none;
}
.grey-copy a {
	color:#7F7F7F;
	text-decoration: underline;
}

.darker-grey-copy {
    font-family:Arial, sans-serif;
    font-size:12px;
	color:#333;
}

.grey-head {
    font-family:Arial, sans-serif;
    font-size:12px;
	color:#7F7F7F;
}

.black-copy {
    font-family:Arial, sans-serif;
    font-size:12px;
	color:#000000;
}

.header {
    font-family:Arial, sans-serif;
    font-size:12px;
	font-weight: bold;
	color:#1A1A1A;
	padding-left:8px;
	padding-top:2px;
}

.sm-blue-copy {
    font-family:Arial, sans-serif;
    font-size:11px;
	font-weight: bold;
	color:#00518F;
}

.sm-copy {
    font-family:Arial, sans-serif;
    font-size:11px;
	color:#000000;
}

.dots {
	background-image: url(/images/background_dots.gif);
	background-repeat: repeat-x;
}