

body {
	background-color: #003366;
	margin-top: 1px;
	margin-left: 0px;
	}
	
#main {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #0D3692;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.headline{
	display:block;
	padding-bottom: 1px;
	font-family: arial, sans-serif;
	font-size: 34px;
	font-weight: 800;
	text-align: center;
	color: #003366;
	}
	
.producthead {   
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	color: #0D3692;
	font-weight: 800; 
	}
	
.producthead2 {   
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	color: red;
	font-weight: 800; 
	}
	
.headline {   
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	color: red;
	font-weight: 800;
	text-align: left; 
	}
	
.subheadline {   
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: green;
	font-weight: 800;
	text-align: left; 
	}
	
#topnav {
	text-align: center;
	background-color: #cccccc;
	padding: 2px 5px 4px 5px;
	margin: 0 0 2px 0;
	}
#topnav td {
	background-color: #0099ff;
	font-family: arial,sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	}

#topnav A:link, #topnav A:visited {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
    font-size: 12px;
    color: white;
    font-weight: 800;
    text-decoration: none;
	padding: 0 8px 0 8px;
	}
#topnav A:active, #topnav A:hover {
	font-family: arial,helvetica,sans-serif;
    font-size: 12px;
	font-style: normal;
    color: white;
    font-weight: 800;
    text-decoration: underline; 
	padding: 0 8px 0 8px;
	}

#footer {
	margin-bottom:3px;
	text-decoration: none;
	}
#footer td {   
	font-family: arial,sans-serif;
	background-color: #0099ff;
	padding: 5px 2px 5px 15px;
	font-weight: 200;
	font-size: 10px;
	color: white;
	text-align: center;
	text-decoration: none;
	}
	

#header {
	border-bottom: 3px solid #0099ff;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}
#header td {
	font-family: arial,sans-serif;
	color: #cccccc;
	font-size: 15px;
	font-weight: 400;
	}



