@charset "utf-8";
/* CSS Document */

.border
{
border:#CCCCCC solid 1px;;

}

.head
{
font-family: 'PT Sans Narrow', sans-serif;
font-size:17px;
font-weight:bold;
color:#048b46;
text-decoration:none;
padding-left:10px;
letter-spacing:0.5px;
}

.head1
{
font-family: 'PT Sans Narrow', sans-serif;
font-size:15px;
color:#333333;
text-decoration:none;
letter-spacing:0.5px;
}

.head2
{
font-family: 'PT Sans Narrow', sans-serif;
font-size:18px;
font-weight:bold;
color:#0099FF;
text-decoration:none;
margin-left:5px;
letter-spacing:0.5px;
}
.text
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
font-weight:normal;
text-decoration:none;
margin-left:10px;
margin-right:10px;
line-height:20px;
}

.more
{
font-family:'Roboto Slab', serif;
font-size:13px;
color:#048b46;
font-weight:normal;
text-decoration:none;
margin-right:5px;
}

.more A
{
font-family:'Roboto Slab', serif;
font-size:13px;
color:#0099FF;
font-weight:normal;
text-decoration:none;
margin-right:5px;
}

.more A:hover
{
font-family:'Roboto Slab', serif;
font-size:13px;
color:#FF6600;
font-weight:normal;
text-decoration:none;
margin-right:5px;
}

.text1
{
font-family:"Century Gothic";
font-size:12px;
color:#333333;
font-weight:normal;
text-decoration:none;

}
.text2
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
font-weight:normal;
text-decoration:none;
line-height:20px;
}

#toTop {
width:50px;
padding:5px;
position:fixed; /* this is the magic */
bottom:20px; /* together with this to put the div at the bottom*/
right:10px;
cursor:pointer;
display:none;
z-index:99999;              
}

.holder { 
  background-color:#ccc;
  width:300px;
  height:250px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:300px;
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}
.hr
{
border-top: 1px dashed #048b46;
width: 980px;
margin-left: auto;
margin-right: auto;
}
.hr1
{
border-top: 1px dashed #048b46;
width: 470px;
margin-left: auto;
margin-right: auto;
}
.hr2
{
border-top: 1px solid #CCCCCC;
width: 480px;
margin-left: auto;
margin-right: auto;
}

.headm
{
font-family: 'PT Sans Narrow', sans-serif;
font-size:18px;
color:#FFFFFF;
text-decoration:none;
letter-spacing:0.5px;
}