
b {

	font-weight: bold;
}


.small
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #b96d2a;
	line-height: 14px;
}

.green
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #009900;
	line-height: 14px;
}

.caption
{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	
}

.pop {
	font-family: garamond, georgia, times, serif;
	font-size: 12pt;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

.body {
	font-family: garamond, georgia, times, serif;
	font-size: 12pt;
	color: #333333;
	font-style: normal;
	font-weight: normal;
 }

.headings {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #264677;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	padding-left: 16px;
	padding-top: 12px;
}

/* THIS STYLE IS FOR TEXT LINKS */

A {
	font-weight: normal;
	text-decoration: underline;
	color: #264677;

}

A:Hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #264677;

}




h1
{
	font-family: garamond, georgia, times, serif;
	font-size: 15pt;
	font-weight: bold;
	color: #b96d2a;

}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;

}

ul { list-style-type: square; padding-right:8px;}
li { padding-bottom: 10px;}


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: 900px;}

.buttons a
{
	text-shadow: 1px 1px 2px #404040;
	color: #ffffff;
	display: inline;
	font: 15px arial, helvetica, sans-serifs;
	padding: 5px;
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;	
	font-weight: bold;
}

.buttons a:hover
{
	text-shadow: 1px 1px 2px #404040;
	text-decoration: none;
	color: #fff;
	background-color: #b1b1b1;
	/*background-image: url('images/button-bg.gif'); background-repeat: no-repeat;*/
	background-position: 50% 50%;


}


/* 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%;



}

hr {
border: 0;
color: #e7e7e7;
background-color: #e7e7e7;
height: 1px;
width: 100%;
text-align: left;
}
