/*Created by Gentle Harvest*/
/*Copyright 2002 by Richard Kuhnel*/
/*Created 20030207, Last modified 20030207*/

/*General body and table styles*/
body.bodystyle { background-color: #C0C0C0; text-align: center;margin-left:auto;margin-right:auto;width:600px}
/*;background-image: url("background.gif"); background-repeat: repeat-y;background-position:center top */
table.tablestyle {background-color: #FFFFFF;border:20px solid #FFFFFF;width:660px;padding:0px 0px 0px 0px;border-collapse:collapse; border-spacing:0px 0px}

/*Styles for the general purpose navigation links like next, back, etc. */

/*Links on page bottom for text only browser - no graphic capability -*/
p.bottomnavigation {text-align:center;font-size:10pt;font-family:Trebuchet MS;color:#000000}
a.bottomlink:link { color: #990033; text-decoration: none; font-style: normal; font-variant: 
               normal; font-weight: bold; font-size: 10pt; font-family: Trebuchet MS } /* unvisited link */
a.bottomlink:visited { color: #990033; text-decoration: none; font-style: normal; font-variant: 
               normal; font-weight: bold; font-size: 10pt; font-family: Trebuchet MS} /* visited link */
a.bottomlink:hover { color: #FF6666; text-decoration: none; font-style: normal; font-variant: 
               normal; font-weight: bold; font-size: 10pt; font-family: Trebuchet MS } /* mouse over link */
a.bottomlink:active { color: #990033; text-decoration: none; font-style: normal; font-variant:   
               normal; font-weight: bold; font-size: 10pt; font-family: Trebuchet MS } /* selected link */

/*Resource: Book, DVD, etc. */
/* Headline*/
.resourceheadline 
{
background-color: #FF9966; 
border: 1px solid #000000;
}

.resourcetitle
{ 
color: #990033; 
text-decoration: none; 
font-style: normal; 
font-variant: normal; 
font-weight: bold; 
font-size: 12pt; 
font-family: Lucida Bright,Garamond;
} 

.resourcetext 
{ 
margin-left:10pt;
margin-right:2pt;
margin-top: 0;
font-family: Verdana,Trebuchet MS; 
font-size: 8pt; 
color: #000000;
text-align:justify;
}
  
/*Links on resource pages*/
a.resourcelink:link, a.resourcelink:visited 
{ 
margin-left:10pt;
color: #990033; 
text-decoration: none; 
font-style: normal; 
font-variant: normal; 
font-weight: bold; 
font-size: 12pt; 
font-family: Lucida Bright,Garamond;
} 

a.resourcelink:hover 
{ 
margin-left:10pt;
color: #FF6666; 
text-decoration: none; 
font-style: normal; 
font-variant: normal;
font-weight: bold; 
font-size: 12pt; 
font-family: Lucida Bright,Garamond;
}

a.resourcelink:active 
{ margin-left:10pt;
color: #990033; 
text-decoration: none; 
font-style: normal; 
font-variant: normal; 
font-weight: bold; 
font-size: 12pt; 
font-family: Lucida Bright,Garamond;
}

/*Text links*/
a.embeddedintext:link { color: #990033; text-decoration: none; font-style: normal; font-variant: 
               normal; font-weight: bold; font-size: 10pt; font-family: Lucida Bright,Garamond} /* unvisited link */
a.embeddedintext:visited { color: #990033; text-decoration: none; font-style: normal; font-variant: 
               normal; font-weight: bold; font-size: 10pt; font-family: Lucida Bright,Garamond}  /* visited link */
a.embeddedintext:hover { color: #FF6666; text-decoration: none; font-style: normal; font-variant: 
               normal; font-weight: bold; font-size: 10pt; font-family: Lucida Bright,Garamond}  /* mouse over link */
a.embeddedintext:active { color: #990033; text-decoration: none; font-style: normal; font-variant: 
               normal; font-weight: bold; font-size: 10pt; font-family: Lucida Bright,Garamond}  /* selected link */




/*text*/
.regulartext { margin-left:10pt;margin-right:2pt;font-family: Verdana,Trebuchet MS; font-size: 10pt; color: #000000;text-align:justify}
.producttext { margin-left:10pt;margin-right:0pt;font-family: Verdana,Trebuchet MS; font-size: 10pt; color: #000000}
.listtext {font-family: Verdana,Trebuchet MS; font-size: 10pt; color: #000000}

/*Copyright*/
.copyright {font-family:Trebuchet MS;font-size:8pt; color:#000000;text-align:center}

/*Resource Headline*/
/*.resourceheadline {background-color: #CCCCCC; border: 1 solid #000000}*/