/* ==-==-==-==-==-== color set ==-==-==-==-==-== */
/* Black		rgb(0,0,0)			hex(#000000) */
/* COLOR		rgb(n,n,n)			hex(#123456) */
/* White		rgb(255,255,255)	hex(#FFFFFF) */
/* =-==-==-==-==-==-==-==-==-==-==-==-==-==-==-= */

/* anchor styles */
a:link, a:visited, a:active{
	color:#8F1507;
	text-decoration:underline;
}
a:hover{
	color:Black;
	text-decoration:none;
}

a.white:link, a.white:visited, a.white:active{
	color:white;
	text-decoration:none;
}
a.white:hover{
	color:white;
	text-decoration:none;
}

/* layout/text styles */
body, h1, h2, h3, h4, h5, td, .Copy, .CopyHighlight{
	color:#3f3f22;
	font-family:"Times New Roman",serif;
	font-size:12px;
	margin:0px;
}
body.Body{
	padding:0px;
}
h1, h2, h3, h4, h5{
	font-weight:bold;
}
h1{
	color:black;
	font-size:32px;
	margin-bottom:0.1em;
}
h2{
	color:#56564b;
	font-size:1.25em;
	margin-bottom:1em;
}
h3{
	font-size:12px;
}
h4{ color:#A8382B;
	font-family:Arial, Verdana, "Times New Roman";
	font-size:11px;
}
h5{
	font-family:Arial, Verdana, "Times New Roman";
	font-size:.9em;
}
.CopyHighlight{
	background-color:#F0F0F0; 
	cursor:pointer;
}
.FootNote{
	color:#999999;
	font-size:10px;
}
.PullQuote{
	background-color:#FAFAFA;
	border:Silver 1px dotted;
	color:#999999;
	font-size:11px;
}
.Fixed{table-layout:fixed;}
.Spacer{font-size:5px;}
.Clear{clear:both;}

/* tag styles */
ol{
	margin:20px;
	padding:0px;
}
ul{
	margin:20px;
	padding:0px;
	list-style-type:none;
}
li{
	margin:5px;
	padding:0px;
}


.Hint {color: #526d8a; font-family:arial, sans-serif; font-size: 10px;}
.BarDate {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333;}