
body	{
		margin:0px;
		}
		
table	{
		font-family:tahoma;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		}

input	{
		font-family:tahoma;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		border: 1px Solid gray;
		padding-left: 2px;
		padding-right: 2px;
		}

.button	{
		font-family:tahoma;
		font-size:11px;
		font-weight:normal;
		text-align: center;
		color:#FFFFFF;
		border: 1px Solid gray;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color: #7f7d5e;
			
		}

.select	{
		font-family:tahoma;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		border: 1px Solid gray;
		padding: 0px;
		}						
		
.heading	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:normal;
		color:#595F3C;
		}
		
a.readmore	{
		font-family:tahoma;
		font-size:11px;
		font-weight:bold;
		color:#000000;
		text-decoration:none;
		}
		
a.readmore:hover	{
		font-family:tahoma;
		font-size:11px;
		font-weight:bold;
		color:#FF0000;
		text-decoration:underlines;
		}
	
.arial18pxnormalblack	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:normal;
		color:#35301C;
		background-color:#D5BE71;
		}
		
a.bottomtext	{
		font-family:tahoma;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		text-decoration:none;
		}
		
a.bottomtext:hover	{
		font-family:tahoma;
		font-size:11px;
		font-weight:normal;
		color:#659725;
		text-decoration:underline;
		}
		
a.footer	{
		font-family:tahoma;
		font-size:11px;
		font-weight:normal;
		color:#C5C6BD;
		text-decoration:none;
		}
		
a.footer:hover	{
		font-family:tahoma;
		font-size:11px;
		font-weight:normal;
		color:#C5C6BD;
		text-decoration:underline;
		}
		
.footerbg	{
		background-color:#3D3F22;
		}
		
.imagebrodergreen	{
		border-width:1px;
		border-color:#659725;
		border-style:solid;
		}
		
.listingfont	{
		font-family:tahoma;
		font-size:11px;
		color:#000000;
		font-weight:bold;
		}
		
.borderbottomgreen	{
		border-bottom-width:1px;
		border-bottom-style:solid;
		border-bottom-color:#CCCCCC;
		}
		
.border-TopBottom-Gray 
{
	border-top: 1px Solid #CCCCCC;
	border-bottom: 1px Solid #CCCCCC;
}

.border-Left-DarkGray 
{
	border-left: 1px Solid #808080;
}

.border-Gray 
{
	border: 1px Solid #CCCCCC;
}

.padding-left10px
{
	padding-left: 10px;
}