DIV.rDate {
	position: absolute;
	height: 10px;
	width: 10px;
	left: -4px;
	top: -4px;
}
A.rSymbol {
	font-size: 14px;
	font-family: verdana;
	text-decoration: none;
	color: #b0b0b0;
}
A.rSymbol:visited {
	color: #b0b0b0;
}
A.rSymbol:hover { 
	text-decoration: none;
	color: #CC0000;
}

BODY {
	margin-bottom:0px;
}

H2 {
	margin-top: 0px;
	margin-bottom: 5px;
}
H3 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

DIV.ssiHeaderTitle {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.nav {
	color: #454545;
}

/* Generic bullet list */
/* Applies to ul and ol elements */
.bulletList {
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bulletList LI {
	line-height: 13px;
	margin-bottom: 0px;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #B3B3CE;
	float: left;
}
.bulletList LI.last {
	border-right: 0px;
}

/* Indexes */
.index {
	margin: 10px 0px 10px 0px;
	padding: 2px 2px 2px 2px;
	width: 300px;
	text-align: left;
	border: 2px solid #006699;
}
.index UL {
	border: 1px solid #999999;
	background-color: #e0e0e0;
	padding: 0px 6px 0px 0px ;
}
.index .bulletList LI {
	float: none;
	margin: 0px 2px 0px 6px;
	padding: 4px 2px;
	border-right: 0px;
	border-bottom: 1px dashed #454545;
	overflow: hidden;
}
.index .bulletList LI.heading {
	border-bottom-style: solid;
	border-color: #666666;
}
.index .bulletList LI.last {
	border-bottom: 0px;
}
.index .bulletList LI A {
	text-decoration: none;
}

/* To force centering in Opera */
/* wrap in < DIV.centerWrapper > < /DIV > */
.centerWrapper {
	width: 80%;
	text-align: center;
}

/* Textual inforamtion */
/* Wrap in < DIV.txt > < /DIV > */
DIV.txt {
	width: 100%;
	color: #454545;
	margin: 10px 0px;
	padding: 2px;
	border: 2px solid #006699;
	font-size : 12px;
	text-align: left;
}
DIV.txt H1 {
	color: #FFA34F;
	background-color: #006699;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 2px 0px;
	padding: 4px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #888888;
}
DIV.txt H2 {
	color: #454545;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}
DIV.txt H3 {}
DIV.txt H4 {
	color: #454545;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
DIV.txt P {
	margin-top: 6px;
	margin-bottom: 0px;
}
DIV.txt P.indent {
	margin-left: 10px;
}
DIV.txt P.sig { 
	margin-top: 6px;
	font-size: 10px;
	font-weight: bold;
}
DIV.txt A {
	xfont-weight: bold;
	text-decoration: none;
}
DIV.txt A:hover {
	text-decoration: none;
}
DIV.txt UL {
	border: 1px solid #999999;
	background-color: #e0e0e0;
	padding: 0px;
	margin-bottom: 0px;
	}
DIV.txt UL.bulletlist LI {
	xp\osition: relative; /* Fix for occulting bug in IE */
	position: static; /* Fix for faux top-margin bug in IE. Also seems to fix IE occulting bug */
	line-height: 1.3em;
	float: none;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 2px 10px 8px ;
	border-right: 0px;
	border-bottom: 1px dashed #888888;
}
DIV.txt UL.bulletList LI.last {
	border-bottom: 0px;
}
DIV.txt UL.bulletList LI UL {
	margin-left: 50px;
	text-align: left;
	border: 0px;
	background-color: transparent;
	list-style-type: disc;
}
DIV.txt UL.bulletList LI LI {
	border-bottom: 0px;
	padding: 2px;
}
DIV.txt .forumLine {
	border-color: #888888;
	margin: 2px 0px 2px 0px;
}

/* Data tables (tile style) */
.data .txt {
	background-color: #E0E0E0;
}
.data TABLE {
	background-color: #E0E0E0;
	border
}
.data TH {
	color: #FFA34F;
	background-image: none;
	background-color: #006699;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	border-top: 1px solid #CCCCff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCFF;
}
.data TD {
	color: #333333;
	font-size: 11px;
	border-top: #FFFFFF solid 1px;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	border-left: #FFFFFF solid 1px;
}
.row1 { background-color: #D1D7DC; }
.row2 { background-color: #DEE3E7; }
