﻿/* Home Page CSS Page */

/* The '* span' indicates all instances of span, no matter how nested */
* span {
	color:#0066FF;
}

* img {
	border:0;
}

* a {
	text-decoration:none;
}

.bodyTableTop {
	background:#333333;
	color:silver;
	border:0;
}

.bodyTableTopCol {
	text-align: left;
	vertical-align:top;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px white solid;
	border-right: 1px white solid;
}

.bodyTableBot {
	background:white;
	color:#333333;
	border:0;
}

.bodyTableBotCol {
	text-align: justify;
	vertical-align:top;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px silver solid;
	border-right: 1px silver solid;
}

.bodyTableBotCol a {
	color:#0066FF;
}
