
body	{	
	font-size:	1em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Times New Roman, serif;
	font-size-adjust:	.58;
	}	

p, blockquote, ul, ol, dl, dd, li, dir, menu	{
	width: 640;
	/* inherit from body */	
	}	

small	{	
	font-size:	.92em;
	}	

big	{	
	font-size:	1.17em;
	}	

pre	{	
	font-family:	Courier New, monospace;
	}	

ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

table, tbody, tr, td	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Times New Roman, serif;
	font-size-adjust:	.58;
	}	

h1	{	
	font-size-adjust:	.53;
	font-size:	2em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-size-adjust:	.53;
	font-size:	1.75em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
	font-size-adjust:	.53;
	font-size:	1.58em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-size-adjust:	.53;
	}	
		
hr	{	
	visibility:	visible;
	}	

body	{	
	color:	black;
	background:	#FFF8E7;
	background-image: url("library/images/MdB_Grey_Small.png");
	background-repeat: no-repeat;
	Background-attachment: fixed;
	background-position: top right;
	
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 48px;
	}	
		
em	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	background:	#FFF8E7;
	}	
		
strong	{	
	font-style:	italic;
	background:	#FFF8E7;
	font-weight:	bold;
	color:	black;
	}
	
b	{
	font-weight:	bold;
	}
	
i	{
	font-style:	italic;
	}

.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	yellow;
	color:	black;
	}
	
a:link	{	
	text-decoration: underline;
	font-weight:	bold;
	color:	#4682B4;
	background:	w#FFF8E7;
	}	
		
a:visited	{	
	text-decoration: underline;
	font-weight:	bold;
	color:	#4682B4;
	background:	#FFF8E7;
	}	
		
a:active	{	
	text-decoration: underline;
	font-weight:	bold;
	color:	#4682B4;
	background: #FFD700;
	}	
		
a:hover	{	
	text-decoration: underline;
	color:	#4682B4;
	background: #FFD700;
	}	
		
a.offsite	{	
	text-decoration: underline;
	font-weight:	normal;
	color:	#4682B4;
	background:	#FFF8E7;
	}	