/* CSS Document */

.style1 {
	font-size: larger;
	font-weight: bold;
}
.style2 {font-size: smaller}
.style4 {font-size: smaller; color: #999999; }
.box01 {
	border: thin solid #000000;
	padding: 5px;
}
.style5 {
	font-size: 60%;
	font-style: italic;
}
.bkg {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}

.nov { background-color: #00FF00; font-size:smaller; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF }

