body
{
	margin:0;
}

.link a
{
text-decoration: underline;
font-family:arial;
color: #006ee9;
font-size: 10pt;
font-weight: bold;
font-style:italic;

}

.link a:hover
{
text-decoration: underline;
font-family:arial;
color: #b8d43e;
font-size: 10pt;
font-weight: bold;
font-style:italic;

}

.footer a
{
text-decoration: none;
font-family:arial;
color: #00598e;
font-size: 10pt;
font-weight: bold;
font-style:italic;

}

.footer a:hover
{
text-decoration: none;
font-family:arial;
color: #006ee9;
font-size: 10pt;
font-weight: bold;
font-style:italic;

}

* html a:hover
{
	visibility:visible;
}

.home a
{
	position: relative;
	background: url(images/home-on.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 59px;
	height: 57px;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.home a:hover img
{
	visibility: hidden;
}

.home a:hover
{
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #b8d43e;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.products a
{
	position: relative;
	background: url(images/products-on.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 59px;
	height: 57px;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.products a:hover img
{
	visibility: hidden;
}

.products a:hover
{
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #b8d43e;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.stats a
{
	position: relative;
	background: url(images/stats-on.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 59px;
	height: 57px;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.stats a:hover img
{
	visibility: hidden;
}

.stats a:hover
{
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #b8d43e;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.demo a
{
	position: relative;
	background: url(images/demo-on.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 59px;
	height: 57px;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.demo a:hover img
{
	visibility: hidden;
}

.demo a:hover
{
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #b8d43e;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.login a
{
	position: relative;
	background: url(images/login-on.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 59px;
	height: 57px;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.login a:hover img
{
	visibility: hidden;
}

.login a:hover
{
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #b8d43e;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}


.contact a
{
	position: relative;
	background: url(images/contact-on.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 59px;
	height: 57px;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}

.contact a:hover img
{
	visibility: hidden;
}

.contact a:hover
{
	text-decoration: none;
	text-align: center;
	font-family:arial;
	color: #b8d43e;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}


table.main
{
	margin:0;
	background-image: 
	url("images/bg.png");
	background-repeat: repeat-x;
	background-position: top left;
}

table.header
{ 
margin:0;
background-image: 
url("images/header.png");
background-repeat: no-repeat;
background-position: top left;
}

td.welcome
{ 
margin:0;
background-image: 
url("images/welcome.png");
background-repeat: no-repeat;
background-position: top left;
}

td.products
{ 
margin:0;
background-image: 
url("images/product1.png");
background-repeat: no-repeat;
background-position: top left;
}

td.statsbg
{ 
margin:0;
background-image: 
url("images/stats.png");
background-repeat: no-repeat;
background-position: top left;
}

td.contactbg
{ 
margin:0;
background-image: 
url("images/contactbg.png");
background-repeat: no-repeat;
background-position: top left;
}

td.mainbg
{ 
margin:0;
background-image: 
url("images/main-bg.png");
background-repeat: no-repeat;
background-position: top left;
}

h1 
{
	font-family:arial;
	color: #00598e;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	
} 

h2 
{
	font-family:arial;
	color: #00598e;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	
} 

p
{
	margin:0.25em;
	font-family:arial;
	color:#00598e;
	font-size:10pt;
}

li
{
	font-family:arial;
	color:#00598e;
	font-size:10pt;
}


p.footer
{
	font-family:arial;
	text-align: Center;
	color:#00598e;
	font-size:8pt;
	font-weight: bold;
}




