body {
	font-size: 87.5%;
  	background: #fff;
  	font-family: 'lucida grande',verdana,sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
font-family: 'lucida grande',verdana,sans-serif;
font-style: normal;
font-weight: 400;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em; 
margin-bottom:10px;
}

h1 {font-size: 2em; line-height: 1.2em; }
#home_pg h1 {font-size: 1.5em; }

h2 {font-size: 1.5em; }
h2.nobreak { display: inline; }

h3 { font-size: 1.2em; font-weight: 600; }
h4 {font-size: 1em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

/* Paragraph Style
-------------------------------------------------------------- */
p {
	font: normal 15px/22px 'lucida grande',verdana,sans-serif !important;
	margin-right: 30px;
	color: #505050;
	margin-bottom: 15px;
	max-height: 5000em; /*to fix font boosting on Chrome mobile (android)*/
}

p.break-me { 
	-ms-word-break: break-all;
	word-break: break-all;
	/*Non standard for webkit*/
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;}/* Create hiphenation */

p.center{
	border-top: 1px dotted #dcdcdc;
	border-bottom: 1px dotted #dcdcdc;
	padding: 10px;
    text-align: center;
    text-indent: -6px;
	clear: both;
}

/* Lists
-------------------------------------------------------------- */
li {
	font-size: 0.9em;
    line-height: 1.2em;
    margin: 6px 0;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
	color:#404040;
}


/* Text elements
-------------------------------------------------------------- */

/* 	These can be used to pull an image at the start of a paragraph, so that the text flows around it (usage: <p><img class="left">Text</p>)  */


.left  			{ float: left !important; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right !important; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5em; }



/* Misc classes
-------------------------------------------------------------- */

.small     { font-size: 0.8em; color:#666;}
.devices .small { font-size: 0.8em; color:#666; line-height: 1.5em; display: block; margin: 0; }

.large     { font-size: 1.1em; line-height: 1.6em; margin-bottom: 1.25em; color: #666; }
.hide      { display: none; }

.quiet     { color: #999; }
.brightText     { color: #eee; }
.video-container .quiet { display: block; line-height: 1.8em; margin: 0 0 10px; }
.news-homepage .quiet { display: block; line-height: 1.5em; margin: 0 0 10px; }
.quietHeading { font-size: 1em; line-height: 1.4em; color: #666; }
.quietDescription { display: block; margin: 5px 0 10px 0; }

.loud      { color: #000; }
.highlight { background:#ff0; }
.added     { background:#060; color: #fff; }
.removed   { background:#900; color: #fff; }

.first     { margin-left: 0; padding-left:0; }
.last      { margin-right: 0; padding-right:0; }
.top       { margin-top: 0; padding-top:0; }
.bottom    { margin-top: 15px; }
.center	   { text-align: center; }
.inline	   { display: inline-block; }
.no-height { height: auto!important; }
.indent-link:before { content: "\25B8  "; color: #999; }

/* Images (this is to overwrite some type on images.css)
-------------------------------------------------------------- */
table.decription_poster tr td {
	font-size: 0.95em !important;
	position: relative!important;
	top: -8px!important;
	padding: 0 0 6px 0!important;
}

span.small_text {
	color: #666!important;
    font-size: 0.9em !important;
    line-height: auto!important;
	margin-left: 1em!important;
	position: relative!important;
	top: 3px!important;
}
