* {
    margin: 0;
    padding: 0;
}

html {

}

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
	overflow-x:hidden;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
    color:#ffffff;
}

a:hover {
    text-decoration: underline;
}

p.align-right {
text-align:right;
font-size:13px;
padding-right:20px;
}

.SiteContent a{
color:#8FA2B1;
}

h6 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 7px;
  color: #F08A00;
}