html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	background:url("/images/skin/bg.jpg") repeat;
	background-attachment: fixed;
	background-color: black;.
	color: black;
}

td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: black;
}

li {
	list-style:disc outside;
}

blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

small {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8.4pt;
	line-height: 130%;
}

h3 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
	line-height: 130%;
}

h4 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10.7pt;
	line-height: 120%;
	color: #666666;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
}

a:link {color: #333377; text-decoration: none}
a:visited{color: #333377; text-decoration: none}
a:hover {color: #3333ff; text-decoration: underline;}

/***** Named elements *****/
#adsLeft {
	background:url("/images/skin/ad_grad.jpg") repeat-y;
	background-color: #fafafa;
}

td#mainTable {
	background:url("/images/skin/bg_grad.jpg") repeat-x;
	background-color: black;
}

td#contextBox {
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;	
	padding-bottom: 20px;	
	background:url("/images/skin/page_title.jpg") repeat-x;
}

div#contentHeader {
	padding-top: 20px;
	padding-bottom: 30px;
}
/***************************/


/***** Tables *****/
table.thinBorder {
	border: 2px solid #e0e0e0;
}

td.cellLight {
	background-color: #ffffff;
}

td.cellLight2 {
	background-color: #f8f8f8;
}

td.cellDark {
	background-color: #f3f3f3;
}

td.cellDark2 {
	background-color: #eaeaea;
}
/*****************/

/***** Article Image Stuff *****/
table#imageContainer {
	width: 100%; 
	border: 2px dashed #cccccc; 
	padding: 10px;
}

div.imageSpacer {
	clear: both;
}

div.imageFloat {
  float: left;
  width: 84px;
}

img#bigImage {
	margin-bottom: 2px;
	margin-top: 18px;
}

Font#bigImageTitle {
	font-size: 20pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

/*****************/



.noBorderTop {
	border-top: none;
}

.noBorderLeft {
	border-left: none;
}

.noBorderRight {
	border-right: none;
}

.noBorderBottom {
	border-bottom: none;
}

.thinBorderTop {
	border-top: 2px solid #e0e0e0;
}

.thinBorderLeft {
	border-left: 2px solid #e0e0e0;
}

.thinBorderRight {
	border-right: 2px solid #e0e0e0;
}

.thinBorderBottom {
	border-bottom: 2px solid #e0e0e0;
}
/*****************/


/***** Other table *****/
td.contentSide {
	background:url("/images/skin/side_repeat.jpg") repeat-y;
}

td.linkImage {
	padding-bottom: 7px;
}

td.linkBall {
	padding-bottom: 12px;
}
/******************/


li.advertiseBullet {
	margin-bottom: 10px;
	padding-right: 30px
}

li.advertiseBulletLast {
	margin-bottom: 0px;
}


hr.smallRule {
	border: none;
	border-bottom: 1px solid #e0e0e0;
	height: 2px; 
	color: #cccccc; 
	background: #cccccc;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}

img.articleImage {
	border: 1px solid black;
}

img.imageRight {
	float: right;
	border: 3px double black;
	margin-left: 10px;
	margin-bottom: 6px;
	margin-top: 6px;
}

img.imageLeft {
	float: left;
	border: 3px double black;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-top: 6px;
}

font.articleSmall {
	font-size: 8pt;
	font-weight: bold;
}

font.bigQuote {
	font-size: 16pt;
	font-weight: bold;	
	color: #cccccc;
	line-height: 120%;
}

font.midasLogo {
	font-weight: bold;	
	color: #555;
	font-size: 9pt;
}

font.footer {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8t;
	color: #ccc;
	padding-right: 30px;
	padding-left: 30px;
}

.minorHeading {
	font-size: 8pt;
	font-weight: bold;
	color: #556699;
}

.nobreak {
	display: inline;
}
