body 
{
color: black; 
background-color: white; 
}

#hd
{
display: none;
}

#ft
{
display: none;
}

.helplink
{
display: none;
}

#message-container
{
display: none;
}

#content-container
{
display: block;
width: 100%;
}

#yui-main
{
margin: 0px;
}

.yui-t2 #yui-main .yui-b {
  margin:0;
} 

#yui-menu
{
display: none;
}

A:link
{
text-decoration: none;
}

A:visited
{
text-decoration: none;
}


A:active
{
text-decoration: none;
}

.break-before 
{
page-break-before: always;
}

.break-after
{
page-break-after: always;
}

.noprint 
{
display: none;
}

.nodisp 
{
display: block;
}

/* font face*/
h1 
{
color: black; font-family: arial, helvetica, sans-serif; 
}

h2 
{
color: black; font-family: arial, helvetica, sans-serif; 
}

h3 
{
color: black; font-family: arial, helvetica, sans-serif;
}

h4
 {
color: black; font-family: arial, helvetica, sans-serif; 
}

h5
 {
color: black; font-family: arial, helvetica, sans-serif; 
}

h6 
{
color: black; font-family: arial, helvetica, sans-serif; 
}

p
 {
color: black; font-family: arial, helvetica, sans-serif; 
}

th
 {
color: black; font-family: arial, helvetica, sans-serif; 
}

td 
{
color: black; font-family: arial, helvetica, sans-serif; 
}

blockquote 
{
color: black; font-family: arial, helvetica, sans-serif; 
}

cite
 {
color: black; font-family: arial, helvetica, sans-serif; 
}

ul
 {
color: black; font-family: arial, helvetica, sans-serif; 
}

ol
 {
color: black; font-family: arial, helvetica, sans-serif; 
}

li
 {
color: black; font-family: arial, helvetica, sans-serif;
}

/* font size*/

h1 
{
font-size: 142%;
}

h2 
{
font-size: 125%;
}

h3
 {
font-size: 100%;
}

h4
 {
font-size: 92%;
}

h5
 {
font-size: 83%;
}

h6 {
font-size: 75%; text-transform: uppercase;
}


p {
font-size: 83%;
}


address 
{
font-size: 83%; font-style: normal;
}

ul li
 {
font-size: 83%;
}

ul li li
 {
font-size: 100%;
}

ul li li li 
{
font-size: 100%;
}

ol li
 {
font-size: 83%
}

ol li li
 {
font-size: 100%;
}

ol li li li
 {
font-size: 100%;
}

li p
 {
font-size: 100%;
}

dl dt
 {
font-size: 83%;
}

dl dd 
{
font-size: 83%;
}


/*classes for sizing text*/

.tiny 
{
font-size: 70%;
}

.small
 {
font-size: 75%;
}

.big
 {
	font-size: 100%;
}

.large
 {
	font-size: 125%;
}

.massive
 {
	font-size: 142%;
}
