body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* UNUSED */
td.logo_area{
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.header_column {
	height: 110px;
	vertical-align: middle;
	color: #CADAFE;
/*	color: #FFFFFF;*/
	font-size: large;
	background-image: url(../images/header_bg.jpg);
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.small_header_column {
	height: 50px;
	vertical-align: middle;
	color: #CADAFE;
	font-size: large;
	text-align: center;
	background-image: url(../images/header_sm_bg.jpg);
	background-position: top;
}

/* UNUSED */
.header_title {
	font-size: large;
	margin-left: auto;
	margin-right: auto;
/*
	border: 1px solid #0000ff;
	width: 200px;
*/
}

td.shadow_left {
	background-image: url(../images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

td.middle_spacer {
	width: 800px;
	background-color: #666666;
}

td.shadow_right {
	background-image: url(../images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* UNUSED */
td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
/*
	height: 150px;
*/
	display: table-cell;
	vertical-align: top;
}

/* UNUSED 
td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat;
}
*/

td.horizontal_center {
	background-color: #024F89;
/*
	background-color: #003964;
*/
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
/*
	height: 150px;
*/
	display: table-cell;
	vertical-align: top;
}

td.below_header{
	background-color: #1F1F1F;
	height: 0px;
	color: #CCCCCC;
	padding: 0px;
/*
	border: 1px solid #ff0000;
*/
}

.body_content_container {
	background-color: #B1BCC5;
/*
	background-color: #708A94;
	background-color: #FFFFFF;
*/
	vertical-align:top;
}

.body_content {
	font-size: 13px;
/*
	background-color: #FFFFFF;
*/
	padding: 10px;
/*
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat;
*/
}

.indented_text{
	margin: 0px;
	padding: 0px 0px 0px 15px;
/*
	border: 1px solid #00ff00;
*/
}

.code{
	font-family: 'Courier New', serif;
	font-size: 13px;
	background-color: #C1CCD5;
/*
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	background-color: #DDFFFF;
	border: 1px solid #00ff00;
*/
}

.inline_code{
	font-family: 'Courier New', serif;
	font-size: 13px;
}

.emphasis {
	color: #0000C0;
}

.strong_emphasis {
	color: #0000C0;
	font-weight: bold;
}

.weak_emphasis {
	color: #006040;
	font-weight: bold;
}


