@charset "utf-8";
/* CSS Document */
*{

margin:0px;
padding:0px;
}
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #292929;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.main{
margin:0 auto;
width:1002px;
}
.bg{
background:url(images/reatedBG.jpg) repeat-x ;
}
.bgdata {
  background:url(images/bg.jpg) no-repeat center center;
  }
  
.titlelink a {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	
}
p{
font: 12px Arial, Helvetica, sans-serif;
padding:0 0 0 20px;
}
a{
color:#fff;
font: 12px Arial, Helvetica, sans-serif;
text-decoration:underline;
}
a:hover{
text-decoration:none;
}
.borderM {
border-top:#fff 1px dotted;
padding:2px;
}
.style1 {color: #ffc100}
.visitor {
background:url(images/visitor.jpg) no-repeat center center;
width:157px;
height:25px;
display:block;
padding-top:10px;

}
.noline {
  text-decoration:none;
  }
  .noline:hover{
  color:#CC0000;
  
  }
  .search {
  background: url(images/serchinput.jpg) no-repeat center center;
  display:block;
  border:none;
  width:157px;
  
  }
  
  
.showtext {
	text-decoration: none;
}
.hidetext {
	display: none;
}
.contentRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.contentwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.contentGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #009933;*/
	color: #FFFF00;
	text-decoration: none;
}
.contentblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#006eb1;
	text-decoration: none;
}
.contentblue2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#006eb1;
	text-decoration: none;
}
.content1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.imageborder
{
border:5px solid #EFEFEF;
}
.tabbdr2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFF00;
	border-left-color: #FFFF00;
	border-top-width: 1px;
	border-top-color:#FFFF00;
	border-bottom-width: 1px;
	border-bottom-color: #FFFF00;
}
