a:link{
 text-decoration:none;
 color: rgb(255,255,255);
}
a:visited{
 text-decoration:none;
 color: rgb(255,255,255);
}
a:hover{
 text-decoration:none;
 color: rgb(192,192,192);
}
a:active{
 text-decoration:none;
 color:rgb(255,204,0);
}

body
{
	font-family: Arial;
	background-color: rgb(229,229,229);
	color: #000000;font-size:8pt
}
table
{
	table-border-color-light: rgb(229,229,229);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2
{
	font-size:8pt; font-family:Arial; font-weight:normal; margin-top:0; margin-bottom:0
}
h1
{
    color: #000000; line-height:150%
}
h2
{
	color: #000000; font-weight:bold; line-height:150%
}

#twitter_update_list {
	font-size: 11px;
	line-height: 14px;
	list-style: none;
	margin:0;
	padding:0;
	}
#twitter_update_list li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
#twitter_update_list span, #twitter_update_list span a {
	color: #000000;
	text-decoration: none;
	}
#twitter_update_list a {
	color: #1D788D;
	}
