BODY
{
 background: #C3C3E5;
 margin-top: 20px;
 margin-bottom: 20px;
}

/* home page -----------------------------------------------------------------*/

.homeTable
{
 width: 640px;
}

.homeDefault
{
 font-family: Textile, sans-serif;
 font-weight: bold;
 text-align: center;
}

.homeLarge
{
 font-family: Georgia, serif;
 font-size: 24;
 font-style: italic;
 font-weight: bold;
}

.homeMedium
{
 font-family: Georgia, serif;
 font-size: 20;
 font-style: italic;
 font-weight: bold;
}

.homeMedium a:link, .homeMedium a:visited, .homeMedium a:active, .homeMedium a:hover 
{
 color: #000000;
 text-decoration: none;
}

.homeSmall
{
 font-family: Georgia, serif;
 font-size: 16;
 font-style: italic;
 font-weight: bold;
}

.homeSmall a:link, .homeSmall a:visited, .homeSmall a:active, .homeSmall a:hover 
{
 color: #000000;
 text-decoration: underline;
}

.homeSmallRight
{
 font-family: Georgia, serif;
 font-size: 16;
 font-weight: normal;
 text-align: right;
 padding-right: 10px;
}

.homeText
{
 font-family: Georia, serif;
 font-size: 16;
 font-weight: bold;
 text-align: justify;
 padding-left: 20px;
 padding-right: 20px;
}

.homeText a:link, .homeText a:visited, .homeText a:active, .homeText a:hover 
{
 color: #000000;
 text-decoration: underline;
}

.homeTextCentered
{
 font-family: Georgia, serif;
 font-size: 16;
 font-weight: bold;
 text-align: center;
 padding-left: 20px;
 padding-right: 20px;
}

/* other pages -----------------------------------------------------------------*/

.otherTable
{
 width: 640px;
 background-color: #F1F0FF;
}

.otherCentered
{
 font-family: Georgia, serif;
 font-size: 18;
 font-weight: bold;
 text-align: center;
}

.otherDefault
{
 font-family: Georgia, serif;
 font-weight: normal;
 text-align: justify;
 padding-left: 30px;
 padding-right: 30px;
 padding-top: 20px;
}

.otherHeader
{
 font-family: Georgia, serif;
 font-size: 24;
 font-style: italic;
 font-weight: bold;
 text-align: center;
}

.otherNormal
{
 font-family: Georgia, serif;
 font-size: 18;
 font-weight: normal;
 text-align: justify;
}

.otherText
{
 font-family: Georgia, serif;
 font-size: 16;
 font-weight: normal;
 text-align: justify;
}

