/* General Styles */

html { 
	height:100%; 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans serif;
	font-size: 9pt; 
	color: #3b3c3f;
}

body
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #544c46;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	height:100%;
	width:100%;
}
#Bodyhome{
	background-image:url(../images/bg_hp.gif);
	background-position:top center;
	background-repeat: no-repeat;

}
#Bodysub{
	background-image:url(../images/bg_sp.gif);
	background-position:top center;
	background-repeat: repeat-y;

}

a:link {
	color: #577024;
	text-decoration: none;
}
a:visited {
	color: #577024;
	text-decoration: none;
}
a:hover {
	color: #93bd3d;
	text-decoration: underline;
}
a:active {
	color: #93bd3d;
	text-decoration: none;
}

img { border:0;
}

p {
	font-size:11px;
	color:#544c46;
	line-height: 14px;
	margin: 0px 15px 2px 20px;
	padding: 5px;
}

h1 {
	color:#42531f;
	font-size:14px;
	font-weight:bold;
	margin: 5px 10px 2px 15px;
}

h2 {
	color:#93bd3d;
	font-size:11px;
	font-weight:bold;
	margin: 10px 20px 2px 18px;
	border-top-style:solid;
	border-top-color:#577024;
	border-width: 1px;
	padding: 0px 10px 5px 0px;
	background-color: #ffffff;
}

h3 {
	color:#577024;
	font-size:14px;
	font-weight:bold;
	margin: 10px 20px 2px 18px;
	padding: 0px 10px 5px 0px;
}

h4 {
	color:#42531f;
	font-size:11px;
	font-weight:normal;
	padding: 0px 10px 0px 10px;
}

h5 {
	color:#577024;
	font-size:12px;
	font-weight:bold;
	margin: 10px 20px 2px 18px;
	border-top-style:solid;
	border-top-color:#93bd3d;
	border-width: 1px;
	padding: 0px 10px 5px 0px;
	background-color: #ffffff;
}

hr {
	border-bottom: 1px;
	border-top: 0px;
	align: center;
	border-bottom-color: #bcc4d2;	
	height: 1px;
	width: 98%;
	padding: 0px 20px 0px 20px;
	margin: 0px 20px 0px 20px;
}

div.hr {
	border-bottom: 1px;
	background-color:#bcc4d2;
	height: 1px;
	line-height: 6px;
	padding: 0px 20px 0px 20px;
	margin:  0px 20px 0px 20px;
}
div.hr hr {
  display: none;
}

li
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
	margin: 0px 15px 2px 20px;
	padding: 2px;
	list-style-type:square;
}

ul
{
	list-style-type: square;
}
	
ol
{
	list-style-position:outside;
}
	
tr,td {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #3b3c3f;	}



