body {
	text-align:center;
	background-color:#cccccc;
	}
	
#mainTable	{
	width:100%;
	height:100%;
	background-color:white;
	border:1pt;
	border-style:solid;
	border-color:black;
	padding:17pt;
}

#logoTd	{	 	
	background-color:white;	
	border:1pt;	
	border-style:double;
	border-color:green;
	padding:7pt;
	text-align:center;
}

 #blankLogoCell	{
 	width:100px;
 	bgcolor:white;
 }
.pageHeader	{
	text-align:center;
	font-size:13pt;
	font-family:verdana;
	font-weight:bold;	
	color:blue;
	padding:20px 20px 20px 20px;
}

.subHeader	{
	text-align:left;
	font-size:10pt;
	font-family:verdana;
	font-weight:bold;	
	color:blue;	
}

.text	{
	font-family:arial;
	font-size:13px;
	text-align:left;
	padding-left:20px;		
	padding-right:30px;	
}

#textTable	{
	background-color:#dddddd;
	width:77%;
	text-align:center;
	padding:20px 20px 20px 20px;
}

#motto	{
	font-family:monotype corsiva;	
	color:green;
	font-size:15pt;
}

.contactInfo	{
	background-color:white;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	width:200pt;
}

#productsTable	{
	background-color:white;
	width:77%;
	border-size:25px;
	border-color:blue;
	border-style:double;
		
}

.productSmTd	{
	text-align:left;
	width:100px;
	padding:10px 10px 10px 10px;	
}

#announcement	{
	width:100%;
	text-align:justify;
	font-weight:bold;
	background-color:yellow;
	font-size:17px;
	color:red;	
	padding:20px 20px 20px 20px;	
}





