BODY {
	background-image: url('images/bg-gradient.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #909090;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.headerBgr { 
	background-image: url('images/bghead-gradient.jpg');
	background-repeat: repeat-x;
	background-color: #2C5A96;
	width: 100%;
}
.header { 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 75px;
	color: #326099;
	position:absolute;
	left:10px;
	top:-20px;
	width: 760px;
}
.footer { 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #111111;
	padding-top: 20px;
	padding-left: 26px;
}
.text { 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #080808;
}
.text-light { 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #F0F0F0;
}
.headmenuPOS { 
	position:absolute;
	left:26px;
	top:48px;
	z-index:2;
}
.menuNA { 
	font-family: Impact, Arial Black, sans-serif;
	font-size: 24px;
	color: #F0F0F0;
	text-decoration: none; 
}
A.menu:link { 
	font-family: Impact, Arial Black, sans-serif;
	font-size: 24px;
	color: #F0F0F0;
	text-decoration: none; 
}
A.menu:visited { 
	font-family: Impact, Arial Black, sans-serif;
	font-size: 24px;
	color: #F0F0F0;
	text-decoration: none; 
}
A.menu:hover{ 
	font-family: Impact, Arial Black, sans-serif;
	font-size: 24px;
	color: #FFFF00;
	text-decoration: underline; 
}
.img-border { 
	border-style: solid;
	border-width: 1px;
	border-color: #080808;
}
.thumbs { 
	padding-bottom: 5px;
}
.input { 
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	background-color: #E5E5E5;
}
.textarea { 
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	background-color: #E5E5E5;
	overflow: auto;
}
.cell{
	background-color: #404040;
	border: #666666;
	border-style: solid;
	border-width: 1px;
}
.cellpadd{
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 5px;
}





