/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

body 
{
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}

body, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	color: #333333;
}

A:link 
{
	color: #98C135;
	text-decoration: none;
}

A:visited 
{
	color: #98C135;
	text-decoration: none;
}

A:hover 
{
	color: #333333;
	text-decoration: none;
}
.right-element
{
	position	: absolute;
	text-align	: right;
	top			: 590px;
	left		: 295px;
	width		: 600px;
	height		: 15px;
   }

/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/

.green_heading_bold
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 20px; 
	color: #98C135;
}
.green_text_bold
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 18px; 
	color: #98C135;
}
.green_heading
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 20px; 
	color: #98C135;
	font-weight: bold;
}

.body_small 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	color: #333333;
}
.body_extrasmall 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 10px; 
	color: #333333;
}
.projectinfo 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-style: normal; 
	line-height: 14px; 
	color: #333333;
	font-weight: bold;
}
.body_big 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	color: #333333;
}
.alert 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 12px; 
	color: #993333; 
}

.lightgrey 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 13px; 
	color: #CDCDCD;
}
.lightgreysmall
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	line-height: 13px; 
	color: #CDCDCD;
}
.red_links {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	color: #EF4023;
}
.lightblue_links {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	color: #95A3AD;
}
.grey_links {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	color: #333333;
}
.grey_links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	color: #98C135;
}
.green_links {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	color: #98C135;
}
.green_links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	color: #333333;
}
.grey_links_small {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 18px; 
	color: #333333;
}
.grey_links_small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 18px; 
	color: #98C135;
}

/*------------------------------------------------------------------------------------------------
  link classes
------------------------------------------------------------------------------------------------*/

.footernav:link { 
	color: #EBEBD7;
	font-size: 9px;
	text-decoration: none; 
}

.footernav:visited {
	color: #EBEBD7;
	font-size: 9px;
	text-decoration: none; 
}

.footernav:hover { 
	color: #95A3AD; 
	font-size: 9px;
	text-decoration: none; 
}
.body_tan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #EBEBD7;
	font-weight: normal;
}

/*------------------------------------------------------------------------------------------------
  scrolling container classes
------------------------------------------------------------------------------------------------*/
#container {
	position	: absolute;
	top			: 220px;
	left		: 500px;
	width		: 375px;
	height		: 350px;
	background  :#FFF;
	overflow	: hidden;
}

#content {
	position	: relative;
	width		: 365px;
	left		: 5px;
}


#scrollArea {
	position	: absolute;
	left		: 875px;
	top			: 370px;
	height		: 200px;
	width		: 10px;
	border		: 1px solid #CCC;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 10px;
	background	: #AAA;
	border-top	: 1px solid #CCC;
	border-bottom	: 1px solid #CCC;
}

#scrollerwide {
	position	: absolute;
	top			: -1px;
	width		: 10px;
	background	: #AAA;
	border-top	: 1px solid #CCC;
	border-bottom	: 1px solid #CCC;
}

#containerwide {
	position	: absolute;
	top			: 220px;
	left		: 100px;
	width		: 775px;
	height		: 350px;
	background  :#FFF;
	overflow	: hidden;
}

#contentwide {
	position	: relative;
	width		: 765px;
	left		: 5px;
}