﻿div, p, span, pre, a, iframe, 
form, input, select, textarea, button, 
fieldset, legend, label, 
blockquote, ul, ol, li 
{ 
	behavior: url("boxsizing.htc"); 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
} 

.footnote { 
	font-size: smaller; 
	margin: 1em; 
} 

body,div,table,td,th { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
} 
body { 
	font-size: .9em; 
}

h2,h3,h4 {
	padding: 0px; 
	margin: 0 0 5px 0; 
}

p { 
	margin: 0 0 1em 0; 
} 

tr { 
	vertical-align:top; 
} 

ul li { 
	margin-top: 1em; 
} 

ul ul li { 
	margin-top: auto; 
} 

.figure { 
	padding: 3px; 
	border: solid navy 2px; 
	background-color: #E0E0E0; 
	margin-top: 0; 
	margin-bottom: 10px; 
} 

table.figure thead th {
	border-bottom: solid navy 2px; 
} 
table.figure tbody th { 
	text-align: right; 
	padding-right: 1em;
} 

.left { 
	float: left; 
	margin: 0px 5px 5px 0px; 
}

.right { 
	float: right; 
	margin: 0px 0px 5px 5px; 
} 

.model { color: blue; } 
.view { color: green; } 
.controller { color: maroon; } 

td div.fwname { 
	font-weight: bold; 
	text-align: center; 
} 
