/* set Table layout */
/* TABLE { table-layout: fixed } */

/* set Table background color */
/* TABLE { background: #FFEFD5 } */

/* set Body margins */
BODY { margin-top: 15px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px}

/* set Body background color */
/* BODY { background: #104E8B } */

/* set H1 font properties */
H1 { font-size: 14pt; font-style: normal; font-weight: bold; font-family: verdana, arial, sans-serif; color: #698B69 }

/* set H2 font properties */
H2 { font-size: 12pt; font-style: normal; font-weight: bold; font-family: verdana, arial, sans-serif; color: #698B69 }

/* set H3 font properties */
H3 { font-size: 10pt; font-style: normal; font-weight: bold; font-family: verdana, arial, sans-serif }

/* set H4 font properties */
H4 { font-size: 10pt; font-style: normal; font-weight: bold; font-family: verdana, arial, sans-serif }

/* set HR class properties */
HR { height: 1px; color: 698B69; width: 100%; align: center }

/* set HR "col1" class properties */
HR.col1 { height: 1px; color: C0C0C0; width: 100%; align: center; background: C0C0C0 }

/* set body and blockquote font properties */
/* BODY, BLOCKQUOTE { font-size: 12pt; font-style: normal; font-weight: normal; font-family: georgia, times-roman, serif } */

/* set link underline to none */
A:link, A:active, A:visited { text-decoration: none }

/* set unvisited link color */
A:link { color: #0000FF }

/* set unvisited link "col1" class color */
A:link.col1 { color: #FFFAFA }

/* set active link color */
A:active { color: #FF0000 }

/* set active link "col1" class color */
A:active.col1 { color: #FF0000 }

/* set visited link color */
A:visited { color: #0000FF }

/* set visited link "col1" class color */
A:visited.col1 { color: #FFFAFA }

/* set mouseover color */
A:hover { color: #698B69; text-decoration: underline }
/* color: #0099FF */

/* set mouseover "col1" class color */
A:hover.col1 { color: #698B69; text-decoration: underline }
