a
{
	color: #00826E;
}

a.bold
{
	font-weight: 700;
}

a.white
{
	color: #FFFFFF;
}

a.navigation
{
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
}

a.navigation:hover
{
	color: #78326E;
}

h1.txt_page_heading
{
  margin-bottom: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  height: 30px;
}

h1, .txt_heading
{
	font-family: georgia,serif;
	font-size: 16px;
	font-weight: 700;
}

h2, .txt_subheading
{
	font-size:13px;
	font-weight:700
}

td, input, select, textarea
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
}

td.blue, tr.blue, table.blue
{
	background-color: #5096BE;
}

td.purple, tr.purple, table.purple
{
	background-color: #78326E;
}

td.line, tr.line, table.line
{
	background-color: #B4AFAA;
}

td.softline, tr.softline, table.softline
{
	background-color: #E6E1DC;
}

td.sand, tr.sand, table.sand
{
	background-color: #F9F5F0;
}

td.softpurple, tr.softpurple, table.softpurple
{
	background-color: #8B4F82;
}

td.white, tr.white, table.white
{
	background-color: #FFFFFF;
}

.button
{
	background-color: #DCDCD2;
}

.txt_black
{
	color: #000000;
}

.txt_blackbold
{
	color: #000000;
	font-weight: 700;
}

.txt_medium
{
	font-size: 12px;
}

.txt_purple
{
	color: #78326E;
}

.txt_purplebold
{
	color: #78326E;
	font-weight: 700;
}

.txt_small
{
	font-size: 10px;
}

.txt_white
{
	color: #FFFFFF;
}

.special_box
{
  position: absolute;
  top: 300px;
  margin-left: -50px;
  width: 270px;
  height: 370px;
  z-index: 5;
  overflow: hidden;
}
