@charset "UTF-8";
/* CSS Document */


/* BODY + background + line up at the top of the browser */

body {
	background-color: #4a4a4a;
	background-image: url(images/bcmg-logo-home.png);
	background-position: top;
	background-repeat: no-repeat;
}
	
	
body {
    color:#cccccc;
	text-decoration: none;
    font-size:13
	px;
	text-align: right;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
}

a:link {
	color:#CBB27C;
	text-decoration: none;
	font-weight: bold;
	font-size:13px;
	text-align: right;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
}

a:visited {
	color:#CBB27C;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	color:#999;
	font-size:13px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
}

a:active {
	color:#3B4C58;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
}
