

b {

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


.small
{
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #4f4f2b;
	line-height: 14px;
}

.intro {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	padding-left: 20px;
	padding-right: 20px;
}

.body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 32px;
}

.list {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 32px;
}


.rev-body {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	padding-left: 32px;
	padding-right: 32px;
}

.headings {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #f57b20;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	padding-left: 16px;
	padding-top: 12px;
}

.small-headings {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #f57b20;
	font-style: normal;
	line-height: 24px;
	}


/* THIS STYLE IS FOR TEXT LINKS */

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

}

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

}


h1
{
	color: #4f4f2b;
	display: inline;
	font: 20px georgia, times, serif;
	font-weight: regular;
	line-height: 30px;

}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f7f2db;
	line-height: 6px;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 120px;
	padding-right: 20px;

}

LI { list-style: square outside }

hr {border: none 0; 
border-top: 1px dashed #000;/*the border*/
width: 93%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

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

.buttons a
{
	color: #4f4f2b;
	padding: 5px;
	display: inline;
	font: 17px arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-right: 20px;
	text-transform: inherit;
	letter-spacing: 0px
}

.buttons a:hover
{
	text-decoration: none;
	color: #d1d1b8;
	/* background-image: url('images/button-background.png');
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: #4f4f2b;

}


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

.sub-buttons a
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #4f4f2b;
	padding: 4px;
	margin-left: 10px;
	display: line;
	font-weight: regular;
	text-decoration: none;

}

.sub-buttons a:hover
{
	text-decoration: none;
	color: #4f4f2b;
	font-family: arial, helvetica, sans-serif;
	background-color: #dfddc0;
}
