html, body, .main
{
	min-width: 700px;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 14px;
}

.spacer
{
	width: 50%;
}

a
{
	color: #0099FF;
	background-color: inherit;
}

img
{
	border: none;
}

table
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.link_grid,
-footer_grid
{
	table-layout: fixed;
	width: 100%;
}

.main, .main2
{
	border-collapse: collapse;
	height: 100%;
}

.main2
{
	width: 700px;
}

td
{
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.b_span
{
	height: 2px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 25px 0px;
}

.banner
{
	background-repeat: repeat-x;
	background-image: url(images/2sense_2_rep.jpg);
}

.entry
{
	width: 25%;
	height: 5.5em;
}

.entry_text
{
	display: block;
	margin: 4px;
}

.entry a
{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 100%;
	border: 1px solid #444444;
	margin: 1px;
	vertical-align: top;
}

.entry a:hover
{
	border-color: #666666;
	background-color: #111122;
}

.entry .title
{
	font-size: 12px;
	color: #888888;
	background-color: inherit;
}

.splitTop
{
	height: 75% !important;
}

.splitBottom
{
	height: 21% !important;
}

.mono
{
	font-family: monospace;
}

.footer_left
{
	width: 30%;
	vertical-align: top;
}

.footer_right
{
	text-align: left;
}

