/* soft background for all pages */
body {
	/*background : url(art/bgstone3.jpg);*/
	background-color: #F7F9FB;	
}

/* Link Colors */
A:LINK{
	color : #1E4F9D;
}
A:VISITED {
	color: #800080;
}
A:HOVER{
	color : #FF0000
}
A:FOCUS{
	color : #FF0000
}

/* The Links On The Main Page
	Aren't Underlined */
TABLE.inner A{
	text-decoration : none;
}

.MBButton
{
 font-family: Verdana, Arial;
 font-size: x-small;
 color: rgb(128,0,128);
 font-weight: bold;
}
