body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.mainTable {
	border: 1px solid #000000;
}
.mainCell {
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 12px;
	color: #000000;
	padding: 6px;
	text-align: justify;
	background-color: #ECEBF0;
}
h1 {
	font-size: large;
	color: #EF9000;
	font-weight: 400;
}
.footerCell {
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/bottom.jpg);
	height: 14px;
	text-align: center;
}
.menuTable {
	text-align: center;
	margin: 2px;
}
.menuCell {
	background-color: #000000;
	height: 15px;
}
.menuLink {
	font-size: 12px;
	color: #FFFFFF;
}
.catalog{
	vertical-align:top;
	font-size:12px;
	text-align: center;
}
a.menuLink:link {  text-decoration: none ; color: #FF9900;}
a.menuLink:visited {  text-decoration: none; color: #FF9900; }
a.menuLink:active { text-decoration: none ;color: #FF9900;}
a.menuLink:hover {	text-decoration: none ;color: #FFFFFF;}
a:link {  text-decoration: none ; color: #FF9900;}
a:visited {  text-decoration: none; color: #FF9900; }
a:active { text-decoration: none ;color: #FF9900;}
a:hover {color: #FF9900;text-decoration: underline;}
a.footerLink:link {  text-decoration: none ; color: #FFFFFF;}
a.footerLink:visited {  text-decoration: none; color: #FFFFFF; }
a.footerLink:active { text-decoration: none ;color: #FFFFFF;}
a.footerLink:hover {	color: #FF9900;	text-decoration:none;}

