table.pinkgrey {
	border : 1px solid #909090;
	border-collapse : collapse;
	margin : 5px 10px;
	width : 85%;
}

#body table.pinkgrey td{
	background-color : #F7F7F7;
	padding : 4px 10px 4px 10px;
	border: 0px;
}

table.pinkgrey td.top{
	background-color : #D4D4D4;
	font-weight : bold;
	vertical-align : top;
}

table.pinkgrey th{
	background-color : #FF3399;
	border : 0px;
	color : #FFFFFF;
	font-size : 80%;
	font-weight : bold;
	padding : 2px 2px 2px 2px;
	text-align : left;
}

table.purplegrey {
	border-collapse : collapse;
	border : 1px solid #909090;
	margin : 5px 10px;
	width : 85%;
}

#body table.purplegrey td{
	background-color : #F7F7F7;
	padding : 4px 4px 4px 4px;
	vertical-align : center;
	border: 0px;
}

table.purplegrey td a{
	color : #292929;
	text-decoration : none;
}
table.pinkgrey td a{
	color : #292929;
	text-decoration : none;
	font-weight : normal;
}
table.pinkgrey td a:hover{
	text-decoration : underline;
}
table.pinkgrey td a:visited{
	color : #292929;
	text-decoration : none;
	font-weight : normal;
}
table.pinkgrey td a:visited:hover{
	text-decoration : underline;
}
table.purplegrey td a:hover{
	text-decoration : underline;
}

table.purplegrey th{
	background-color : #FFFFFF;
	background-image : url(../graphics/cool_marble.gif);
	background-repeat : repeat;
	border : 0px;
	color : #292929;
	font-size : 76%;
	font-weight : bold;
	padding : 5px 0px 5px 5px;
	text-align : left;
}
table.purplegrey td.top{
	background-color : #D4D4D4;
	font-weight : bold;
	vertical-align : top;
}
.bigpink{
	font-size : 150%;
	color : #FF3399;
}
.medpink{
	font-size : 120%;
	color : #FF3399;
	font-weight : bold;
}
.medblue{
	font-size : 120%;
	color : #003366;
}
.smllblue{
	font-size : 100%;
	color : #003366;
	display : inline;
}

