BODY {
background : #FFFFFF;
margin : 4px 4px 4px 15px;
background-repeat : no-repeat;
background-attachment : scroll;
}

BODY, TABLE, TD, A {
font-size: 10pt;
line-height: 1.5;
font-family : "Lucida Grande", "LucidaGrande", "Lucida", "Helvetica", "Arial", sans-serif;
color : #000000;
}

CODE, TT, PRE, TEXTAREA {
font-family: "Courier", "Courier New", monospace;
font-size: 10pt;
}

H1  {
font-size : 14pt;
margin-top : 10pt;
color : #0033CC;
margin-bottom : 0pt;
font-weight : bold;
text-align : left;
}

H2  {
font-size : 10pt;
margin-top : 0pt;
color : #0033CC;
margin-bottom : 0pt;
font-weight : bold;
text-align : left;
}

.smaller
{
font-size : 8pt;
}

.color  {
color : #0033CC;
}

ul {
	margin: 0px;
}
.items {
	padding-left: 1.5em;
}
.label {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 1ex;
	margin-bottom: 1ex;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 1ex;
	margin-bottom: 1ex;
}


A  {
color : #0033CC;
text-decoration : none;
}

A .original {
text-decoration : underline;
}

A:hover  {
color : #0066FF;
text-decoration : underline;
}

A.noline  {
color : #0033CC;
text-decoration : none;
}

A.menu  {
color : #000022;
text-decoration : none;
}

A.menu:hover, A.menu-notpublic:hover  {
color : #0066FF;
}

A.menu-notpublic  {
color : #666666;
text-decoration : none;
}

A.menu-active  {
color : #0033FF;
text-decoration : none;
font-weight : bold;
}

A.menu-active-notpublic  {
color : #666666;
text-decoration : none;
font-weight : bold;
}

A.menu-active:hover, A.menu-active-notpublic:hover  {
color : #3333CC;
}

A.noshow  {
color : #000000;
text-decoration : none;
}

A.edit  {
color : silver;
text-decoration : underline;
}

A.edit-head  {
color : gray;
text-decoration : underline;
}

A.bar-nav  {
color : #EEEEEE;
text-decoration : none;
}

A.bar-nav:hover  {
text-decoration : underline;
}

A.bar-nav-active  {
color : #EEEEEE;
text-decoration : none;
font-weight : bold;
}

DIV.hide  {
display : none;
}


