
body
{
	background-color: #FFFAE1;
	width: 700px;
}

.content
{
	color: #252525;
	font-family: Arial;
	font-size: 16px;
}

h1
{
	color:#009A31;
	font-family:Verdana,Arial;
	font-size:120%;
}

h2
{
	color:#009A31;
	font-family:Verdana,Arial;
	font-size:105%;
}

.emphasis
{
	font-weight:bold;
}

.italics
{
	font-style:italic;
}

td.pricestable
{
	width:60px;
}

img
{
	border-style:none;
	background-color:Transparent;
}

a:link
{
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

a:visited
{
	color: #551A8B;
}

a:active
{
	color: #FF0000;
	text-decoration: underline;
}

/* Navigation Bar under banner */
/* place after the generic a { } style classes to overwrite them */
.nav
{
	font-size: 12px;
	font-family: Verdana, Georgia;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009933;
}

.nav a:link
{
	color: #ffffff;
}

.nav a:hover
{
	color: #ffffff;
}

.nav a:visited
{
	color: #ffffff;
}

.nav a:active
{
	color: #ff0000;
}

/* Page Footer */
/* place after the generic a { } style classes to overwrite them */
.footer
{
	font-size: 12px;
	font-family: Verdana, Georgia;
	font-style: normal;
	color: #FFFFFF;
	/*background-color: #CBB180;*/
	background-color: #009933;
}

.footer a:link
{
	color: #ffffff;
}

.footer a:hover
{
	color: #ffffff;
}

.footer a:visited
{
	color: #ffffff;
}

.footer a:active
{
	color: #ff0000;
}