body {
	margin:0; 
	padding:0;
	background:#ffffff;
}

p,td { font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
}

a{
	color: #379C0E;
	text-decoration: none;
}

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

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}
.slogan {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 1px;
}


form {
     margin:0;
     padding:0;
}

ul {
	margin-left:20px;
	margin-top:0px;
	padding:1px;
	list-style-type: square;
	line-height: 16px;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-left: 10px;
}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.bottom_addr_lnk {
	text-decoration: none;
}

.bottom_addr_lnk:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}


.norepeat {
	background-repeat: no-repeat;
}


.welcome {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	background-image: url(../images/welcome-bg.gif);
	background-repeat: repeat-x;
	padding-left: 1px;
}

.c_name {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-repeat: repeat;
	/* background-image: url(../images/cn_bg.jpg);*/
}


.bottom_menu {
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.bottom_lnk{
	color: #FFFFFF;
	TEXT-DECORATION: none;
}

.bottom_lnk:hover {
	color: #FFFFFF;
	TEXT-DECORATION: underline;
}

.menu {
	color: #FFFFFF;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
.menu_lnk{
	text-decoration: none;
	color: #FFFFFF;
}

.menu_lnk:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.sub {
	color: #e2aa0f;
	text-transform: none;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 5px;
}

.sub_lnk{
	color: #e2aa0f;
	text-decoration: none;
}

.sub_lnk:hover {
	color: #e2aa0f;
	text-decoration: underline;
}


.body_txt {
	color: #000000;
	text-align: justify;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 10px;
	vertical-align: top;
}


#button {
	width: 151px;
	margin: 0px;
}
	 
#button a {
	display: block;
	color: #2E7E0C;
	text-decoration: none;
	width: 100%;
	background-image: url(../images/btn-bg.gif);
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: right;
	vertical-align: middle;
}

html>body #button a {
      width: auto;
      }

#button a:hover {
	  background-image: url(../images/btn-bg-h.gif);
      color: #2E7E0C;
}

#button td {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.layer {
    width: 500px; /*   */
	height:500px;
	overflow:auto;
    padding: 10px; /*    */
    border: solid 0px black; /*   */
   }
.clear{ clear:both;}
.post_main{
	border:1px solid #fa991f;
	padding:4px 6px 2px 6px;
	margin-bottom:10px;
	transition:all 0.2s ease-in-out;
}
.post_main:hover{
	box-shadow:0 0 5px #ffc985;
	}
.image_post{
   width:100px;
   height:133px;
   float:left;
   margin:10px;
}
.image_post_border{
   width:100px;
   height:133px;
   float:left;
   margin:8px;
   border:#000 solid 2px;
   box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.descrp_post{
	float:right;
	width:338px;
	padding:10px 5px 0 0;
	}

.box{
	border:1px solid #fa991f;
	padding: 15px;
	}
	
.link1{
	font-size: 14px;
	font-weight:bold;
	}
	
#error {
    height: 50px;
	color: #fa991f;
}

#error div {
    font-weight: bold;
    padding: 15px;
	
}