/* THIS STYLE IS FOR FIELD VALUES */

b {

	font-family: arial, sans-serif;
	font-weight: bold;
	color: #666;

}



/* THIS STYLE IS DEFAULT FOR ALL TEXT IN "TD" */

.small
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 14px;
	letter-spacing: 1px;
}

.super-small
{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.small-rev
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.small-rev a
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.small-rev a:hover
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;

}

/* THIS STYLE IS FOR SEARCH QUERY HEADERS */


.body {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	padding: 12px;
}



/* THIS STYLE IS FOR TEXT LINKS */

A {

	font-family: arial, sans-serif;
		text-decoration: underline;
	color: #222;

}

A:Hover
{
	font-family: arial, sans-serif;
	text-decoration: none;
	color: #6cb33e;

}

h3
{
	font-family: georia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #7fa2b7;
	line-height: 20px;
}

h2
{
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #222222;
}

h1
{
	font-family: "Gills Sans", verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #6cb33e;
}



/* Main Menu Style */
.buttonscontainer { width: 800px; height: 60px}

.buttons a
{
	color: #000000;
	padding: 10px;
	display: inline;
	font: 13px verdana, helvetica, sans-serifs;
	font-weight: bold;
	text-decoration: none;
	vertical-align: text-top;
	
}

.buttons a:hover
{
	text-decoration: none;
	font: 13px verdana, helvetica, sans-serifs;
	font-weight: bold;
	color: #6cb33e;
	

}

		/* Left Menu Style */
		.buttonscontainer-left { width: 253px; height: 300px}
		
		.buttons-left a
		{
			color: #4e4e4e;
			padding-left: 25px;
			display: block;
			font: 12px verdana, helvetica, sans-serifs;
			font-weight: bold;
			text-decoration: none;
			vertical-align: text-top;
			margin-bottom: 15px;
			
		}
		
		.buttons-left a:hover
		{
			text-decoration: none;
			font: 12px verdana, helvetica, sans-serifs;
			font-weight: bold;
			color: #6cb33e;
			
		
		}


/* sub Menu Style */
.sub-buttonscontainer { width: 253px; }

.sub-buttons a
{
	color: #6cb33e;
	padding-left: 25px;
	display: block;
	font: 12px arial, helvetica, sans-serifs;
	font-weight: regular;
	text-decoration: none;
	text-align: left;
	text-transform: inherit;
	letter-spacing: 0pt;
	margin-top: 5px;
	
}

.sub-buttons a:hover
{
	text-decoration: none;
	font: 12px arial, helvetica, sans-serifs;
	color: #4e4e4e;

}

/* SQUARES */
.squarescontainer { width: 220; }

.squares a
{
	color: #666;
	background-color: #fff;
	padding: 0px;
	padding-left: 6px;
	display: block;
	border-left: 10px solid #eee;
	font: 10px arial, helvetica, sans-serifs;
	font-weight: regular;
	text-decoration: none;
	text-align: left;
	margin-top: 3px;
	text-transform: inherit;
}

.squares a:hover
{
	border-left: 10px solid #f90;
	text-decoration: none;
	font: 10px arial, helvetica, sans-serifs;
	color: #000;
	background-color: #fff;

}

