BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
A {
 text-decoration: none;
 }
A:link {
 color: yellow;
 }
A:visited {
 color: yellow;
 }
A:active {
 color: #FF432D;
 }
A:hover {
 color: #FF432D;
 }
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.menu-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	background-color: #4B65A0;
}
.tool-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000066;
	background-color: #EEEEEE;
/*	border: thin solid #FF432D; */
	border: thin solid #FFE02D;
}
.tool-table-th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	background-color: #9AACD5;
}
.tool-table-thf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.home-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	background-image: url(../background/home.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
