/* CSS Document */

.style1 {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size:16px
}
.style2 {
	font-family: Times New Roman;
	color: #333333;
	font-size:14px;
	background:url(../image/bck.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:right;
	
	
}

.style4 { font-weight: bold;
          font-family: Georgia, "Times New Roman", Times, serif;
	      color: #333333;
	      font-size:16px
}