/*--------------------------------------------------------------------------*/
/* General */

body
{
	background:white;
}

/*------------------------------------------------------------------------*/
/* Table Cells */

.cell_left
{
	background:#88d4e5;

	border-width: 1px 1px 1px 1px;
	border-color: black;
	border-style: none none none none;
	padding: 3px 3px 3px 3px;

	font-family:serif;
	font-size: 16px;
	color:black;
	text-align: left;
}

.cell_center
{
	background:#88d4e5;

	border-width: 1px 1px 1px 1px;
	border-color: black;
	border-style: none none none none;
	padding: 3px 3px 3px 3px;

	font-family:serif;
	font-size: 16px;
	color:black;
	text-align: center;
}

.cell_right
{
	background:#88d4e5;

	border-width: 1px 1px 1px 1px;
	border-color: black;
	border-style: none none none none;
	padding: 3px 3px 3px 3px;

	font-family:serif;
	font-size: 16px;
	color:black;
	text-align: right;
}

.heading_left
{
	background: white;

	border-width: 1px 1px 1px 1px;
	border-color: black;
	border-style: none none none none;
	padding: 3px 3px 3px 3px;

	font-family:sans-serif;
	font-size: 16x;
	color:black;
	text-align: left;
}

.heading_center
{
	background: white;

	border-width: 1px 1px 1px 1px;
	border-color: black;
	border-style: none none none none;
	padding: 3px 3px 3px 3px;

	font-family:sans-serif;
	font-size: 16x;
	color:black;
	text-align: center;
}

.heading_right
{
	background: white;

	border-width: 1px 1px 1px 1px;
	border-color: black;
	border-style: none none none none;
	padding: 3px 3px 3px 3px;

	font-family:sans-serif;
	font-size: 16x;
	color:black;
	text-align: right;
}

.banner_center
{
	background:#155aa5;

	border-width: 1px 1px 1px 1px;
	border-color: black;
	border-style: solid solid solid solid;
	padding: 3px 3px 3px 3px;

	font-family:sans-serif;
	font-size: 24px;
	color:white;
	text-align: center;
}
.banner_center a:link        { color: #d4cfff; text-decoration: underline; }
.banner_center a:visited     { color: #d4cfff; text-decoration: underline; }
.banner_center a:hover       { color: #d4cfff; text-decoration: underline; }
.banner_center a:active      { color: #d4cfff; text-decoration: underline; }
