﻿@charset "utf-8";
/* General Body Text */

body, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 10px;
}

A:link				{
	color: #067b4f;
	font-weight:bold;
} 
A:visited			{
	color: #067b4f;
	font-weight:bold;
}
A:hover				{
	color: #067b4f;
	text-align: right;
	font-weight:bold;
}

li { list-style-type: none;
background: url(images/bullet.gif) no-repeat scroll 0 2px;
padding-left: 2em;
margin: .2em;
margin-bottom: .2em;}

/* flash div */


#flash {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
  z-index: 20;
}

/* headings and footers */

.head {
	color: #067b4f;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.subhead {
	color: #067b4f;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.grey {
	color: #666666;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin: 0em;
}
.footer1 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer2 {
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* gray ghost borders on image select fix */

object:active, div:active
{
outline: none;
}