body		{
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.2em;
	color: #999999;
	background-color: #dddddd;
}

.trans {
	_behavior: url("/pngbehavior.htc");
}

.white		{
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
}

.LargerText 
{
	font-size: 1.3em;
	line-height: 1.3em;
}

ul.square {
	list-style-type:square;
	color: #ffed00;
	margin-left: 5px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.7em;
}


/*------------------------------------------Headings---------------------------------*/

h1 {
	font-size: 2.0em;
 	font-family: "Trebuchet MS", arial;
	font-weight: bold;
	color: #006b01;
	display: inline;
}

h2
{
 	font-family: "Trebuchet MS", arial;
	font-size: 1.2em;
	color: #f69324;
	font-weight: lighter;
}

.whiteHeading 
{
	font-size: 2.5em;
	font-family: arial;
	font-weight: lighter;
	color: #ffffff;
}

.ltgreenHeading
{
	font-size: 2.5em;
	font-family: arial;
	font-weight: lighter;
	color: #939945;
}	

.purpleHeading
{
	font-size: 2.5em;
	font-family: arial;
	font-weight: lighter;
	color: #643193;
}	

.yellowHeading 
{
	font-size: 2.5em;
	font-family: arial;
	font-weight: lighter;
	color: #f69324;
}	

.greyborderHeading 
{
	font-size: 2.5em;
	font-family: arial;
	font-weight: lighter;
	color: #939945;
}	

.oliveHeading 
{
	font-size: 2.5em;
	font-family: arial;
	font-weight: lighter;
	color: #319d9f;
}

.padding5	{
		width: 100%;
		height: 5px;
}

.padding10	{
		width: 100%;
		height: 10px;
}

a {
	color: #999999;
    font-weight: normal;
    text-decoration: underline;
}

.class1 a:link, .class1 a:visited {
	color: #999999;
    font-weight: normal;
    text-decoration: none;
}

.class1 a:hover	{
	color: #999999;
    font-weight: normal;
    text-decoration: underline;
		}
		
.class2 a:link, .class2 a:visited {
	font-size:1.4em;
	color: #707070;
	font-weight: normal;
	text-decoration: none;
}

.class2 a:hover	{
	font-size:1.4em;
	color: #707070;
	font-weight: normal;
	text-decoration: underline;
}
		
.class3 a:link, .class3 a:visited, .class3 a:hover	{
	font-size:1.4em;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.inline {
	display: inline;
}
	
.yellowText	{
	color: #ffed00;
	font-style: italic;
	font-weight: bold;
}
	
.greyText {
	color: #999999;
    font-weight: normal;
}	

	
.blackText {
	color: #000000;
    font-weight: normal;
}	

.whiteText a {
	color: #ffffff !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}

.yellowLink a {
	color: #f69324 !important;
    font-weight: normal !important;
    text-decoration: underline !important;
    font-style: normal !important;
}

hr {
	width: 100%;
	background-color: #bcbdc0;
	line-height: 15px;
}