@charset "utf-8";
/* CSS Document */
/* =============== PAGE BODY STYLE =============== */
body {
	margin: 0 0 0 0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-align:center;
}
table {
	text-align:center;
	color:#000000;
}
a {
	color:#b01919;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
/* ========== MAIN TABLE SETTINGS ========== */
table.main {
	background-color:#e4e4e4;
	width:996px;
}
td.main {
	background-image: url(../images/layout/main_background.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
td.main_shadow_lt {
	background-image:url(../images/layout/main_shadow_lt.gif);
	background-repeat: repeat-y;
	background-position: left;
	width:24px;
}
td.main_shadow_rt {
	background-image:url(../images/layout/main_shadow_rt.gif);
	background-repeat: repeat-y;
	background-position: left;
	width:24px;
}
td.main_shadow_bot {
	background-image:url(../images/layout/main_shadow_bot.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:24px;
}
td.main_shadow_bot_lt {
	background-image:url(../images/layout/main_shadow_bot_lt.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:24px;
	width:50px;
}
td.main_shadow_bot_rt {
	background-image:url(../images/layout/main_shadow_bot_rt.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:24px;
	width:50px;
}
/* ========== CONTENT TABLE SETTINGS  ========== */
td.table_topBar {
	background-image: url(../images/layout/table/topBar.gif);
	background-repeat: repeat-x;
	height:31px;
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
}
td.table_topBar_corner {
	width:44px;
}
td.table_side_lt {
	background-image: url(../images/layout/table/side_lt.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 12px;
}
td.table_text {
	background-color:#e4e4e4;
	text-align:left;
	color: #000000;
}
td.table_title {
	background-color: #e4e4e4;
	background-image: url(../images/layout/title_background.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-weight:bold;
	font-size:14px;
	height:20px;
	text-align:left;
	color: #b01919;
}
td.table_side_rt {
	background-image: url(../images/layout/table/side_rt.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 12px;
}
td.table_botBar {
	background-image: url(../images/layout/table/botBar.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:14px;
	font-size: 12px;
}
td.table_botBar_corner {
	width:12px;
}
/* ========== TABLE NAVIGATION BAR ========== */
td.navBar {
	background-color: #e4e4e4;
	background-image: url(../images/layout/title_background.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-weight:bold;
	height:20px;
}
/* ========== IMAGE STYLES ========== */
img.content {
	border-width:1px;
	border-color:#000000;
}
/* ========== TEXT STYLES ========== */
.learnMore {
	font-size:11px;
}
.table_title_text {
	color: #b01919;
}
.highlighted_text {
	color: #b01919;
}