
body { margin: 0; padding: 0; }

/*
H1 - Adobe Garamond Reg, 22pt, Mixed Caps (#336699)
H2 - Tahoma Bold, 13pt All caps (#003366)
H3 - Tahoma Bold, 13pt Mixed caps (#333333)
H4 - Tahoma Bold Italic, 12pt Mixed caps (#666666)
H4 - Tahoma Reg Italic, 12pt Mixed caps (#336699)
*/

h1 { font-family: "Adobe Garamond" "Garamond"; font-weight: normal; font-size: 22pt; color: #336699; }
h2 { font-family: "Tahoma"; font-weight: bold; font-size: 11pt; color: #003366;  text-transform: uppercase; }
h3 { font-family: "Tahoma"; font-weight: bold; font-size: 11pt; color: #333333; }
h4 { font-family: "Tahoma"; font-weight: bold; font-style: italic; font-size: 11pt; color: #666666; }
h5 { font-family: "Tahoma"; font-style: italic; font-size: 11pt; color: #336699; }
h6 { font-family: "Tahoma"; font-style: italic; font-size: 22pt; color: red; }

.h1inline { font-family: "Adobe Garamond" "Garamond"; font-weight: normal; font-size: 22pt; color: #336699; }
.h2inline { font-family: "Tahoma"; font-weight: bold; font-size: 11pt; color: #003366;  text-transform: uppercase; }
.h3inline { font-family: "Tahoma"; font-weight: bold; font-size: 11pt; color: #333333; }
.h4inline { font-family: "Tahoma"; font-weight: bold; font-style: italic; font-size: 11pt; color: #666666; }
.h5inline { font-family: "Tahoma"; font-style: italic; font-size: 11pt; color: #336699; }
.h6inline { font-family: "Tahoma"; font-style: italic; font-size: 22pt; color: red; }


/*
Body Copy – Tahoma Regular 12pt (#666666)
*/
p, td { font-family: "Tahoma"; font-size: 10pt; color: #666666; }

/*
• Bullet (Same as Body copy small tab in frount and solid bullet in (#003366)
Do not create a secondary bullet.
TODO
*/

/*
LINKS:
Inbody Link Regular – Tahoma Reg. 12pt Underlined mixed Caps (#339900)
Inbody Link MO - Tahoma Reg. 12pt Underlined mixed Caps (#1f5c01)
Inbody Link Visited – Tahoma Reg. 12pt Underlined mixed Caps (#0066cc)
*/
a { font-family: "Tahoma"; text-decoration: underline; color: #339900; }
a:visited { color: #0066CC; }
a:hover { color: #1F5C01; }


/*
Top Nav Links – Tahoma Reg, 11 pt (#336699)
Top Nav Links MO - Tahoma Reg, 11 pt Possibly Underline (#003366)
*/
div.toplinks { font-family: "Tahoma"; text-align: right; margin-bottom: 1em; color: #336699; font-size: 10pt; }
div.toplinks a { color: #336699; }
div.toplinks a:hover { color: #003366; text-decoration: underline; }

/*
Other styles
*/
a img { border: 0; }

hr { border-top: 1px dashed #AAAAAA; border-bottom: none; border-right: none; border-left: none; }
th { text-align: left; }

div.doc { width: 905px; margin-left: 40px; }
div.main { padding-left: 19px; }
/* div.side td,p,div { font-size: 9pt; } */

td.side { width: 258px; background-color: #E1E9EB; }
td.sidegreen { width: 258px; background-color: #E1F3D9; }

