﻿.document
{
	VERTICAL-ALIGN: middle; 
	TEXT-ALIGN: center;
	background-color:#cccccc;
}

body 
{
	font-family: Sans-Serif;
	font-size: small;
}

TABLE
{
	BORDER-RIGHT: silver thin solid; 
	BORDER-TOP: silver thin solid; 
	BORDER-LEFT: silver thin solid; 
	WIDTH: 95%;
	BORDER-BOTTOM: silver thin solid; 
	font-family:Sans-Serif;
}

.category
{
	font-family:Sans-Serif;
	font-size:medium;
	color:White;
	font-weight:900;
}

.bluebar
{
	background-image:url(images/bluebar.jpg);
	width:100%;
	height:25px;
	text-align:right;
}

.center
{
	WIDTH: 93%; 
	HEIGHT: 100%;
	background-color:White;
	border-color:White;
	vertical-align:top;
	text-align:left;
}
	
.topgraybar
{
	background-image:url(images/horizbar.jpg);
	width:100%;
	height:25px;
}

.imagecell
{
	background-color:White;
	vertical-align:middle;
	text-align:left;
	width:100%;
	height:125px;
}

.logocell
{
	background-color:White;
	vertical-align:bottom;
	text-align:center;
	width:200px;
	height:150px;
}

.bottomgraybar
{
	background-image:url(images/horizbar2.jpg);
	width:100%;
	height:25px;
}

.copyright
{
	font-family:Sans-Serif;
	font-size:small;
	font-weight:bold;
	color:White;
	background-color:#8f8f8f;
	width:100%;
	height:75px;
	vertical-align:middle;
	text-align:center;
}

.columns
{
	background-color:White;
	border-color:White;
	vertical-align:top;
	text-align:center;
	WIDTH: 200px;
	height:100%;
	font-size:small;
	text-decoration:none;
}

A:active
{
	color:#000099;
	font-style:normal;
	text-decoration:none;
}

A:hover
{
	color:#8f8f8f;
	font-style:normal;
	text-decoration:none;
}

A:link
{
	color:#000099;
	font-style:normal;
	text-decoration:none;
}

A:visited
{
	color:#000099;
	font-style:normal;
	text-decoration:none;
}

.heading
{
	color:Black;
	font-style:normal;
	font-size:medium;
	font-family:Sans-Serif;
}
