/* 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 {
    margin:0px;
	background-color:#414141;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
	
td {
	font-size:15px;
	color:#bbbbbb;
	line-height: 24px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#424C44;
	font-weight: normal;
	text-decoration:none;
	line-height:16px;
}

.tdInner {
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:20px;
	}

a:link, a:active, a:visited {
	
	font-size:15px;
	font-weight: normal;
	text-decoration:none;
	color:#e2594d;
}

a:hover {
	color: #ffffff;
	text-decoration:none;
}

a.footermenu:link, a.footermenu:active, a.footermenu:visited {
	font-size:10px;
	color:#8f8f8f;
	font-weight: bold;
	text-decoration:none;
	line-height: 24px;
	}

a.footermenu:hover {
	color:#ffffff;
}
a.more:link, a.more:active, a.more:visited {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
	}

a.more:hover {
	color:#ECFF00;
	text-decoration:underline;
}

a.yellowlink:link, a.yellowlink:active, a.yellowlink:visited {
	color: #FFF000;
	font-weight:bold;
	text-decoration:underline;
	}

a.yellowlink:hover {
	color:#000000;
	text-decoration:none;
}

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

.style2{
	font-size:15px;
	color: #c1c1c1;
	font-weight:bold;
	line-height:24px;
	font-style:italic;
}
.style3{

	font-size:15px;
	color: #949494;
	font-weight:normal;
	line-height:24px;
}

.style4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #ffffff;
	font-weight:bold;
	line-height:24px;
}

.style5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #ef1905;
	font-weight:bold;
	line-height:24px;
}
.style6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #ffffff;
	font-weight:bold;
	line-height:24px;
}


input.btn
{
	font-size:12px;
	text-align:center;
	color:#00421e;	
	background:#fffc00;
	border:1px solid #000000;
	padding:5px;
	font-weight:bold;
	
}
.img {
	border:3px solid #D7D7D5;
	/*padding:5px;*/
	
}
.noborder{
	border:0px;
}

div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#600B0D;
	scrollbar-highlight-color:#600B0D;
	scrollbar-face-color:#600B0D;
	scrollbar-shadow-color:#600B0D;
	scrollbar-darkshadow-color:#600B0D;
	scrollbar-track-color:#934143;	
}
hr{
	color:#999999;
}