a:link		{color: #003399;}
a:visited	{color: #003399;} 
a:active 	{color: #FF8B22;}

body
{
	font-family: Verdana, Arial, Helvetica;
	/*
    background-image: url(images/background/pink_fabric.gif); 
	*/
    background-image: url(images/background/line1.jpg); 
	background-color: #CCFFFF;  /* light blue */
	color: #000066;            /* Dark Blue */
}
.darkerbody 
{ background-color: #96E3E2;
  background-image: url(images/background/blue_sunburst.gif);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.nomargins
{ padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

p.indent {text-indent: 1.5em; margin-top : 0 }

table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

h1, h2, h3, h4, h5, h6
	{font-family: Comic Sans MS, Arial, Helvetica;}
h1	{color: #990000;} /* Red */
h2	{color: #FFCC00;} /* Yellow */
h3	{color: #009999;} /* GreenBlue */
h4	{color: #CCFFFF;} /* Light Blue */
h5	{color: #000066;} /* Dark Blue */
h6	{color: #990000;} /* Red */

div.footer {margin-top: 0}

div.header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120%;
  font-family: "Comic Sans MS", Arial, Helvetica;
  font-weight: bold;
  font-variant: small-caps
  text-decoration: none;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
div.header a { display: block }
div.header a:link { text-decoration: none; color: #003399 }
div.header a:visited { text-decoration: none; color: #003399 }
div.header a:hover { background: #CCFFFF; color: #003399 }

div.content {
  font: normal small-caps 600 10pt "Comic Sans MS", Arial, Helvetica;
  line-height: 10pt
}
div.content h2 { margin-top: 0;  margin-bottom: 0}
div.content p  { text-indent: 0; margin-top: 1em }

div.content a { display: block }
div.content a:link { text-decoration: none; color: #003399}
div.content a:visited { text-decoration: none; color: #003399 }
div.content a:hover { background: #CCFFFF; color: #003399}

div.decor {
  font: normal small-caps 600 8pt Helvetica, "Comic Sans MS", Arial;
  line-height: 7pt
}
div.decor h3 { margin-top: 0;  margin-bottom: 0; color: #30dc09 }
div.decor p  { text-indent: 0; margin-top: 1em }

div.decor a { display: block }
div.decor a:link { text-decoration: none; color: #003399}
div.decor a:visited { text-decoration: none; color: #003399 }
div.decor a:hover { text-decoration: none; color: #30dc09}

div.decor1 {
  font: italic normal normal 7pt Arial;
  line-height: 7pt
}