@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

body {
	font: medium 'Roboto', sans-serif !important;
/*	font-family: 'Roboto', sans-serif !important;
	font-size: medium !important;*/
	/* font-family: sans-serif; */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif !important;
}

h1,
.h1 {
  font-size: 32px !important;
}
h2,
.h2 {
  font-size: 26px !important;
}
h3,
.h3 {
  font-size: 20px !important;
}
h4,
.h4 {
  font-size: 16px !important;
}
h5,
.h5 {
  font-size: 14px !important;
}
h6,
.h6 {
  font-size: 12px !important;
}

p {
	text-align: justify;
}

#branding, #branding a:link, #branding a:visited {
	text-shadow: none !important;
}

.rtecenter {
	text-align: center;
}

.ld_date {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

.ld_position {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

.ld_newstitle {
	font-size: 0.8em;
	font-weight: bold;
}

.ld_newsdate {
	width: 100%;
	display: inline-block;
	font-size: 0.8em;
	text-align: right;
}

#logo-floater {
	background: url('/images/ldsitelogo.png') no-repeat 0 0;
	width: 600px;
	height: 120px;
}

#logo-floater #branding span {
	display: none;
}

td {
	vertical-align: top;
}

table strong p {
	font-size: 1.1em;
}

table p {
	margin: 0;
}
