/* jesse@jessejoh.com */

.button{
	background-color:#3e261b;
	color:#e1cec5;
	font-size:100%;
	font-weight:bold;
	border: 1px solid #d7a67a;
	padding:5px;
}

.button:hover{
	background-color:#4c3125;
	color:#f8efea;
}

.button:active{
	background-color:#291b14;
	color:#97867f;
}


/* mbhuju@gmail.com */

body {
	

	background-color:#350302;
	margin: 0px;

}

	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#2b2b2b;
	font-weight: normal;
	text-decoration:none;
	line-height:22px;
}

.tdInner {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#343434;
	line-height:22px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#424C44;
	font-weight: normal;
	text-decoration:none;
	line-height:16px;
}

a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ed1811;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {

	color:#000000;
	text-decoration:underline;
}

a.more1:link, a.more1:active, a.more1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ed1811;
	font-weight: normal;
	text-decoration: underline;
}

a.more1:hover {

	color:#000000;
	text-decoration:underline;
}


a.footermenu:link, a.footermenu:active, a.footermenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#711916;
	font-weight: bold;
	text-decoration:none;
	line-height:22px;
}

a.footermenu:hover {
	color:#ffffff;
}

.more, a.more:link, a.more:active, a.more:visited {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}

a.more:hover {
	color:#941B3C;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	color:#72120f;
	font-weight: normal;
	line-height:30px;
	text-transform:uppercase;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffe2cc;
	line-height:25px;
}

.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#fff7e6;
	font-weight: bold;
	line-height:20px;
	font-style:italic;
}
.style4 {
	font-size:20px;
	color:#be6a0f;
	font-weight: normal;
	line-height:22px;
}

.style5 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#68211F;
	font-weight: bold;
	text-transform:uppercase;
	line-height:22px;
}






input
{
	font-family:Ms Sans Serif, Tahoma, Verdana;
	font-size:9pt;
	color:#000000;
	border:1px solid #CDC2AA;
	background:#FFFFFF;
}


textarea
{
	font-family:Ms Sans Serif, Tahoma, Verdana;
	font-size:9pt;
	color:#000000;
	border:1px solid #CDC2AA;
	background:#FFFFFF;
}


select
{
	font-family:Ms Sans Serif, Tahoma, Verdana;
	font-size:9pt;
	color:#000000;;
	border:1px solid #CDC2AA;
	background:#FFFFFF;
}


input.btn
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;	
	background:#591700;
	border:1px solid #000000;
	
}
.img {
	border:1px solid #D7D7D5;
	padding:5px;
}

.img02 {
	border:1px solid #D7D7D5;
	padding:5px;
	margin-left:20px;
}
.noborder{
	border:0px;
}
div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#1E3D6A;
	scrollbar-highlight-color:#1E3D6A;
	scrollbar-face-color:#1E3D6A;
	scrollbar-shadow-color:#1E3D6A;
	scrollbar-darkshadow-color:#1E3D6A;
	scrollbar-track-color:#577AAD;	
}