body
{
	margin:0;
}

.link a
{
text-decoration: underline;
font-family:arial;
color: #ffffff;
font-size: 10pt;
font-weight: bold;

}

.link a:hover
{
text-decoration: underline;
font-family:arial;
color: #a5ff00;
font-size: 10pt;
font-weight: bold;

}

.footer a
{
text-decoration: underline;
font-family:arial;
color: #ffffff;
font-size: 8pt;
font-weight: bold;

}

.footer a:hover
{
text-decoration: underline;
font-family:arial;
color: #a5ff00;
font-size: 8pt;
font-weight: bold;

}

* html a:hover
{
	visibility:visible;
}

.home a
{
	position: relative;
	background: url(images/home-on.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 64px;
	height: 43px;	
	margin: 0;
	padding: 0;
}

.home a:hover img
{
	visibility: hidden;
}

.order a
{
	position: relative;
	background: url(images/order-on.gif) no-repeat;	
	white-space: nowrap;
	display: block;
	width: 108px;
	height: 43px;
	margin: 0;
	margin-left: 0;
	padding: 0;
}

.order a:hover img
{
	visibility: hidden;
}

.demo a
{
	position: relative;
	background: url(images/demo-on.gif) no-repeat;	
	white-space: nowrap;
	display: block;
	width: 99px;
	height: 43px;
	margin: 0;
	margin-left: 0;
	padding: 0;
}

.demo a:hover img
{
	visibility: hidden;
}

.instruct a
{
	position: relative;
	background: url(images/instruct-on.gif) no-repeat;	
	white-space: nowrap;
	display: block;
	width: 85px;
	height: 43px;
	margin: 0;
	margin-left: 0;
	padding: 0;
}

.instruct a:hover img
{
	visibility: hidden;
}

.contact a
{
	position: relative;
	background: url(images/contact-on.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 64px;
	height: 43px;	
	margin: 0;
	padding: 0;
}

.contact a:hover img
{
	visibility: hidden;
}



table.bg
{ 
margin:0;
background-image: 
url("images/bg.jpg");
background-repeat: repeat-x;
background-position: top left;
}


table.header
{ 
margin:0;
background-image: 
url("images/bg-header.jpg");
background-repeat: no-repeat;
background-position: top left;
}

table.main
{ 
margin:0;
background-image: 
url("images/bg-main.jpg");
background-repeat: no-repeat;
background-position: top left;
}

table.homenews
{ 
margin:0;
background-image: 
url("images/home-green.jpg");
background-repeat: no-repeat;
background-position: top left;
}

table.orderbg
{ 
margin:0;
background-image: 
url("images/orderbg1.jpg");
background-repeat: no-repeat;
background-position: top left;
}

td.contactbg1
{ 
margin:0;
background-image: 
url("images/contactbg1.jpg");
background-repeat: no-repeat;
background-position: top left;
}

table.footer
{ 
margin:0;
background-image: 
url("images/footer_bg.jpg");
background-repeat: no-repeat;
background-position: top left;
}

h1 
{
	font-family:arial;
	color: #000000;
	text-align: left;
	font-size: 12pt;
	font-style:italic;
	font-weight: bold;
	margin: 0;
} 

h1.con
{
	font-family:arial;
	color: #ffffff;
	text-align: left;
	font-size: 14pt;
	font-style:italic;
	font-weight: bold;
	margin: 0;
} 

h1.contact 
{
	font-family:arial;
	color: #000000;
	text-align: center;
	font-size: 14pt;
	font-style:italic;
	font-weight: bold;
	margin: 0;
} 

p
{
	font-family:arial;
	color:#000000;
	font-size:10pt;
	margin: .25em;
}

p.con
{
	font-family:arial;
	color:#ffffff;
	font-size:10pt;
	font-weight: bold;
	margin: .25em;
}

p.contact
{
	font-family:arial;
	color:#000000;
	font-size:10pt;
	font-weight: bold;
	margin: .25em;
}


p.steps
{
	font-family:arial;
	color:#ffffff;
	font-size:12pt;
	margin: .25em;
}

p.footer
{
	font-family:arial;
	text-align: Center;
	color:#ffffff;
	font-size:8pt;
}

a.footer
{
	font-family:arial;
	color:#ffffff;
	text-align: left;
	font-size:8pt;
	font-weight: bold;
}


