/* CSS Document */

body {
	background-image: url(../images/marilyn.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

a:link {
	color: #EC008C;
	text-decoration: none;
}

a:visited {
	color: #EC008C;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #EC008C;
}

.boldpinksmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #EC008C;

}

.boldrednormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #EC008C;
}

.boldwhitesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;

}
.smallnormal {
	font-size: x-small;
}
.whitetextnormal {
	color: #FFFFFF;
}

.tablerowback {
	background-color: #FF00A5;
}

.redtableheader {
	background-color: #EC008C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.blacktableheader {
	background-color: #88c4a0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.greyboxback {
	background-color: #F8F8F9;
}
.blueboxback {

	background-color: #E9F4FC;
}

.boldwhitesmallcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;

}
.headingpink {
	font-size: 17px;
	color: #EC008C;
	font-weight: bold;
	}

.headingsubwhite {
	font-size: 14px;
	color: #FFFFFF;
	}
