﻿/* Import other stylesheets */
@import url(5SStyle.css);
@import url(5SMenus.css);

/* Standard settings used throughout site */
* { margin: 0; padding: 0; border: 0; }
html, body { font-family: Verdana, Arial, Tahoma; font-size: 82%; color: #000; background: #b4b4b4; }
a:link, a:visited { text-decoration: none; color: #000; }
a:active, a:hover { text-decoration: underline; }
.strong { font-weight: bold; }
.italic { font-style: italic; }
.si {font-weight: bold; font-style: italic; }
select { border: 1px solid #aaa; }
a.noDecoration:hover { border: 0; background: 0; }

.clear { clear: both; }
.indent { padding-left: 20px; }

input { margin-right: 6px; }