﻿@media screen
{
	*
	{
		margin:0px;
		padding:0px;
		border:0px;
	}
	a
	{
		text-decoration:none;
	}

	body 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666e74;
		background-color: #c0c0c0;
		}
	H1
	{	
		font-size:16px;
		font-weight:bold;
	}

	.headerLink
	{
		font-size:10px;
		font-weight:bold;
		color:#4d5e70;
		text-decoration:none;
		margin:0px 18px 12px 0px;
	}

	.breadCrumb
	{
		font-size:10px;
		color:#666666;
		margin:0px 10px 10px 0px;
	}

.navBar 
    {
		width:190px;
	}

	.navBar ul 
	{
		width:190px;
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	.navBar li 
	{
		font-size:11px;
		margin: 0;
		border-top:solid 1px #90a0af;
		}
	.navBar li a 
	{
		width:auto;
		height:20px;
		display: block;
		padding: 4px 0px 0px 4px;
		border-left: 15px solid #4d5e70;
		background-color: #4d5e70;
		color: #fff;
		text-decoration: none;
		}
	.navBar li a:hover {
		border-left: 15px solid #ffffff;
		background-color: #ffffff;
		color: #cc0033;
		}

	.navBar .navBarRebate
	{
		width:auto;
		height:20px;
		border-bottom:solid 1px #90a0af;
		background-color:#ffffff;
	}
	
	.navBar .navBarRebate a
	{
		border-left: 15px solid #ffffff;
		background-color: #ffffff;
		text-decoration: none;
		color:#cc0033;
	}

	.belowNav
	{
		background-color:#e2e7e9; 
		width:190px;
	}

	.formFields
	{
		color:#424242;
		font-family:Verdana;
		font-size:10px;
		height:17px;
	}

	.printFields
	{
		color:#424242;
		font-family:Verdana;
		font-size:10px;
	}

	.rebateInfo
	{
		width:445px; 
		height:360px;
		background-color:#ffffff;
	}

	.printButton
		{
			height:25px;
			width:69px;
		}

	.header
	{
		text-align:left; 
		width:190px;
	}

	.content
	{
		text-align:left; 
		margin-bottom:16px;
		border-bottom:solid 1px #d6d6d6;
		width:100%;
	}

	.footer
	{
		font-size:10px;
		text-align:left; 
		margin-bottom:40px;
		width:100%;
	}
	.footer td
	{
		color:#999999;
	}
	.footer a 
	{
		text-decoration:none; 
		color:#999999;
		}
}

@media print
{
	*
	{
		margin:0px;
		padding:0px;
		border:0px;
		font-size:10px;
		font-family: Arial, Helvetica, sans-serif;
	}

	H1
	{	
		font-size:16px;
		font-weight:bold;
	}

    .header
    {
        display:none;
    }
    .content
    {
		margin-bottom:0px;
		border:0px;
    }
    .footer
    {
        display:none;
    }
    .belowNav
    {
		display:none;
    }
    .printButton
    {
		display:none;
    }
	
}
 