
body {
	margin: 0;
	-webkit-text-size-adjust: none;
	background-color: #232323;

	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	/*font-family: Lato, Helvetica, Arial, sans-serif;*/

  color: #333333;
}

html {
    /*Force scrollbars*/
    /* overflow: scroll; */
}

.style.vertical-align-middle-innerbox {
    padding: 4px;
}

img {
	border: none;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #0066DD;
	text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
	color: #0066DD;
  text-decoration: underline;
}

h2 {
    font-size: 16px;
    font-weight: 700;
}

ol {
	padding:0;
  margin:0;
  text-indent:0;
  list-style-type:none ;
	list-style-image:none
}

.spacer {
    font-size: 1px;
    line-height: 1px;
}

div {
    overflow: visible;
}

#links p {
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
		margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: right;
}

#body_center {
	max-width: 777px;
	margin: 0 auto;

	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	text-align: left;
}

#body_layer {
	/*border-radius: 10px 10px 10px 10px;*/
	border-radius: 15px;

/*	border: 1px solid #gray;*/
/*	background-color: black;*/
/*	background-color: #101010; */
/*	background-color: rgb(250, 250, 250);*/
/*	background-color: #191919;*/
	background-color: white;
}

#nav_layer {
	margin-top: 80px;
	margin-left: 0px;
	position: relative;
/*	height: 50px; */
	/*z-index: 0;*/
}

#nav_layer a:hover {
	color: white;
}

#links {
	background-color: none;
/*	float: right;*/
/*	margin-top: 38px;*/
	padding-top: 0px;
	margin-right: 13px;
	position: absolute;
	bottom: 8px;
	right: 0px;
}

#links a {
	margin-left:10px;
}

.hline {
/*	display: none;*/
	border-top: 1px solid #D9D9D9;
/*	border-top: 1px solid #CCCCCC; */
	clear:both;
	margin-left: 30px;
	margin-right: 30px;
}

/* used on top-right menu */
a.class1 {
	color: white;
    text-decoration: none;
}
a.class1:visited {
    text-decoration: none;
}
a.class1:hover {
    text-decoration: none;
}
a.class2 {
    color: rgb(172, 172, 172);
    text-decoration: none;
}
a.class2:visited {
    text-decoration: none;
}
a.class2:hover {
    text-decoration: none;
}

footer {
		color: #ACACAC;
    font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 11px;
    text-align: center;

    margin: 0px;
    margin-top: 12px;
    margin-bottom: 30px;
}
footer a {
    color: #ACACAC;
}
footer a:hover {
    color: white;
}
