BODY {
	background-color: white; 
	margin: 0 0 40 0; 
	padding: 0 0 0 0; 
	font-family: arial; 
	font-size: 11px;
	color: #63696e;
}
A {
	color: #519df5; 
}
TABLE {
	font-size: 11px;
}
TD {
	vertical-align: top;
}
P {
	margin: 0 0 15 0;
}

.headerText {
	text-decoration: none;
	color: white;
}


/***** catalog menu *****/
TD.menu {
	color: #ff9101; 
	font-weight: bold;
	width: 185px;
	padding-bottom: 15;
}
A.menu {
	color: #717f8c; 
	font-weight: normal;
}
A.menu:hover {
	color: #519df5; 
}




/***** footer *****/
.copyright {
	font-size: 11px;
	color: #82898f;
	padding-top: 7;
}


