/* CSS Document */

.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {font-size: 14px
}
.style3 {
	color: #990000;
	font-size: 18;
}
.style4 {font-size: 18
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
