.centreback {
	BACKGROUND-COLOR: #EFF7FF;
}

.topback{
BACKGROUND-COLOR: #EFF7FF;
}

.leftback{
BACKGROUND-COLOR: #EFF7FF;
}

.blueText {
	font-family: Tahoma;
	font-size: 80%;
	color: blue;
	
}
	
a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: "red";
	text-decoration: underline;
}

.plainText {
	padding: 0px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}


A.std
{
    TEXT-DECORATION: none;
    FONT-SIZE: 80%;
    color: 000066;
    font-family: Arial, Helvetica, sans-serif;
    cursor: hand;
}
A.std:hover
{
    FONT-SIZE: 80%;
    COLOR: RED;
    TEXT-DECORATION: underline
    font-family: Arial, Helvetica, sans-serif;
    cursor: hand;
}