/* Presentation Stylesheet */ 

html,body{
 color: #ffffff;
}
body{
 font: 70% Arial, Helvetica, sans-serif;
 color: #333333;
}
textarea {
 font: 70% Arial, Helvetica, sans-serif;
 color: #333333;
}
p{
 margin:1em 0;
}

img {
 border: 0;
}

hr {
	color: #d2e04f;
}

.hr {
  height: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin: 1em auto
}
.dotted {
  border-bottom: dotted 1px #002549;
}
.dashed {
  border-bottom: dashed 1px #002549;
}
.solid {
  border-bottom: solid 1px #002549;
}

h1 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 21px;
 color: #6cc9c8;
}

h2 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 17px;
 color: #6cc9c8;
}

h3 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 16px;
 color: #002549;
}

h4 {
}

h5 {
	color: #999999;
}

a {
	color: #002549;


}
a:active {
	color: #012549;

}
a:hover {
	color: #012549;

}
.title {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
}
.sub {
	font-size: 11px;

}
.caption {
	font-size: 12px;
	font-style:italic;
	padding: 5px;
}
div {

	font-size: 0.8em;
}

.quote {
	list-style: none;
	list-style-type: none;
	font-style: italic;
}

#quote ul
{
	list-style: none;
}

.titlebold {
	font-size: 1.6em;
	color: #333333;
	font-weight: bold;

}

.titleright {
	font-size: 0.8em;
	color: #999999;
	font-weight: bold;
}.blink {
	font-size: medium;
	color: #004972;
	text-decoration: blink;
}

.emphasis {
	color: #6cc9c8;
	font-weight: bold;
}
a.emphasis {
	color: #6cc9c8;
	font-weight: bold;
	text-decoration: none;
}
a.emphasis:hover {
	color: #6cc9c8;
	font-weight: bold;
	text-decoration: none;
}

.emphasisdark {
	color: #012549;
	font-weight: bold;
}
a.emphasisdark {
	color: #012549;
	font-weight: bold;
	text-decoration: none;
}
a.emphasisdark:hover {
	color: #012549;
	font-weight: bold;
	text-decoration: none;
}
