body {

	margin: 0;

	padding: 0;

	background-image: url(../images/topbg.gif);

	background-repeat: repeat-x;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

}

table,td {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 18px;

}

h1 {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-weight: bold;

	color: #CC6600;

}

.topbg {

	padding-top: 20px;



}

.topbtn {

	font-family: Verdana;

	font-size: 12px;

	font-weight: bold;

	color: #000000;

	padding-top: 20px;



}

.topbtn a{

	font-family: Verdana;

	font-size: 12px;

	font-weight: bold;

	color: #020101;

	text-decoration: none;

}

.topbtn a:hover{

	font-family: Verdana;

	font-size: 12px;

	font-weight: bold;

	color: #020101;

	text-decoration: underline;

}

.bodymargin {

	margin-top: 12px;

}

.cetegorybg {

	background-color: #adc2d9;

}

.cetegory {

	font-family: Verdana;

	font-size: 15px;

	font-weight: bold;

	color: #a9553d;

	padding: 8px 0 8px 5px;

	background-color: #c1daf4;

	margin-top: 10px;

}

.leftbtn {

	font-family: Verdana;

	font-size: 12px;

	font-weight: bold;

	color: #333333;

	line-height: 22px;

	padding-left: 5px;

}

a.leftbtn{

	text-decoration: none;

}

a:hover.leftbtn{

	color : #ffffff;

}

.image {

	padding-top: 50px;

	padding-left: 6px;



}

.midmargin {

	padding-left:10px;

}

.bodytxt {

	font-family: Verdana;

	font-size: 12px;

	font-weight: normal;

	color: #151414;

	padding-right: 10px;

	text-align: justify;

}

.bottumbg {

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	background-image: url(../images/buttom-bg_17.gif);

	background-repeat: repeat-x;

	padding-top: 10px;

}

.bottumbg a{

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	text-decoration: none;

}

.bottumbg a:hover{

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	text-decoration: underline;

}

.shuchitxt {

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #FF6600;

}

.shuchitxt a{

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	text-decoration: none;

	color: #FF6600;

}

.shuchitxt a:hover {

	font-family: Verdana;

	font-size: 11px;

	text-decoration: underline;

	color: #FF6600;

}

.bodylftsed {

	background-image: url(../images/body_left_sed_06.gif);

	background-repeat: repeat-y;

}

.bodyrtsed {

	background-image: url(../images/body_rt_sed_07.gif);

	background-repeat: repeat-y;

}

.circle {

	padding-top: 43px;

	padding-left: auto;

}

.flashimgborder {

	border-top-width: 1px;

	border-right-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-left-style: solid;

	border-top-color: #e0e0e0;

	border-right-color: #e0e0e0;

	border-left-color: #e0e0e0;





}

.imgbtnbg {

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	line-height: 25px;

	margin-right: 2px;

	background-color: #d3e6f9;





}

.imgbtnbg a {

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	text-decoration: none;



}

.imgbtnbg a:hover {

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	text-decoration: none;



}

.selected_link { color: #FF0000; font-size: 11px; font-weight: bold; }

.more {

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	padding: 5px;

}

.more a{

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	text-decoration: none;

}

.more a:hover{

	font-family: Verdana;

	font-size: 11px;

	font-weight: normal;

	color: #666666;

	text-decoration : underline;

}

.imgnametxt {

	font-family: Verdana;

	font-size: 10px;

	font-weight: bold;

	color: #333333;

}

.slogan {

	font-family:"Times New Roman", Times, serif;

	font-size: 18px;

	font-style: italic;

	font-weight: bold;

	color: #3333FF;

}

.red { color: #FF0000 }

.top_border { border-top: solid 1px #CC6600; }

.bottom_border { border-bottom: solid 1px #CC6600; }



.hear_ani {-webkit-animation: heartbeat 1.5s linear infinite both;
animation: heartbeat 1.5s linear infinite both;}
.hear_ani img {margin: 0 auto;display: block;}
.yellow {color: #f6ea00;background-color: #658bb6;text-align:center;}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }