/* Fonts */
BODY, DIV, FORM, LI, OL, P, TD, TH, TR, UL {
 font-size: 12px; color: #000; font-family: Arial, Helvetica, sans-serif; text-decoration: none
}

/* Elements */
A {cursor: pointer; background: transparent}

BODY {padding: 0; cursor: default}

H1, H2, H3, H4, H5, H6 {color: #000}

H1, H2, H3, H4, H5, H6 {font-family: Arial, Helvetica, sans-serif}

H1 {font-weight: bold; font-size: 20px;}

H2 {font-weight: bold; font-size: 18px;}

H3 {font-weight: bold; font-size: 16px;}

H4 {font-weight: bold; font-size: 14px;}

H5 {font-weight: bold; font-size: 12px;}

H6 {font-weight: bold; font-size: 10px;} 

BUTTON {cursor: auto}

HTML {margin: 0; padding: 0}

HR { height: 1px; color: #9A9865 }

IMG {cursor: auto}

INPUT {cursor: auto}

OL {list-style: decimal}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman}

OL OL OL OL {list-style: decimal}

TEXTAREA {cursor: text}

TD {margin-left: 0}

TH {font-weight: bold; text-align: center; margin-left: 0}

UL {list-style: disc} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square}

UL UL UL UL {list-style: disc}

/* Below are things that I may change. */
A:link {color: #666633; font-size: 12px; text-decoration: underline}

A:visited {color: #666633; font-size: 12px; text-decoration: underline}

A:active {color: #666633; font-size: 12px; text-decoration: underline}

A:hover {color: #000; font-size: 12px; text-decoration: underline}

BODY {background: #FFF; margin-left: 0; margin-right: 0; }

/* Link Classes */

A.link10:link {font-size: 10px;
color: #666633;
text-decoration: underline}

A.link10:visited {font-size: 10px;
color: #666633;
text-decoration: underline}

A.link10:active {font-size: 10px;
color: #666633;
text-decoration: underline}

A.link10:hover {font-size: 10px;
color: #000;
text-decoration: underline}

A.linkBlk10:link {font-size: 10px;
color: #000;
text-decoration: none}

A.linkBlk10:visited {font-size: 10px;
color: #000;
text-decoration: none}

A.linkBlk10:active {font-size: 10px;
color: #000;
text-decoration: none}

A.linkBlk10:hover {font-size: 10px;
color: #000;
text-decoration: none}

/* Orientation Classes */
.center {text-align: center}

.right {text-align: right}

/* Table Classes */

.tableLtst {background-color: #D2D2AD}

.tableLt {background-color: #E0E1BF}

.tableMd {background-color: #E1C268}

.tableDk {background-color: #9A9865}

.tableWhite {background-color: #FFF}

.tableBrdr {background-color: #000}

/* Text Classes */
.txtBlack12b {
	font-weight: bold; font-size: 12px; color: #000
}

.txtBlack12 {
	font-weight: normal; font-size: 12px; color: #000
}

.txtBlack10 {
	font-weight: normal; font-size: 10px; color: #000
}

.txtBlack10b {
	font-weight: bold; font-size: 10px; color: #000
}

.txtRed12 {
	font-weight: normal; font-size: 12px; color: #F00
}

.txtRed12b {
	font-weight: bold; font-size: 12px; color: #F00
}


