
html, body {
	font-family:'Trebuchet MS', Arial, Verdana;
	font-size:10pt;
	margin: 0px 0px 0px 0px;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
}
hr {
	color: Lightgrey;
	background-color: Lightgrey;
	height: 1px;
}
a:link {
	text-decoration:underline;
	color:black;
	font-weight: bold;
}
a:visited {
	text-decoration:underline;
	color:black;
	font-weight: bold;
}
a:active {
	text-decoration:underline;
	color:#ffa500;
}
a:hover {
	text-decoration:underline;
	color:red;
}

.Button
{
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	font-family:'trebuchet ms', Verdana, helvetica,sans-serif;
	font-size:100%;
	font-weight:bold;
	background-color:#CFDBE8;
	border:2px solid gray;
	padding:5px 10px 5px 10px;
   	margin:2px 2px 2px 2px;
}

.Button:hover{
	text-decoration:none;
	border:2px solid #930;
	background-color:#F3C2C2;
}

.FormField {
   font-family:'trebuchet ms', Verdana, helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   border:2px solid gray;
   padding:5px 5px 5px 5px;
   margin:2px 2px 2px 2px;
}

.ContentWrapper {
	margin-left:auto; 
	margin-right:auto;
	width:825px;
	text-align:left; 
	border:solid 1px Black; 
	padding:5px 5px 5px 5px;
}

.TabWrapper {
	margin-left:auto;
	margin-right:auto;
	width:835px;
	text-align:left;
	height:50px;
	min-height:50px;
}

.Tab{
	border-bottom:solid 1px Black;
	border-left:solid 1px Black;
	border-right:solid 1px Black;
	margin-right:3px;
	float:left;
	padding:5px 5px 5px 5px;
}

.TabFiller{
	border-bottom:solid 1px Black;
	border-left:solid 1px Black;
	border-right:solid 1px Black;
	margin-right:3px;
	float:left;
	padding:5px 5px 5px 5px;
	width:100%;
	min-width:100%;
}

.Tab a:visited, .Tab a:link, .Tab a:hover
{
	color: Black;
	text-decoration:none;
}

.Tab:hover{
	border-bottom:solid 5px Black;
}

.TabAppliances:hover
{
	background-color:Lightblue;
}

.TabManufacturerPartsandControls:hover
{
	background-color:#FFCC66;
}

.TabSmallEngines:hover
{
	background-color:Lightgreen;
}

.TabGeekStuff:hover
{
	background-color:#FFFF99;
}

.TabAutomotive:hover
{
	background-color:#CCCC88;
}

.TabAppliancesSelected
{
	background-color:Lightblue;
	border-bottom:solid 5px Black;
}

.TabManufacturerPartsandControlsSelected
{
	background-color:#FFCC66;
	border-bottom:solid 5px Black;
}

.TabSmallEnginesSelected
{
	background-color:Lightgreen;
	border-bottom:solid 5px Black;
}

.TabGeekStuffSelected
{
	background-color:#FFFF99;
	border-bottom:solid 5px Black;
}

.TabAutomotiveSelected
{
	background-color:#CCCC88;
	border-bottom:solid 5px Black;
}

.ButtonAppliances
{
	background-color: Lightblue;
}

.ButtonManufacturerPartsandControls
{
	background-color: #FFCC66;
}

.ButtonSmallEngines
{
	background-color: Lightgreen;
}

.ButtonGeekStuff
{
	background-color: #FFFF99;
}

.ButtonAutomotive
{
	background-color: #CCCC88;
}

.GoToTop {
	width:100%;
	text-align:right;
	font-weight:bold;
}

.AccountType {
	margin-left:auto; 
	margin-right:auto;
	width:400px;
	text-align:left; 
	border:solid 1px Black; 
	padding:5px 5px 5px 5px;
}

.style1 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: x-small;
                text-align: center;
                border: 1px solid #000000;
                background-color: #C0C0C0;
}
.style3 {
                border-collapse: collapse;
                border: 1px solid #000000;
}
.style4 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: x-small;
                text-align: center;
                border: 1px solid #000000;
}

.style5 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: x-small;
                text-align: left;
                border: 1px solid #000000;
				padding: 3px;
}

.tablink:link {
	text-decoration: none;
}
.tablink:hover {
	text-decoration: none;
}
.tablink:visited {
	text-decoration: none;
}