﻿body 
{
	color: #a0a0a0;
	font-family: Tahoma;
	font-size: 12px;
	background: url(./images/background.gif) repeat;
}

.content td 
{
	text-align: left;
}

p,ul
{
	text-align:left;
}

a
{
	color: #a0a0a0;
	font-weight: normal;
	text-decoration:underline;
}

a:hover
{
	color: #a0a0a0;
	font-weight: bolder;
}

.howitworks
{
	color: #a0a0a0;
	font-weight: normal;
	text-decoration:underline;
}

.howitworks:hover
{
	color: #a0a0a0;
	font-weight: normal;
	text-decoration:underline;
}

.HowItWorksContent
{
	padding: 0 10px 0 10px;
}

a#nav_contact img
{
	background: url(./images/nav/contact.jpg) no-repeat;
}
a#nav_home img
{
	background: url(./images/nav/home.jpg) no-repeat;
}
a#nav_hosting img
{
	background: url(./images/nav/hosting.jpg) no-repeat;
}
a#nav_questions img
{
	background: url(./images/nav/questions.jpg) no-repeat;
}
a#nav_support img
{
	background: url(./images/nav/support.jpg) no-repeat;
}

a#nav_contact:hover img
{
	background: url(./images/nav/contact_over.jpg) no-repeat;
}
a#nav_home:hover img
{
	background: url(./images/nav/home_over.jpg) no-repeat;
}
a#nav_hosting:hover img
{
	background: url(./images/nav/hosting_over.jpg) no-repeat;
}
a#nav_questions:hover img
{
	background: url(./images/nav/questions_over.jpg) no-repeat;
}
a#nav_support:hover img
{
	background: url(./images/nav/support_over.jpg) no-repeat;
}


