@import url("content_style.css");
@import url("index_style.css");

body { background-color: white; margin: 2px; }
td { margin: 0pt; font: 11px Arial, sans-serif; }
a { color: #006699; text-decoration: none; }
a:hover { text-decoration: underline; }

TABLE.MasterHead { background-color: black; background-repeat: no-repeat; vertical-align: top; }
TABLE.MasterHead a { font-weight: normal; color: white; }
TABLE.MasterHead a:hover { color: #FFCC00; }
TABLE.MasterHead TD.topGlobal { text-align: right; vertical-align: top; padding-right: 10px; }
TABLE.MasterHead TD.topGlobal a { padding-left: 10px; }

TABLE.topnav a {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
	background: #4D4D4D url(../images/top_submenu_triangle.gif) no-repeat right bottom;
	color: #FFFFFF;
}
TABLE.topnav TD { border-right: 2px solid #666; white-space: nowrap; }
TABLE.topnav DIV { padding: 2px 0px 4px 11px; }
TABLE.topnav { padding: 1px; background: #666;  ;}
#topBG, TABLE.topnav a:hover {
	background-color: #333;
	color: #FFCC00;
}
TABLE.Footer a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;

}
TABLE.Footer {
	background: white;
	color: #999999;
	font-size: 1px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}
TABLE.LocationBar {
	color: #FFFFFF;
	background-color: #333333;

}
TABLE.LocationBar a {
	color: #FFCC00;
	text-decoration: none;
	font-weight: normal;


}
TABLE.LocationBar a:hover {
}
TABLE.LocationBar TD {
	padding: 5px 0px 5px 10px;
}
TABLE.MainIndex TD {
	vertical-align: top;
}
UL.ListA {
	list-style-type: circle;
	list-style-image: url(../images/icons/arrow.gif);
	list-style-position: outside;
	vertical-align: middle;

}

div.wideTicklerTitleText, div.narrowTicklerTitleText { padding: 5px 0px 2px 0px; font-weight: bold; }
TR.bgTopGLOBAL {
	background-image: url(../images/bg_mainpage.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

