/*----------------------------------------------------------------------------- */
/*--------------------------- TRADING CIRLCE REPORT --------------------------- */
/*----------------------------- COPYRIGHT © 2007 ------------------------------ */
/*----------------------------------------------------------------------------- */

body {
	background-color: #061C2C;
}
hr {
	height: 0;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #2c4861;
}

.Main  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7d99ad;
	line-height: 20px;
}
.TableHeader  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.TableContent  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #b5cbdb;
}
ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B1C3D9;
	font-size: 14px;
	line-height: 20px;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B1C3D9;
	font-size: 14px;
	line-height: 20px;
	list-style-image: url(../i/bullet.gif);
	list-style-position: 10px;
}
.Link		{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cd9f3f;
	text-decoration: none
}
.Link:hover 	{
	color: #fec54f;
	text-decoration: underline
}
.PageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #D8E4F1;
	margin: 0 2px;
}
.Titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}
.SubTitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C4D8E3;
}
.Date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5b7b9a;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.Copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3f586a;
}
.image {
	background: #09273E;
	padding: 0px;
	border: 1px solid #5e8396;
}
.ImageDesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #63849C;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	letter-spacing: 0.10em;
	line-height: 30px;
}

/*----------------------------- ROUND CORNERS DIV ------------------------------ */

.roundcont {
	width: 100%;
	background-color: #1c3852;
	color: #09273e;
}
.roundcont p {
	margin: 0 5px;
}
.roundtop {
	background: url(/i/tr.gif) no-repeat right top;
}
.roundbottom {
	background: url(/i/br.gif) no-repeat right top;
}
img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block;
}

/* Orange Version */
.roundcontOrange {
	width: 90%;
	background-color: #E68200;
	color: #09273e;
}
.roundcontOrange p {
	margin: 0 15px;
}
.roundtopOrange {
	background: url(/i/tr_O.gif) no-repeat right top;
}
.roundbottomOrange {
	background: url(/i/br_O.gif) no-repeat right top;
}
img.cornerOrange {
	width: 10px;
	height: 10px;
	border: none;
	display: block;
}

/* Orange Blue Version */
.roundcontOrangeB {
	width: 100%;
	background-color: #E68200;
	color: #09273e;
}
.roundcontOrangeB p {
	margin: 0 15px;
}
.roundtopOrangeB {
	background: url(/i/tr_Ob.gif) no-repeat right top;
}
.roundbottomOrangeB {
	background: url(/i/br_Ob.gif) no-repeat right top;
}
img.cornerOrange {
	width: 10px;
	height: 10px;
	border: none;
	display: block;
}
