body.defaultPage
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
}

/***
/***   Normal Links
/***/
a:link
{color: #333399;
 background-color: transparent;
}

a:visited
{
 color: #333399;
 background-color: transparent;
}

a:focus
{
 color: #333399;
 background-color: transparent;
}

a:hover
{
 background-color: #cacaff;
}

a:active
{
 color: #333399;
 background-color: #cacaff;
}

/***
/*** Headers for Information Pages
/***/
h1
{margin-top: 5px;
 margin-bottom: 5px;
 border-top: #8888ff solid 1px;
 color: #333399;
 font-size: 12px;
 font-weight: bolder;
}

h2
{margin-top: 3px;
 margin-bottom: 3px;
 color: #333399;
 font-size: 12px;
 font-weight: bolder;
}

/***
/***  Paragraph Body for Information Pages
/***/
p.bodyInfo
{margin-top: 0px;
 margin-bottom: 0px;
 font-size: 12px;
 font-weight: lighter;
 text-align: justify;
}

p.bodyInfo2
{margin-top: 5px;
 margin-bottom: 5px;
 font-size: 12px;
 font-weight: lighter;
 text-align: justify;
}

/***
/***  Paragraph spacing
/***/
p.normal
{margin-top: 0px;
 margin-bottom: 0px;
}

p.quarterSpace
{margin-top: 1px;
 margin-bottom: 1px;
}

p.oneQuarter
{margin-top: 1px;
 margin-bottom: 1px;
}

p.halfSpace
{margin-top: 3px;
 margin-bottom: 3px;
}

p.halfSpaceAbove
{margin-top: 3px;
 margin-bottom: 0px;
}

p.threeQuarter
{margin-top: 5px;
 margin-bottom: 5px;
}

p.threeQuarterAbove
{margin-top: 5px;
 margin-bottom: 0px;
}

/***
/***  Colors
/***/
.color1
{color: #333399;
}

/***
/***  Fonts Sizes and Styles
/***/
.big
{font-size: 24px;
}

.medium
{font-size: 15px;
}

.small
{font-size: 12px;
}

.italic
{font-style: italic;
}

.bold
{font-weight: bold;
}

.bolder
{font-weight: bolder;
}

.lighter
{font-weight: lighter;
}

.normalWeight
{font-weight: normal;
}