/*Table Structure and Bordering*/
table { 
	border-color: black;
	border-width: 5; 
	background-color: #FFFFFF;
}
td {
	border-width: 0;
}
td.lowright {
	border-left: thin solid #000000;
	padding: 5px;
}

/*Footer Information and formatting*/
div.footer {
	font-size: 10;
	font-family: arial;
}
a.foot{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
img.footimage{
	padding: 10px;
}

/*Article Text formatting*/
p {
	text-indent: 1.5em;
	margin-left: 15px;
	margin-right: 15px;
	/*font-size: 12;*/
}

/*Article Image Formatting*/
img.product{
	padding-right: 20px;
}
img.announcement{
	padding-right: 10px;
}

/*Main article Link formatting*/
a.article{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover.article{
	color: red;
	text-decoration: underline;
}

/*Section Header Formatting*/
h1 {
	font-family: arial;
}
h2 {
	font-family: arial;
}
h3 {
	
	font-family: times;
	text-decoration: underline;
}
h4 {
	font-family: arial;
}

/*Decoration formatting*/
hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
}
