/* My CSS File */

/* Define body background color & font */

body
{
   font-family: arial, helvetica;
   font-size: 12pt;
   color: #000088;
   background-color: #FFCCFF;
}

/* Create a class of link named 'normal' */

a.normal
{
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: underline;
}
a.normal:link
{
   color: #0033CC;
}
a.normal:visited
{
   color: #660066;
}
a.normal:hover
{
   color: #FF0000;
}
a.normal:active
{
   Color: #0033CC;
}

/* Define Headings */

h1
{
   color: #000088;
   text-align: center;
   font-size: 26pt;
   font-weight: bold;
   font-family: tahoma,arial;
}

h2
{
   color: #000088;
   text-align: center;
   font-size: 11pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial,helvetica;
}

h3
{
   color: #0000FF;
   text-align: center;
   font-size: 20 pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial,helvetica;
}

h4
{
   color: #FF0000;
   text-align: center;
   font-size: 12pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial,helvetica;
}



/* Define paragraphs */

p.indigo
{
   color: #000088;
   font-size: 12 pt;
   font-weight: bold;
   margin-left: .5in;
   margin-right: .5in;
   font-family: arial,helvetica;
}   


p.darkblue
{
   color: #000088;
   font-size: 8 pt;
   font-weight: normal;
   margin-left: .5in;
   margin-right: .5in;
   font-family: times,roman;
}   

p.blue
{
   color: #003399;
   font-size: 14pt;
   font-weight: bold;
   margin-left: 2in;
   margin-right: 2in;
   font-family: tahoma,arial;
   font-style:italic;
}

p.pink
{
   color: #990099
   font-size: 12pt;
   font-weight: normal;
   margin-left: .5in;
   margin-right: .5in;
   font-family: arial,helvetica;
}


p.boxleft
{
   float: left;
   border-right: none;
   border-left: none;
   border-top: none;
   border-bottom: none;
   width: 200px;
   height: 50px;
   background-color: #FFCCFF;
   padding: 8px;
   font-family: tahoma,arial;
   font-size: 8pt;
   text-align: center;
   color: #FFFFFF;
}

p.boxright
{
   float: right;
   border-right: none;
   border-left: none;
   border-top: none;
   border-bottom: none;
   width: 200px;
   height: 50px;
   background-color: #FFCCFF;
   padding: 8px;
   font-family: tahoma,arial;
   font-size: 8pt;
   text-align: center;
   color: #FFFFFF;
}   

/* Define navigation bar links */

a.navbar
{
   float: center;
   width: 3000px;
   padding: 12px;
   border-right: 1 px solid white;
   font-family: arial,helvetica;
   font-size: 11pt;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
}

a.navbar:link
{
   color: #FFFFFF;
   background-color: #0000FF;
}

a.navbar:visited
{
   color: #FFCCFF;
   background-color: #0000FF;
}

a.navbar:hover
{
   color: #FFCCFF;
   background-color: #0000FF;
}

a.navbar:active
{
   color: #FFFFFF;
   background-color: #0000FF;
}

/* Define Tables */

td.left
{
   background-color: #FFCCFF;
   text-align: left;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}

td.right
{
   background-color: #FFCCFF;
   text-align: left;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}

td.center
{
   background-color: #FFCCFF;
   text-align: center;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}

td.center2
{
   background-color: #FFCCFF;
   text-align: center;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   
}

td.center3
{
   background-color: #FFCCFF;
   text-align: left;
   font-family: arial,helvetica;
   font-size: 12pt;
   font-weight: bold;
   
}