BODY
	{
	font-family:Verdana,Helvetica;
    background: #FFFFFF;
    background-image: url('/images/background/background.gif');
	}
.default
	{
	font-size:10pt;
	color:black;
	}

/* image replacements */
.carolyn-small
    {
    background-image: url('/images/carolyn-small.jpg');
    }
	
/* Anchor Tags */
    
a:link
	{
	color:#FFA500;
	text-decoration:none;
	}
a:visited
	{
	color:#FFA500;
	text-decoration:none;
	}
a:hover
	{
	color:#FFFFFF;
	text-decoration:none;
	}
a.fire:link
	{
	color:red;
	text-decoration:none;
	}
a.fire:visited
	{
	color:red;
	text-decoration:none;
	}
a.fire:hover
	{
	color:#FFFFFF;
	text-decoration:none;
	}
a.email:link
	{
	color:red;
	text-decoration:none;
	}
a.email:visited
	{
	color:red;
	text-decoration:none;
	}
a.email:hover
	{
	color:#000000;
	text-decoration:none;
	}
a.header:link
	{
	color: white;
	text-decoration:none;
	}
a.header:visited
	{
	color: white;
	text-decoration:none;
	}
a.header:hover
	{
	color: #FFD774;
	text-decoration:underline;
	}

/* Header/Footer and Content Layout */

.headerbg
	{
    background-color:#F0F6FB;
    }
.heading
	{
	color:#4B0082;
	font-family:Verdana, Helvetica;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	vertical-align:center;
	}

/* Font Styles and Colors */ 
   
.fontsize15pt
	{
	font-size:15pt;
	}
.fontsize14pt
	{
	font-size:14pt;
	}
.fontsize13pt
	{
	font-size:13pt;
	}
.fontsize12pt
	{
	font-size:12pt;
	}
.fontsize11pt
	{
	font-size:11pt;
	}
.fontsize10pt
	{
	font-size:10pt;
	}
.fontsize9pt
	{
	font-size:9pt;
	}
.fontsize8pt
	{
	font-size:8pt;
	}
.fontsize7pt
	{
	font-size:7pt;
	}

.purple
	{
	color:#4B0082;
	}
.bold
	{
	font-weight:bold;
	}
    
.nobold
	{
	font-weight:normal;
	}

.italics
	{
	font-style:italic;
	}

.noitalics
	{
	font-style:normal;
	}

.colortier1
    {
    background-color:#F8F8F8;
    }
.colortier2
    {
    background-color:#E8E8E8;
    }
.colortier3
    {
    background-color:#D8D8D8;
    }
.colortierheader1
    {
    background-color:#F0F0F0;
    }
.colortierheader2
    {
    background-color:#E0E0E0;
    }
.colortierheader3
    {
    background-color:#D0D0D0;
    }