/*-----------------------------------------------------*\
StressLess Massage Cascading Style Sheet

This stylesheet defines styles and classes for the 
StressLess Massage website at:
http://www.stresslessmassage.com

Version		1.0
Date:		3/19/04

Author: Content Is Queen Productions
http://www.contentisqueen.com
\*-----------------------------------------------------*/

/*-----------------------------------------------------*\
 * Default HTML tag behavior
\*-----------------------------------------------------*/

body {  

	font-family: Arial, sans-serif; 
	font-size: 1em; 
	font-weight: normal; 
	color: #000000;
	background-color: #ffffff;
	
	}

hr {
	color: #660066; 
	height:1px;
	width: 760px;
	}
	

	
td { 
	font-family: Arial; 
	font-style: normal; 
	color: #000000;
	}
	
	
	
P  { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	margin-left: 10px;
	margin-right: 5px;

	}

DL	{
	margin-left: 10px;
	}	
	
	
DT	{
	 font-weight: normal;
	}	
	
LI  { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	margin-left: 10px;
	margin-right: 5px;

	}
	
	
/*-----------------------------------------------------*\
 * Table and Accessibility Classes
\*-----------------------------------------------------*/

table.full760 {
	width: 760px;
	}
	
	
table.events {
	font-family: Arial, sans-serif; 
	font-size: .9em; 
	font-weight: normal; 
	color: #000000;
	background-color: #ffffff;
	margin: 0;
  	padding: 0;
	border: 0;
	border-spacing: 0;
	}
	
th.eventsheader {
	font-family: Arial, sans-serif; 
	/*font-size: .7em;*/ 
	font-weight: bold; 
	color: #ffffff;
	background-color: #2C59B1;
	margin: 0;
  	padding: 5;
	}

	
	
	
/*-----------------------------------------------------*\
 * Anchor Classes
\*-----------------------------------------------------*/

A:link { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1em; 
	color: #330099;
	}
	
	
A:visited { 
	font-family: Arial;  
	font-style: normal; 
	font-size: 1em; 
	color: #330099;
	}
	
A:active { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1em; 
	color: #330099;
	}
	
A:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1em; 
	color: #cc9933;
	}

	
	
A.smalllink:link { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.6em; 
	color: #330099;

	}
	
	
A.smalllink:visited { 
	font-family: Arial;  
	font-style: normal; 
	font-size: 0.6em; 
	color: #330099;
	}
	
A.smalllink:active { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.6em; 
	color: #330099;
	}
	
A.smalllink:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.6em; 
	color: #cc9933;
	}


	
	
/*-----------------------------------------------------*\
 * Page Heading Classes
\*-----------------------------------------------------*/


.Header	{

	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	/*color: #CC3300;*/
	color: #003399;
	text-align: left;
	padding-left: 10px;
	
	}

.HeaderSmall {  

	font-family: Arial, sans-serif; 
	font-size: 1.1em; 
	font-weight: bold; 
	font-style : normal;
	color: #cc6600;
	text-align: left;
	/*padding-left: 10px;*/

	}

.HeaderSmaller {  

	font-family: Arial, sans-serif; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style : italic;
	color: #000000;
	text-align: left;
	/*padding-left: 10px;*/

	}

	
	
	
	
	
/*-----------------------------------------------------*\
 * SPAN and Other  Misc. classes
\*-----------------------------------------------------*/

span.copyright { 
	font-family: Arial; 
	font-style: italic; 
	font-size: 0.7em; 
	color: #808080;
	}
	
.footnote { 
	font-family: Arial; 
	font-style: italic; 
	font-size: 0.7em; 
	color: #003399;
	}
	
.BodyText { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	color: #000000;
	}
	
.BodyTextSmall { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.6em; 
	color: #000000;
	}
