a:link, a:active, a:visited
{
	color: #0000EE;
	text-decoration: underline;
}

a:hover
{
	color: #CC3300;
	text-decoration: underlinke;
}

a.bar:link, a.bar:active, a.bar:visited
{
	color: #000000;
	text-decoration: none;
}

a.bar:hover
{
	color: #CC3300;
	text-decoration: underline;
}

a.newstipstricks:link, a.newstipstricks:active, a.newstipstricks:visited
{
	color: #000000;
	text-decoration: none;
}

a.newstipstricks:hover
{
	color: #CC3300;
	text-decoration: underline;
}

body
{
	background-color: #CCA93D;
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
}

.border_left
{
	background-image: url(/images/border_left.jpg);
}

.border_right
{
	background-image: url(/images/border_right.jpg);
}

.green
{
	color: #008000;
	font-weight: bold;
}

hr
{
	color: #666666;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

input
{
	background-color: #F4F4F4;
	color: #000000;
	font-family: verdana;
	font-size: 10px;
}

input.button
{
	border: 1px solid #666666;
}

input.button:hover
{
	background-color: #DDDDDD;
	border: 1px solid #333333;
	cursor: pointer;
}

input.text
{
	border: 1px solid #666666;
	height: 13px;
	padding-left: 3px;
	width: 200px;
}

input.text:hover
{
	background-color: #DDDDDD;
	border: 1px solid #333333;
}

li
{
	list-style-image: url(/images/star.jpg);
}

.main
{
	border: 0px;
	background-color: #FFFFFF;
}

.newstipstricks_background
{
	background-image: url(/images/newstipstricks_content.jpg);
	background-repeat: no-repeat;
	height: 150px;
	text-align: left;
}

.portfolio_item_a
{
	background-image: url(/images/portfolio_a.jpg);
	text-align: center;
}

.portfolio_item_b
{
	background-image: url(/images/portfolio_b.jpg);
	text-align: center;
}

.portfolio_item_c
{
	background-image: url(/images/portfolio_c.jpg);
	text-align: center;
}

.portfolio_label
{
	width: 50px;
}

.portfolio_value
{
	font-weight: bold;
}

select
{
	background-color: #F4F4F4;
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	height: 16px;
}

textarea
{
	background-color: #F4F4F4;
	border: 1px solid #666666;
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	height: 85px;
	padding: 4px;
	width: 300px;
}

textarea:hover
{
	background-color: #DDDDDD;
	border: 1px solid #333333;
}