/* 	Reflexology Main CSS 		*/
/* 	Author: Rebecca Anstett		*/
/*	http://www.rebecca-anstett.com	*/
/*	c) 2005				*/

body
{
	color: inherit;
	background: #F0E68C;
}

a:link
{
	color: #556B2F;
	background-color: inherit;	
}

a:visited
{
	color: #556B2F;
	background-color: inherit;	
}

a:active
{
	color: #B8860B;
	background-color: inherit;	
}

a:hover
{
	color: #B8860B;
	background-color: inherit;	
	font-weight: bold;	
	text-decoration: underline;

}

td.header
{
	color: inherit;
	background: #000000;
}

td.menu
{
	width: 270px;
	color: inherit;
	background: #FFFFFF;
}

td.content
{
	color: inherit;
	background: #FFFFFF;
}


p
{
	font-family: verdana, arial, helvetica, sans-serif;
}

h1, h2, h3
{
	font-family: verdana, arial, helvetica, sans-serif;
}


h1
{
	color: #000000;
	background-color: inherit;	
	font-size: 14pt;
}

h2
{
	color: #000000;
	background-color: inherit;
	font-size: 13pt;
}

h3
{
	color: #000000;
	background-color: inherit;
	font-size: 12pt;
}

h4
{
	font-size: 11pt;
}


td.green
{
	color: #556B2F;
	background-color: #556B2F;
}

td.red
{
	color: #B22222;
	background-color: #B22222;
}

td.tan
{
	color: #D2B48C;
	background-color: #D2B48C;
}

td.wheat
{
	color: #F5DEB3;
	background-color: #F5DEB3;
}

tr.green
{
	color: #556B2F;
	background-color: #556B2F;
}

tr.red
{
	color: #B22222;
	background-color: #B22222;
}

td, ol, li 
{
	font-family: verdana, arial, helvetica, sans-serif;
}

p, li, ul, tr, td
{
	font-size: 10pt;
}

ul
{ 
        list-style: square; 
}

ul.menu
{ 
        list-style: none; 
}

/* From GLC site */

th
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	color: inherit;
	background-color:#FFFFCC;
}


/* Classes */

.formlabel
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: inherit;
	background-color: #F5F5DC;
}

.error
{
	color: inherit;
	background-color: #FFFFCC;
}

.links 
{ 
	text-decoration: none; 
	font-weight: bold;
}

p.bg
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #F0E68C;
	background-color: #FFFFFF;
}


img.logo
{
  	position: absolute;
  	top: 5px;
  	left: 20px;
  	z-index: 1;
}