/* FSGuide standard style sheet */ 

body       { font-size: 10pt; font-family: Verdana, Arial; margin-top: 0; margin-bottom: 0; margin-left: 3px; margin-right: 3px; }
A:link     { color: black; text-decoration: none; }
A:visited  { color: black; text-decoration: none; }
A:hover    { background-color: white; }

.verysmall { font-size: 8pt; }
.small     { font-size: 9pt; }
.normal    { font-size: 10pt; }
.large     { font-size: 12pt; }
.verylarge { font-size: 14pt; }
.huge      { font-size: 16pt; }

.sectionhead { color: white; font-weight: bold; padding: 2px; }

.input      { }
.inputfocus { background-color: #f0f0fa; }
.inputlabel      { padding: 1px; cursor: help;}
.inputfocuslabel { padding: 1px; cursor: help; color: #ffffff; background-color: #6f6f9f;}
