﻿body{
	background-image: url(../Images/bkgd_repeatX.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #353535;
}

p, td, th {
	font-family:Tahoma;
	font-size:12px;
}

h1{
	font-family:tahoma;
	font-size:20px;
}

h2{
	font-family:Tahoma;
	font-size:22px;
	color:white;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:0px;
}

.tagline{
	font-size:14px;
	font-weight:bold;
	color:white;
	font-family:Tahoma;
}

.smalltext{
	font-family:Tahoma;
	color:white;
	font-size:10px;
}

.productNameBig{
	font-family:Tahoma; 
	color:#00FF00; 
	font-weight:bold; 
	font-size:28px;
}
a{
	color:white;
}

a:link{
	text-decoration:None;
}

a:hover{
	text-decoration:underline;
}
a:visted
{
	text-decoration:None;
}