/* ===| TYPOGRAPHY |============================================*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#fff;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color:#fff;
    margin-bottom:25px;
    text-transform: uppercase;
}
h2{
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    padding:5px 0 0 35px;
    height:24px;
    margin:0 0 5px 0;
}
h2 a:link, h2 a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#fff;
    text-decoration: underline;
}
h2 a:hover, h2 a:active {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#b27a39;
    text-decoration: none !important;
}

p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#fff;
    text-align: left;
}
#copyright p{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
     text-align: center;
}
#copyright a:hover, #copyright a:active {
    color:#b27a39 !important;
	text-decoration: none;
}

#copyright a:link, #copyright a:visited {
    color:#ffffff;
	text-decoration: underline;
}
.mdm-text p
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#ffffff;
}
h3
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#b27a39;
  text-align: left;
  text-transform: uppercase;
}
.mdm-text a:hover, .mdm-text a:active {
    color:#b27a39 !important;
	text-decoration: underline !important;
}

.mdm-text a:link, .mdm-text a:visited {
    color:#dd9540;
	text-decoration: none;
}
