﻿
body
{
	margin: 0px;
	color: black;
	font-family: Arial;
	background-color: #181818;
	height: 100%;
}
html
{
	height: 100%;
}

td.white_space
{
	background-color: white;
	font-size: 13px;
}

td.footer_white_space
{
	background-color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

td.left_border
{
	background-image: url(../images/borders/left_border.gif);
	background-repeat: repeat-y;
}

td.right_border
{
	background-image: url(../images/borders/right_border.gif);
	background-repeat: repeat-y;
}

td.bottom_border
{
	background-image: url(../images/borders/bottom_border.gif);
	background-repeat: repeat-x;
}

td.subheader
{
	background-image: url(../images/C2ESubHeader1.jpg);
	background-repeat: no-repeat;
	background-color: Black;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: White;
	height: 28px;
	text-indent: 55px;
}
table.subheader
{
	width: 99%;
}

table.services_table
{
	width: 98%;
	padding: 3px;
	border: 0px solid black;
	background-color: #DDDDDD;
}
td.services_left_cell
{
	border-right: 0px solid black;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: black;
	width: 115px;
}
td.services_right_cell
{
	border: 0px solid black;
	font-size: 11px;
	text-align: left;
	color: black;
}

a
{
	color: blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
a.anchor
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.inbodylink
{
	color: blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
img.screenshot_image
{
	border: 1px solid black;
}
hr
{
	color: black;
	width: 98%;
	height: 1px;
	text-align: left;
}
.SiteMapPath
{
	font-size: 11px;
}
.formfields
{
	font-family: Arial;
	font-size: 13px;
}
.button
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
.screenshot_thumbnail
{
	float: left;
	padding: 10px;
}
#copyrightstatement
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: gray;
}

