* {
	font: 9pt Arial, Helvetica, Geneva, sans-serif;
}

body {
	background: #2b2a32 url("/images/stripe-title.png") repeat-x;
}

li:hover {
	background: #736e67;
}

a.addToolTip {
	display: block;
	text-align: left;
}

a.addToolTip:link {
	color: #d0d0d0;
	text-decoration: none;
}

a.addToolTip:visited {
	color: #4B4B4B;
	text-decoration: none;
}

a.addToolTip:active {
	color: #ff0000;
	text-decoration: none;
}

a.addToolTip:hover {
	color: #ffffff;
	background: #736e67;
	text-decoration: none;
}

/* These should be identical to the ones above */
a.llist:link {
	color: #d0d0d0;
	text-decoration: none;
}

a.llist:visited {
	color: #4B4B4B;
	text-decoration: none;
}

a.llist:active {
	color: #ff0000;
	text-decoration: none;
}

a.llist:hover {
	color: #ffffff;
	background: #736e67;
	text-decoration: none;
}



a.link:link {
	color: #d0d0d0;
	text-decoration: none;
}

a.link:visited {
	color: #4B4B4B;
	text-decoration: none;
}

a.link:active {
	color: #ff0000;
	text-decoration: none;
}

a.link:hover {
	color: #ffffff;
	text-decoration: none;
}


ul {
	list-style-type: none;
}

li:hover {
	background: #736e67;
}


#faq {
	color: #d0d0d0;
	text-align: left;
}

#ulblock {
	float: left;
	width: 300px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	background: #302f37;
	}

#ulelement {
	color: gray;
	border-bottom: 1px solid #333653;
	padding: 1px 1px 2px;
	}

#FeedTitleText {
	color: blue;
	color: #AAAA66;
    font: 18pt Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	}
#FeedTitle {
	color: blue;
    font: 18pt Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #61647b;
	padding-bottom: 4px;
	width: 300px;
	text-decoration: none;

}

/* ----- tool tip specific styles ----- */
#theToolTip{
	position: absolute;
	left: -300px;
	width: 300px;
	border: 2px solid #C0C09F;
	padding: 6px 0px 0px 10px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
text-align: left;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);*/
}

#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#theToolTip p{
	font-size: 1.1em;
	color: #333333;
	line-height:1.4em;
	margin-right:10px;
	margin-top:0;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 1.2em;
	color: #592C16;
	margin-right:10px;
}


li:hover {
	color: #ffffff;
	background: #736e67;
}


#addToolTip {
	color: #d0d0d0;
	text-decoration: none;
}

