
b {

	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


.small
{
	font-family: georgia, times, serif;
	font-size: 13px;
	color: #4c4c4c;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;

}

.sans-serif-small
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #4c4c4c;
	font-style: normal;
	font-weight: normal;

}


.body {
	font-family: georgia, times, serif;
	font-size: 15px;
	color: #4c4c4c;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}



/* THIS STYLE IS FOR TEXT LINKS */

A {
	font-weight: normal;
	text-decoration: none;
	color: #ff6600;

}

A:Hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #ff6600;

}


h1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	margin-bottom: 10px;

}


h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #4c4c4c;

}

h3
{
	font-family: georgia, times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #ff6600;

}

LI { list-style: square inside }

hr {border: none 0; 
border-top: 1px solid #999999;/*the border*/
width: 75%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/


}

/* Menu Style */
.buttonscontainer { width: 600;}

.buttons a
{	
	color: #6f6f6f;
	background-color: #fff8e1;
	display: inline;
	font: 18px arial, helvetica, sans-serifs;
	font-weight: bold;
	padding: 20px 30px 20px 30px;
	text-align: center;
	letter-spacing: 1px;
	background-position: top center
}

.buttons a:hover
{
	color: #ff6600;
	background-color: #ffffff;
	text-decoration: none;
	background-position: top center

}


/* Sub Menu Style */
.sub-buttonscontainer { width: 600; padding-top: 0px; }

.sub-buttons a
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 8px;
	margin-left: 10px;
	display: line;
	font-weight: regular;
	text-decoration: none;
	letter-spacing: 1px;	

}

.sub-buttons a:hover
{
	text-decoration: none;
	font: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #f57b20;
	background-position: 50% 50%;



}


/* thick box */
