body { 
	color : #000; 
	background : #fff; 
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt; 
	border: 0;
	margin: 2%;
}

a { 
  text-decoration : none; 
  color : #f00 
}

A:link , A:visited , A:active , A:hover
{color: #660000;text-decoration: none;}

.column		{display: inline-block; width: 90px; font-weight:bold;}

div.hr		{ height: 1px; color: #fff;background: #fff no-repeat scroll center;}
div.hr hr	{ height: 1px; color: #000;background: #000 no-repeat scroll center;}


/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5	{font-weight: bold; margin-bottom: 0px;}
h1		{font-size: 24pt;}
h2		{font-size: 18pt;}
h3		{font-size: 16pt;}
h4		{font-size: 15pt;}
h5		{font-size: 14pt;}
h6		{font-size: 13pt;}

/*selector.class:pseudo-element {property: value}*/
h4		{margin-top: 24pt;text-transform:capitalize;}
p		{margin-bottom: 24pt;}

.breakhere h5	{page-break-before: always;}
.noPrint	{display:none}

/* Not printable sections */
#nav		{display:none}
#navSub		{display:none}

#page .thumbnail {width:96px;height:96px;border:1px solid #000;margin-bottom:5px;margin-right:5px;padding:2px;display:inline;float:left;clear:both;}
#page .thumbtitle{width:250px;background-color:#900;color:#fff;padding: 0px 2px 0px 2px;display:block;margin-bottom:-10px;}
#page .miniPage	 {clear:both;}

table {width: 97%; font-size:12pt;}
th{ text-align:left; }