body{
  background-image : url(../../img/bg.gif);
  background-repeat : repeat-y;
  background-position : center top;
  margin : 0px;
  padding: 0px;
  font-size : 12px;
  font-family : Verdana, Arial, sans-serif;
  line-height: 1.4;
  color : #333333;
	text-align: center;
  background-color : white;
}

p{
  font-size : 12px;
  font-family : Verdana, Arial, sans-serif;
  line-height: 1.4;
  color : #333333;
}

a{
  color : #1eb8de;
  text-decoration : underline;
}

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

.P10{
  font-size : 10px;
  line-height : 1.4;  
}

.P16{
  font-size : 16px;
  line-height : 1.4;
}

.linesolid {
	margin : 20px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	height: 1px;
}

.st {
  font-size : 12px;
  font-family : Verdana, Arial, sans-serif;
  line-height: 1.4;
  color : #333333;
}

.clr {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}
.style8 {
	background-color:#E6E6E6;
	border: 1px solid #CCCCCC;
}

