/* change to commented styles on all style sheets all at once */
#sfmta {  
}

* {   /* reset padding defaults */
	padding:0; 
	margin:0; 
}  

del {
	display: none;
}

ul, ol {
	margin:35px;
}

body, table, tr, td, th, p, blockquote, ul, ol, li, div, span, h1, h2, h3, h4, h5, h6 {  
	background-color: #ffffff;
	color: #000000;
	font-family: Univers, Geneva, Helvetica, Arial, sans-serif;
}

body, table, tr, td, th, p, blockquote, ul, ol, li, div, span {
	font-size: 100%;
}

body {
	background-color: #ffffff;
	margin: 0px;
	width: 100%;
}

h1 { 
	font-weight: bold; 
	font-size: 1.2em;
	margin: 1%;
	text-align: right; 
}


h2 {
	font-weight: bold; 
	text-align: center; 
	margin: 7px;
}

h3, h4, h5, h6 {
	font-weight: bold;
	margin: 7px;
	text-align: left;
}

i, em, u {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

hr {
	color: #666666;
	margin: 1em 1% 1em 1%;
}

p {
	margin: 1em 1% 1em 1%;
}
p.botnav {
	text-align: center;
}

li ul, li ol {
	margin-top: 0;
	margin-bottom: 0;
}

table {
	border-color: #999999 #666666 #666666 #999999;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-collapse: separate;
	border-spacing: 3px;
	margin: 1em 1% 1em 1%;
	width: 97.8%;
}

td, th {
	border-color: #666666 #999999 #999999 #666666;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	empty-cells: show;
	padding: 3px;
	vertical-align: top;
	width: auto;
}

td p, th p { 
	margin-bottom: 1em;
	margin-top: 0;
}

td ul, td ol, th ul, th ol {
	padding-left: 3px;
	margin-bottom: 1em;
	margin-left: 3px;
	margin-top: 0;
}

td ul li, th ul li {
	list-style-position: inside;
	text-indent: -1em;
	margin-bottom: 0;
	margin-left: 1em;
	margin-top: 0;
}

td ol li, th ol li {
	margin-bottom: 0;
	margin-left: 2em;
	margin-top: 0;
}

td p:last-child, td ul:last-child, td ol:last-child, 
th p:last-child, th ul:last-child, th ol:last-child {
	margin-bottom: 0;
	margin-top: 0;
}

.shortcut, .pagenav {
	font-size: .82em;
}

.copyright, .credit {
	font-size: .65em;
}

.indent {  margin-left: 2.5em; }

.indent2 {  margin-left: 5em; }

.indent3 {  margin-left: 7.5em; }

blockquote {
	margin-left: 2.5em;
	margin-right: 1em;
}

h1 { 
	font-size: 1.2em;
}

.h1_3rdlevel {
	font-size: 1.3em;
}

h2, h3 {
	font-size: 1.1em;
}

h4, h5, h6 {
	font-size: 1em;
}

table.pagenav, table.borderless {
	border: 0;
	border-color: transparent;
	border-spacing: 3px;
	border-style: none;
}

table.pagenav tr td, 
table.borderless tr td,
table.pagenav tr th, 
table.borderless tr th {
	border: 0;
	border-color: transparent;
	border-style: none;
	empty-cells: hide;
	padding: 3px;
	vertical-align: top;
	width: auto;
}

/* layout style is not used on L4 pages */

a:link { 
	background-color: transparent; 
	color: #000066;
	text-decoration: underline; 
}
a:visited { 
	background-color: transparent; 
	color: #666666; 
	text-decoration: underline; 
}
a:active { 
	background-color: transparent; 
	color: #666666; 
	text-decoration: underline; 
}
a:hover { 
	background-color: #ffffff; 
	color: #666666; 
	text-decoration: underline;
}

div.homelogo a:hover {
	background-color: transparent;
}

.menu, .copyright {
	text-align: center;
}

*[align="justify"] {
	text-align: left;
}

