* {
   font-family : Verdana, Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 8pt;
	color: #C6C4C4;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #616161;
	scrollbar-base-color: #616161;	
}  

/* Links */ 
a:link, a:visited {
	color: #CFBB63;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFDB23;
	text-decoration: none;	
	background-color: black;
}

small  {
	font-size : 8pt;
   	font-family : Arial, Helvetica, sans-serif;
	color: #b0b0b0;
}
sup  {
	font-size : 6pt;
   	font-family : Arial, Helvetica, sans-serif;
	color: #b0b0b0;
}
  
H2  {
	font-size : 16pt;
	font-weight : normal;
	color: #FFDB23;
}
  
H3  {
	font-size : 14pt;
	font-weight : normal;
	color: #FFDB23;	
}
  
H4  {
	font-size : 10pt;
	font-weight : bold;
	color: #FFDB23;	
}
  
.heading2  {
	font-size : 16pt;
	font-weight : normal;
	color: #FFDB23;	
}
  
.heading3, .heading_blog  {
	font-size : 14pt;
	font-weight : normal;
	color: #FFDB23;	
}
  
.heading4  {
	font-size : 10pt;
	font-weight : bold;
	color: #FFDB23;	
}
  
.sidebar  {
	margin: 5;
	font-size : 8pt;
	color: #C6C4C4;
}

hr {
	border: none;
	color: black;
	background-color: black;
	height: 1px;
}

hr.sidebar {
	border: none;
	color: #404040;
	background-color: #404040;
	height: 1px;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.page_spacing {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.review_toc {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.review_toc_ul {
	margin-top: 2px;
	margin-left: 15px;
	margin-bottom: 2px;
}

/* For displaying tables */
.general_table {
	border: 1px solid #606060;
	border-collapse: collapse;
}

.general_table tr, .general_table td {
	border: 1px solid #606060;
	background-color: #404040;
        padding: 2px;
}

/* I don't know why, but this heading_row definition must appear AFTER
   the other tr definitions */
.heading_row tr, .heading_row td {
	background-color: #000000;
	font-weight: bold;
        padding: 4px;
}

.pullquote  {
	font-size : 10pt;
	font-weight : bold;
  	font-style : italic;
	color: #FFDB23;	
}
