BODY {
	color: black;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
}
.normal {
	color: black;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
}
b.small {
	color: black;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
}

.pink {
	color: #F641A6;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.border {
	border-top: 1px none #F641A6;
	border-right: 3px solid #F641A6;
	border-bottom: 1px none #F641A6;
	border-left: 1px none #F641A6;
}
.bordercell {
	border: 1px solid #F641A6;
}
.width10 {
	width: 10%;
}
.width11 {
	width: 11%;
}
.width24 {
	width: 24%;
}
.width27 {
	width: 27%;
}
.width49 {
	width: 49%;
}
.width50 {
	width: 50%;
}
.width75 {
	width: 75%;
}
.width79 {
	width: 79%;
}
.width100 {
	width: 100%;
}
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	list-style-image :  url(images/beebullet.gif);
	text-decoration: inherit;
	}

A {
	color: #F641A6;
	background-color: transparent;
}
A:HOVER {
	color: red;
	background-color: transparent;
}