body{
	font-family: Arial, Helvetica, sans-serif;
	font: Arial;
	font-size: medium;
	border-bottom: 0px;
	border-top: 0px; 
	border-right: 0px;
	border-left: 0px;
}
Body.Bottom{
	font-family: Arial, Helvetica, sans-serif;
	font: Arial;
	color: Aqua;
	background: Black;
	font-size: 9pt;
	border-bottom: 0px;
	border-top: 0px; 
	border-right: 0px;
	border-left: 0px;	
}
Body.Left{
	font-family: Arial, Helvetica, sans-serif;
	font: Arial;
	color: Black;
	background: White;
	font-size: 10pt;
	border-bottom: 0px;
	border-top: 0px; 
	border-right: 0px;
	border-left: 0px;
}
button {
	background-color: Blue;
	color: White;
}
td.errorCell{
	color: red;
	font-style: oblique;
}
button.buttonSet{
	width: 120px;
	height: 20px;
	color: Blue;
	font-weight: 200; 
	font-family: Tahoma; 
	font-size: 10pt; 
	background-color: #FFFFFF; 
	background-image: url(../images/menuBack.gif);
	background-repeat: no-repeat;
	border-style: None;
}
td.PriceTitle{
	font-size: x-large;
	color: Black;
	font-weight: bolder;
	font-style: oblique;
}
td.Pricelabel{
	font-size: smaller;
	color: Blue;
	font-style: oblique;
}
td.SorceTitle{
	padding: 3px;
	font-weight: bold;
	text-decoration: underline;
	font-size: smaller;
}
td.sourceCell{
	font-size: smaller;
}
td.AnnounceCell {
	color: red;
	font-style: italic;
	font-size: smaller; 	
}
td.MenuCell {
	background-image: url(../images/menuBack.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Blue;
	height: 20px;
	width: 120px;
}
a.menu {
	color: Blue;
	text-decoration: none;
}
a.menu:hover {
	color: Red;
}
td.logHeader {
	color: Blue;
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}
