/* Global stylesheet for Expand Project
   Author: Wilson Waters
   Date: 7/12/05
   */

/* global defaults */
/*link default behavior */
A:link {text-decoration: none; color:#0000BB}
A:visited {text-decoration: none; color:#0000BB}
A:active {text-decoration: none; color:#0000BB}
A:hover {text-decoration: underline; color:#0000BB}


/* specific parts of a page */
TABLE.header
{
}

TD.headerLeftImage
{
}

TD.headerCentre
{
   text-align: center;
   font-size: 40px;
   font-family: "Century Gothic";
   color: #346AFF ;
   width: 90%;
}

TD.headerRightImage
{
}

/* formatted text*/
.indented
{
   text-indent: 15pt;
}

.non-indented
{
}



/* Body boxes */
TABLE.bodyBox
{
   background-color: #cce7ff;
   border-collapse: collapse;
   border: outset 2px #cce7ff;
}

TD.bodyBox
{
   background-color: #cce7ff;
}

H1.bodyHeaders
{
   font-size: 22px;
   font-color: red;
}

