.alumniPageHeading
{
	font-size: 14px;
	color: black;
	font-family: Arial;
	background-color: white;
	font-weight:bold;
}
.alumniTableHeading
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial;
	background-color: #990000;
}
.alumniTableHeading a
{
	color: white;
	background-color: #990000;
}
.alumniTableSubHeading
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: #f0f0f0;
}
.alumniTableSubHeading a
{
	color: black;
	background-color: #f0f0f0;
	text-decoration:none;
}
.alumniFieldName
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: white;
	font-weight:bold;
	text-align:right;
}
.alumniTableBody
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: white;
}
.alumniErrorMessages
{
	font-size: 12px;
	color: red;
	font-family: Arial;
	background-color: white;
}
.alumniPaging
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	font-weight:bold;
	background-color: white;
}
.alumniPaging a
{
	text-decoration:none;
	color: blue;
	font-weight:normal;
	background-color: white;
}
.alumniPaging a:hover
{
	text-decoration:underline;
	color: blue;
}

