body
{
	margin: 				0;
	padding: 				0;
	font-family: 			arial;
	font-size: 				12px; 
	background:				url('images/bg.jpg'); 
	background-repeat: 		repeat-x
}
td
{
	font-family: 			arial;
	font-size: 				12px;
}
a
{
	text-decoration:		none; 
	color: 					black;
	font-weight: 			bold;
}
a:hover
{
	text-decoration: 		underline;
}
.tblMenu td
{
	padding:				0 7px 0 7px;
}
.tblMenu td a
{
	direction:				rtl;
	background-image:		url('images/navarrow.GIF');
	background-repeat:		no-repeat;
	background-position:	right;
	padding:				0 15px 0 15px;
}
.tblMenu td a:hover
{
	text-decoration:		none;
}
.h1Title
{
	background-image:		url('images/arrow.GIF');
	background-repeat:		no-repeat;
	background-position:	right;
	padding:				0 17px 0 17px;
	font-size: 				16px;
	color: 					rgb(230, 172, 10);
	margin:					0px;
}
.textbox
{
	font-size:				12px;
	font-family:			arial;
	color:					#393939;
}
.tdLinks
{
	background-image:		url('images/footer_bg.gif');
	height:					18px;
	text-align:				center;
}
.tdLinks a,.tdLinks a:hover
{
	color:					#fff;
	font-weight:			bold;
	text-decoration:		none;
}