/* mbhuju@gmail.com */

body {
    margin:0px;
	
	background-color: #223552;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
	
td {
	font-size:15px;
	color:#2a2a2a;
	line-height: 24px;
}


a:link, a:active, a:visited {
	color: #c73d0c;
	font-size:15px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

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

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

a.top:link, a.top:active, a.top:visited {
	font-size:18px;
	color: #ffffff;
	font-weight:bold;
	line-height: 24px;
	text-decoration:none;
	}

a.top:hover {
	color:#ffffff;
	text-decoration:none;
}
a.top01:link, a.top01:active, a.top01:visited {
	font-size:20px;
	color: #ffffff;
	font-weight:bold;
	line-height: 24px;
	text-decoration:none;
	}

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

h1{
	font-family: Century Gothic;
	font-size:28px;
	color: #a52c2f;
	font-weight:bold;
	line-height: 30px;
	margin:0px;
	text-transform:uppercase;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #fffefe;
	font-weight:bold;
	line-height: 20px;
	font-style:italic;
	margin:0 0 0px 0;
}



.style1{
	
	font-size:18px;
	color: #2a2a2a;
	font-weight:bold;
	line-height: 24px;
}	


.style2{
	font-family: Century Gothic;
	font-size:20px;
	color: #395a8c;
	font-weight:bold;
	line-height: 24px;
}
	
	
input, textarea, select
{

	border:1px solid #CDC2AA;
	background:#FFFFFF;
}

input.btn
{
	font-size:12px;
	text-align:center;
	color:#FFFFFF;	
	background:#591700;
	border:1px solid #000000;
	padding:3px;
	
}	
	
	
	
	
	
	
.small{
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
	
}
.white{
	color: #fff;
}


.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;	
	
}