a, a:link, a:visited{
	color:#0000ee;	
	color:black;
	text-decoration:underline;
	font-weight:bold;
}
span {
	/*background: #ffff00;*/
}
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
}
img {
	border:0;
	vertical-align: bottom;
}
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
	line-height:normal;
	margin:10px 0;
	color:#000000;
}
h1 {
	font-size: 14px;
	font-weight:bold;
	margin:0 0 10px 0;
}
h2 {
	font-size: 13px;
	font-weight:bold;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	color: #007AAA;
	font-size: 1.2em;
}
p {
	margin:5px 0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
em strong,  strong em {
	font-style:italic;
	font-weight:bold;
}
u {
	text-decoration:underline;
}
strike {
	text-decoration: line-through;
}
address {
	color: #007AAA;
}
pre {
	border:1px solid #007AAA;
	font-family:Courier, MS Courier New, Prestige, Everson Mono;
	font-size:1.1em;
	margin:20px auto;
	overflow:auto;
	padding:5%;
	width:80%;
}
code {
	font-family:Courier, MS Courier New, Prestige, Everson Mono;
	font-size:1.1em;
	padding:2px;
}
blockquote {
	margin:10px 50px;
	text-indent: 25px;
}
blockquote p {
	display: inline;
	margin: 0;
	padding-right: 24px;
}
cite {
	font-family: Arial, sans-serif;
	font-size:1.1em;
	padding:0 3px 0 3px;
}
acronym {
	border-bottom:1px dashed #007AAA;
	cursor:help;
}
q {
	font-style:italic;
}
q:after {
	content: " ' Source: "attr(cite)" ";
	font-size:1em;
}
ul {
	margin:5px 0 5px 25px;
}
ul li {
	padding:0 0 0 15px;
}
ol {
	list-style:inside decimal-leading-zero;
	margin:5px 0 5px 25px;
}
hr {
	border-bottom:2px ridge #666666;
	border:0;
}
.separator {
	clear:both;
	visibility:hidden;
}
dl {
	margin:10px 5px;
}
dt {
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
}
dd {
	font-style:normal;
	margin:0;
	padding:0;
	text-indent:10px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
	margin:auto;
	width:100%;
	margin-bottom:15px;
}
table caption {
	color: #ccc;
	font-size: 14px;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
}
th {
	color:#ffffff;
	border:1px solid #ccc;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding:2px;
}
td {
	border:1px solid #ccc;
	padding:2px;
}