/* ----- core text styles ----- */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#ccc;
	text-align:left;
	background-image:url(/global-images/main-bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}

h1 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#B20001;
	margin-bottom: 0px;
	line-height: 16px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height:14px;
	margin-bottom: 0px;
	margin-top:0px;
}

strong {
	font-size: 12px;
	color:#999999;
}

iframe {
	border: 1px solid #fff;
	padding:3px;
}

.float {
	float:right;
}

.emailfloat {
	float:right;
}

/* ----- core table structure and styles ----- */

table#main {
	background-image:url(/global-images/content-bg.jpg);
}

td#header {
	background-image:url(/global-images/header-bg.jpg);
}

table#contentwrapper {
	background-color:#232220;
	background-image:url(/global-images/content-bg.jpg);
}

table#contentwrappersub {
background-image:url(/global-images/sub-page-common/sub-content-bkg.jpg);
}

td#midbar {
	background-image:url(/global-images/mid-bar-bg.jpg);
	height:34px;
	border-left:1px;
	border-right:1px;
	border-top:0;
	border-bottom:0;
	border-style:solid;
	border-color:#88857C;
}

td#content {
	padding:10px 0 0 8px;
	text-align:left;
}

table#footer {
}


td#newscontent {
	padding: 10px 10px 10px 10px;
}

/* ----- links ----- */

a {
	color: #ccc;
	text-decoration:underline;
}

a:visited {
	color: #ccc;
	text-decoration:underline;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a:active {
	color: #ccc;
	text-decoration:underline;
}

/* ----- list ----- */
