@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p,td,tr {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 180%;
	color: #666666;
}

body {
	background-color: #CCCCCC;
}
/*-background img-----------------------------------------------------------------------------------------*/

/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.click {
	color: #333333;
	text-decoration: none;
}
.click:hover {
	color: #990000;
	text-decoration: none;
}
.red-click {
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 1pt 3pt;
}
.red-click:hover  {
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 1pt 3pt;
	text-decoration: underline;
}
.green-top {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	background-color: #58A636;
	padding-right: 5pt;
	padding-left: 5pt;
}
/*--font---------------------------------------------------------------------------------------------------*/
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0567D9;
	font-size: 13pt;
	font-weight: bold;
}
.red {
	color: #CC0000;
}
.green {
	color: #009900;
}
.orange {
	color: #FF6600;
	font-weight: bold;
	font-size: 10pt;
}
.orange2 {
	color: #FF6600;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 8pt;
	color: #cccccc;
}
/*--line-------------------------------------------------------------------------------------------------*/
.hr1 {
	border-bottom: 1pt dashed #ACD39B;
}
/*-------------------------------------------------------------------------------------------------------*/
.in-bg {
	background-image: url(images/index/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.left-bg {
	background-image: url(images/about/p_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #58A636;
}
.Important-Links,.Important-Links a, .Important-Links h1  {
	font-size: 14px;
	color: #333333;
}
.Important-Links h1{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Top-Navigation-Links{position: absolute; left:-9000px;}