﻿BODY, td, input, textarea, select
{
	font-family:	Tahoma, Arial, Helvetica, sans-serif;
	font-size:		0.75em;
}

a:link
{
	font-weight: bold;
	color:	#89CB4D;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	color:	#89CB4D;
	text-decoration: none;
}

h1
{
	font-family: Arial Narrow, Arial;
	font-size: 2.5em;
	color:	#89CB4D;
	text-transform: uppercase;
	font-weight: bold;
}

h2
{
	font-size:		1.5em;
	color:			red;
}

h3
{
	font-size:		1.1em;
}

ul
{
	list-style-image: url(images/tick.gif);
	margin-left: 10px;
	padding-left: 1em;
	font-weight: bold;
}


.self
{
	text-align: right;
	font-family: Arial Narrow, Arial;
	font-size: 38px;
	color:	#89CB4D;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}

.directions
{
	font-family: "Arial Narrow", Arial;
	font-size: 38px;
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 25px;
}

.tdleftlink
{
	text-align: right;
	padding-right: 8px;
}

a.leftlink
{
	color: white;
	font-size: 16px;
	font-family: "Arial Narrow", Arial;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
a.leftlink:visited
{
	color: white;
}
a.leftlink:hover
{
	color: yellow;
}

a.leftsublink
{
	color: white;
	font-size: 14px;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	text-decoration: none;
}
a.leftsublink:visited
{
	color: white;
}
a.leftsublink:hover
{
	color: yellow;
}

a.freesession
{
	color: yellow;
	font-size: 16px;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	text-decoration: none;
}

.comments
{
	border: 2px solid #89CB4D;
	text-align: left;
	padding: 4px;
}

.quote
{
	font-weight: bold;
	color: #89CB4D;
	text-align: left;
	font-style: italic;
}
