@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	
}
a,a img{
outline:none;
border:0px;
}

.comment {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #A1810F;
	text-decoration: none;
	
	background-repeat: no-repeat;
	background-position: 0px center;
	
	display: block;
}
.comment:hover {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
	background-repeat: no-repeat;
	background-position: 2px center;
	
	display: block;
}


.readmore {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #A1810F;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-indent: 25px;
	display: block;
}
.readmore:hover {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 25px;
	display: block;
}
.readmore2 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #A1810F;
	text-decoration: none;
	background-image: url(images/arrow_two.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-indent: 25px;
	display: block;
}
.readmore2:hover {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(images/arrow_two.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 25px;
	display: block;
}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #96968A;
	border-left-color: #96968A;
}
.footernavi {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.footernavi:hover {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.topbg {
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.caltxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}




.button{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color:  #93A9B6;
}