body
{
	background-color: #D2D1CC;
	background-image: url( "/images/background.gif" );

	margin: 0px;
}

body, td, th
{
	font-family: verdana, lucida, arial, helvetica;
	font-size: 0.8333em;
}

h2
{
	font-size: 1.3em;
	font-weight: normal;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
}

#layer
{
	border-collapse: collapse;
	border-spacing: 0px;

	width: 100%;

	background-color: white;	
	background-image: url( "/images/layer_background.gif" );
	
	height: 100%;
}

#tabBar td
{
	background-color: #D2D1CC;
	background-image: url( "/images/tab_bar.gif" );

	height: 31px;
	
	padding-top: 0px;
	padding-bottom: 0px;

	vertical-align: bottom;
}

#header td
{
	padding-top: 3em;
	padding-bottom: 3em;
	
	background-color: #D2D1CC;
	background-image: url( "/images/background.gif" );

	text-align: center;
}

#content
{
	height: 100%;

	vertical-align: top;
	
	padding: 32px;
}

#tabBarLeft
{
	text-align: left;
	
	padding-right: 0px;
	padding-left: 20px;
}

#tabBarRight
{
	text-align: right;

	padding-right: 20px;
	padding-left: 0px;
}

#footer td
{
	text-align: center;
	
	padding: 6px;
}

a
{
	color: #8B0404;
	font-weight: bold;
}

hr
{
	margin-top: 0em;
	margin-bottom: 1em;
	
	height: 1px;
}
