.ie3dummyrule {color: #000000;}

body {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif;
}
/*
generic font settings for ordinary text, including tables
some browsers will lose formatting after elements like
forms and tables, so you need the redundant rulesets
*/
a, abbr, acronym, address, dfn, div, ins, p, span,
caption, thead, th, tbody, tfoot, td {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif; 
	color: #000000;
}

/* specific settings for ordinary text */

/* see also 'links' below */
a {
	color: #666666;
	text-decoration: none;
}

abbr {
}

acronym {
}

address {
	font-style: normal;
	font-weight: 700;
}

dfn {
}

div {
}

ins {
	text-decoration: none;
}

p {
	line-height: 1.5em;
}
p.themenu {
	font-size: 10px;
}

p.submenu {
	font-size: 10px;
	color: #666666;
	margin-left:20px;
}

span {
}

/* specific settings for tables */
caption {
	font-weight: 700;
}

thead, tfoot {
}

th {
	font-weight: 700;
}

tbody {
}

td {
}

td.sectiontitle {
	
}

td.subsectiontitle {
}

/*
generic font settings for text with special formatting
be sure to include redundancies to account for dropped styles
*/
del, sub, sup, big, small, i, kbd, em, b,
strong, s, strike, q, blockquote, cite, u {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif; 
}

/* specific settings for text with special formatting */
del {
	text-decoration: line-through;
}

sub {
}

sup {
}

big {
	font-size: 16px;
}

small {
	font-size: 12px;
}

i, em {
	font-style: italic;
}

b, strong {
	text-weight:700;
}

s, strike {
	text-decoration: line-through;
}

q, blockquote {
}

cite {
	font-style: normal;
	font-weight: 700;
}

u {
    text-decoration: underline;
}

/* generic font settings for monospaced text */
pre, code, tt, samp {
	font-size: 12px;
	font-family: "Courier New", monospace; 
}

/* specific settings for monospaced text */
pre {
}

code, tt, samp {
}

/* misc */
// not sure how to make this noshade...
// suspect that NS4 requires these things to be in
// the HTML, though...
hr {
	color: #000000;
	width: 100%;
}

/* form tags */
button, fieldset, input, label, legend,
option, select {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif; 
}
textarea {
	font-size: 12px;
	font-family: "Courier New", monospace; 
}

/* lists */
/*
specifying sizes in ems for nested lists leads to increasing large
font sizes - NS4/Win
*/

ul, ol, li, dd, dl, dt {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif; 
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-alpha;
}

ol ol ol ol ol {
	list-style-type: decimal;
}

dir, menu {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif; 
}

/* links */
/* these must be in this order to keep them from overriding
   each other */
a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
        color: #666666;
        text-decoration: none;
}

a:active {
        color: #0000ff;
        text-decoration: none;
}

a:hover {
        color: #0000ff;
        text-decoration: none;
}

/* these are for the menus */
a.menu:link {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a.menu:visited {
	font-size: 11px;
        color: #666666;;
        text-decoration: none;
}

a.menu:active {
	font-size: 11px;
        color: #0000ff;
        text-decoration: none;
}

a.menu:hover {
	font-size: 11px;
        color: #0000ff;
        text-decoration: none;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, sans-serif; 
	font-style: normal;
}

h1, h3, h5 {
	font-weight: 700;
}

h2, h4, h6 {
	font-weight: normal;
}

h1 {
	font-size: 20px;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 18px;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}

h3, h4 {
	font-size: 16px;
	margin-top: 0.75em;
	margin-bottom: 0.333em;
}

h5, h6 {
	font-size: 14px;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}
