/*================  A D  A R T  D E S I G N  =======================*/

/*+++++++++++++++++++  BODY & FONT STYLES  +++++++++++++++++++++++*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}

/*++++++++++++  NETSCAPE 4 XHTML HIERACHY FIXING  +++++++++++++*/

table, p, a, h1, h2, h3, ul {
	font-family: Arial, Helvetica, sans-serif;
}

/*++++++++++++++++++++++  TITLE STYLES  +++++++++++++++++++++++*/

h1 {
	font-size: 2em;
	color: #996699;
	font-weight: lighter;
}
h2 {
	font-size: 1.4em;
	color: #996699;
	font-weight: lighter;
}
h3 {
	font-size: 1.2em;
	color: #996699;
	font-weight: lighter;
}

/*++++++++++++++++++++++  SPACING STYLES  +++++++++++++++++++++++*/

.depth0 {
	margin: 0px;
}
.depth2 {
	margin: 2px 0px;
}
.depth4 {
	margin: 4px 0px;
}
.depth8 {
	margin: 8px 0px;
}
.depth12 {
	margin: 12px 0px;
}
.depth16 {
	margin: 12px 0px;
}
blockquote {
	text-decoration: none;
	margin-left: 17px;
	margin-top: 3px;
}

/*++++++++++++++++++++++  LINK STYLES  +++++++++++++++++++++++*/

a:link {
	color: #009999;
	text-decoration: underline;
}
a:hover {
	color: #996699;
	text-decoration: underline;
}
a:visited {
	color: #99CC33;
	text-decoration: underline;
}
a:visited:hover {
	color: #996699;
	text-decoration: underline;
}

/*++++++++++++++++++++++  LIST STYLES  +++++++++++++++++++++++*/

ul {
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-left: 15px;
}
li {
	padding: 2px;
	margin: 0px;
}

/*++++++++++++++++++++++  TXT STYLES  +++++++++++++++++++++++*/

.txtSml {
	font-size: 0.85em;
	padding-top: 0px;
	margin-top: 0px;
	font-style: italic;
}
.txtWhite {
	color: #FFFFFF;
}
.txtRed {
	color: #FF0033;
}
.txtGrey {
	color: #666666;
}
.txtPurp {
	color: #996699;
}
.txt006699 {
	color: #006699;
	text-decoration: none;
}
.txtInput {
	font-size: 0.9em;
	text-decoration: none;
	width: 225px;
}
.frmInput {
	font-size: 0.9em;
	text-decoration: none;
}
.glossary {
	background-color: #FFFFCC;
}

/*++++++++++++++++++++++  BOX + BOARDER STYLES  +++++++++++++++++++++++*/

.boxPurp {
	border: 1px solid #996699;
}
.box006699 {
	border: 1px solid #006699;
}
.boxInput {
	border: 1px solid #009999;
	background-color: #EEEEEE;
}
.boxImg {
}
.lineDashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

/*++++++++++++++++++++++  Annotations From Liz  +++++++++++++++++++++++*/
.txtAnno {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	/*display: none;*/
}
.txtAnno2 {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	display: none;
}