/* W3C HTML 4.0 DTD elements  */

body {
	margin: 0px; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; line-height: 17px; color: #000000;
	scrollbar-face-color: #ffffff; scrollbar-track-color: #cecfce; scrollbar-arrow-color: #666666; scrollbar-highlight-color: #dedee1;
	scrollbar-shadow-color: #cecfce; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #666666;
}

td {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; line-height: 17px; color: #000000;
}

h1 {
	margin-bottom: 0; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; line-height: 17px;
}

a {
	text-decoration: underline; color: #0000ff;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* 
a:visited {
	text-decoration: none;
}
*/

form {
	margin-top: 0px; margin-bottom: 0px; line-height: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; line-height: 11px; 
}

textarea {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; line-height: 13px; 
}


/* W3C CSS 2.0 classes */

.menu
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; line-height: 17px; text-decoration: none; 
}
.menu a
{
	text-decoration: none; color: #000000;
}
.menu a:hover
{
	text-decoration: underline;
}

.search {
	font-size: 10px; font-family: verdana, Arial, Helvetica, Sans-Serif; color: #666666;
}

.terms {
	font-size: 9px; line-height: 12px; font-weight: normal; text-decoration: none; color: #666666;
}
a.terms {
	font-size: 9px; line-height: 12px; font-weight: bold; color: #000066;
}

.ticko
{
	width: 630px;
	border-top: #ffffff 1px solid;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	margin: 4px 0px 0px;
	display: block;
}
.tickh
{
	display: none;
}

a.fptitle {
	font-size: 11px; line-height: 14px; text-decoration: none; font-weight: bold; color: #000000;
}
a.fptitle:visited {
	font-size: 11px; line-height: 14px; text-decoration: none; font-weight: bold; color: #555555;
}
a.fptitle:hover {
	font-size: 11px; line-height: 14px; text-decoration: underline; font-weight: bold; color: #000099;
}
a.fptitle:active {
	font-size: 11px; line-height: 14px; text-decoration: none; font-weight: bold; color: #333333;
}

.fptext {
	font-size: 11px; line-height: 14px; color: #000000;
}

.sectiontext {
	font-size: 13px; line-height: 15px; text-decoration: none; color: #000000;
}
a.sectiontext {
	font-size: 12px; line-height: 14px; text-decoration: underline; color: #000099;
}
a.sectiontext:visited {
	font-size: 12px; line-height: 14px; text-decoration: underline; color: #000099;
}
a.sectiontext:hover {
	font-size: 12px; line-height: 14px; text-decoration: underline; color: #3333cc;
}
a.sectiontext:active {
	font-size: 12px; line-height: 14px; text-decoration: none; color: #3333cc;
}

.hpheader {
	font-size: 11px; line-height: 15px; font-weight: bold; color: #ffffff;
}

a.hpstory {
	font-size: 10px; line-height: 12px; text-decoration: none; color: #000066;
}
a.hpstory:visited {
	font-size: 10px; line-height: 12px; text-decoration: none; color: #000066;
}
a.hpstory:hover {
	font-size: 10px; line-height: 12px; text-decoration: underline; color: #0000cc;
}
a.hpstory:active {
	font-size: 10px; line-height: 12px; text-decoration: none; color: #000000;
}

/* Style IDs */

#whitetext {
	color: #ffffff;
}

#hpsubstory {
	font-size: 12px; line-height: 15px;
}

#justified {
	text-align: justify;
}

#HomeTwitter 
{
	margin-bottom: 12px;
}

#HomeTwitter > #Tweets
{
	max-height: 162px;
	overflow-y: scroll;
}

#HomeTwitter > p
{
	padding: 2px 2px;
	background-color: #111;
}
#HomeTwitter > p,
#HomeTwitter > p > a
{
	font-weight: bold;
	color: #fff;
}
#HomeTwitter > p > a:hover
{
	text-decoration: none;
}

#HomeTwitter > #Tweets,
#HomeTwitter > #Tweets > li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#HomeTwitter > #Tweets > li
{
	margin-bottom: 2px;
	padding: 2px;
}


#HomeTwitter > #Tweets > li,
#HomeTwitter > #Tweets > li.odd,
#HomeTwitter > #Tweets > li:nth-child(odd)
{
    background-color: #dfdfdf;
}
#HomeTwitter > #Tweets > li:nth-child(even)
{
    background-color: #d3d3d3;
}

#HomeTwitter > #Tweets > .more,
#HomeTwitter > #Tweets > li:last-child
{
	text-align: center;
	background: #fff;
}