
BODY {
	font-family: Georgia,Times New Roman;
 	font-size: 14px;
  	color: #000000;
}

.bgcolor {
	background: #66CC33;
}

.tablebgcolor {
	background: #66CC33;
}

.insetbgcolor {
	background: #006600;
}


.rightcolumncolor {
	background: #993300;
}

.LargeBodyText {
	font-family: Georgia,Times New Roman;
	font-size: 18px;
	color: #000000;
}

.StandardBodyText {
	font-family: Georgia,Times New Roman;
	font-size: 14px;
	color: #000000;
}

.StandardBodyTextGreen {
	font-family: Georgia,Times New Roman;
	font-size: 14px;
	color: #006600;
}

.SmallBodyTextGreen {
	font-family: Georgia,Times New Roman;
	font-size: 12px;
	color: #006600;
}

.HeaderBodyText {
	font-family: Georgia,Times New Roman;
	font-size: 20px;
	color: #000000;
}

.ReverseBodyText {
	font-family: Georgia,Times New Roman;
	font-size: 14px;
	color: #FFFFFF;

}

.ReverseBodyTitleText {
	font-family: Georgia,Times New Roman;
	font-size: 20px;
	color: #FFFFFF;
	
}

.SmallBodyText {
	font-family: Georgia,Times New Roman;
	font-size: 12px;
	color: #000000;
}

.ReverseSmallBodyText {
	font-family: Georgia,Times New Roman;
	font-size: 12px;
	color: #FFFFFF;
}

.TinyBodyText {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.SignatureText {
	font-family: Bradley Hand ITC, Times New Roman;
	font-size: 18px;
	color: #FFFFFF;
}

.StandardBodyTextLink {
	font-family: Georgia,Times New Roman;
 	font-size: 16px;
	color: #003300;
	text-decoration: none;
}

.StandardBodyTextLink:hover {
	font-family: Georgia,Times New Roman;
 	font-size: 16px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

.StandardBodyTextLink:visited {
	font-family: Georgia,Times New Roman;
 	font-size: 16px;
	color: #003300;
	text-decoration: none;

}

.StandardBodyTextLink:active {
	font-family: Georgia,Times New Roman;
 	font-size: 16px;
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}

.SmallTextLink {
	font-family: Georgia,Times New Roman;
	color: #006600;
	text-decoration: none;
	font-size: 10px;
}

.NavImageLink {
	source: images/olivebuttonon.jpg;
}	
.ReverseLink {
color: #ffffff;

}
.ReverseLink:visited {
color: #ffffff;

}

/* PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #CCCCCC;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}


