/* Style Sheet for IE/NS6 */
body {
	background-color: #FF6600;
}

/* main-bold */
.bBold {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #666666;
}
.bBold a:link, .bBold a:visited, .bBold a:active {
	text-decoration: none;
	color: #FF6600;
}
.bBold a:hover {
	text-decoration: underline;
	color: #FF6600;
}

/* main-regular */
.bOne {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.bOne a:link, .bOne a:visited, .bOne a:active {
	text-decoration: none;
	color: #666666;
}
.bOne a:hover {
	text-decoration: underline;
	color: #FF6600;
}

/* footer */
.foot {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}

/* List items with arrows */
li.arrow
{
list-style: none;
background-image: url(../images/main/arrow_gray.gif);
background-repeat: no-repeat;
background-position: 0 8px;
padding: 3px 0 3px 10px;
}
