body {
	margin: 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	background-color: #fff;
	height: 100%;
	text-align:cener;
}
td {
	font-size: 9pt;
}
a {
	text-decoration: none;
	color:#999;
}
a:hover {
	color:orange;
}
br.clearfloat {
	font-size:	0px;
	height:	0px;
	display:	inline;
	clear:	both;
}
::-moz-selection {
	background:	#FF6600;
	color:	white;
}
::selection {
	background:	#FF6600;
	color:	white;
}
a::-moz-selection {
	color:	#ccc;
}
a::selection {
	color:	#ccc;
}
.klear {
	clear:both;
	font-size:0px;
	line-height:0px
	height:0px;
	padding:0px;
	margin:0px;
}
/*******/


#hdrow {
	height:76px;
	background-color:#7f7f7f;
}
#hdr {
	height:76px;
	background-color:#232323;
	width:948px;
	margin:0px auto;
	background-image:url('../images/hdr_backgr.gif');
	background-repeat:repeat-x;
	position:relative;
}
#hdr2 {
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:76px;
}
#hdr3 {
	background-image:url('../images/hdr_right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height:76px;
}
#hdr_logins {
	position:absolute;
	top:0px;
	left:210px;
}
#hdr_logins a {
	display:block;
	float:left;
	color: #8e8e8e;
	padding:6px;
	margin-right:5px;
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:18px;
}
#hdr_logins a:hover {
	color: #ccc;
}
#logins_user { 	background-image:url('../images/logins_user.gif'); }
#logins_user:hover { 	background-image:url('../images/logins_user_hvr.gif'); }
a#logins_reg { 
	padding-left:23px;
	background-image:url('../images/logins_reg.gif'); 
}
#logins_reg:hover { 	background-image:url('../images/logins_reg_hvr.gif'); }

#hdr_userlinks {
	position:absolute;
	top:0px;
	width:724px;
	left:210px;
}

.sfinances {
	font-size:8pt;
	color:#FC6100;
}

.infodiv {
	display:block;
	width:915px;
	padding:5px;
	text-align:center;
	color:#446703;
	background-color:#E9FDC4;
	border:1px solid #5C8B05;
}

#hlinks strong {
	display:block;
	float:left;
	color: #bbb;
	padding:6px;
	margin-right:5px;
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:20px;
	background-image:url('../images/user.png');
}
#hlinks a {
	display:block;
	float:left;
	color: #888;
	background-color:#2f2f2f;
	margin-right:5px;
	background-repeat:no-repeat;
	background-image:url('../images/userlinks_a.gif');
	background-position:top right;
	margin-top:5px;
}
#hlinks a b {
	display:block;
	float:left;
	font-weight:normal;
	font-size:11px;
	background-repeat:no-repeat;
	background-image:url('../images/userlinks_a_b.gif');
	background-position:top left;
	padding:1px 6px 4px 6px;
}
#hlinks a:hover {
	color: #ccc;
	background-color:#232323;
	background-position:bottom right;
}
#hlinks a:hover b {
	background-position:bottom left;
}

#logolink {
	position:absolute;
	top:10px;
	left:10px;
	width:180px;
	height:50px;
	display:block;
}
#logolink strong {
	display:none;
}

#hdr_toplinks {
	position:absolute;
	top:6px;
	right:2px;
}
#hdr_toplinks a {
	display:block;
	float:left;
	color: #7f7f7f;
	margin-right:12px;
	font-size:11px;
}
#hdr_toplinks a:hover {
	color: #ccc;
}


/*****/


#nav {
	position:absolute;
	top:39px;
	left:202px;
}
#nav a {
	display:block;
	float:left;
	background-color:#505050;
	margin-right:1px;
	background-image:url('../images/nav_a.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
#nav a b {
	display:block;
	float:left;
	background-image:url('../images/nav_a_b.gif');
	background-repeat:no-repeat;
	background-position:top left;
	color: #bababa;
	font-size:10px;
	font-weight:normal;
	padding:10px 15px 11px 15px;
	cursor:pointer;
}
#nav a:hover {
	background-image:url('../images/nav_a_hvr.gif');
	background-color:#7f7f7f;
}
#nav a:hover b {
	color:#fff;
	background-position:0px -45px;
}

#nav a#ontab {
	background-image:url('../images/nav_a_on.gif');
	background-color:#7f7f7f;
}
#nav a#ontab b {
	color:#505050;
	background-position:0px -90px;
	padding:11px 13px 14px 13px;
	text-decoration:none;
}
#nav a#ontab b span {
	color:#333333;
}
#nav a#ontab:hover b span {
	color:#000;
}



#nav a.hasnew {
	background-image:url('../images/nav_a_new.gif');
	background-color:#7f7f7f;
}
#nav a.hasnew:hover {
	background-image:url('../images/nav_a_new_hvr.gif');
}

#searchbox {
	position:absolute;
	top:37px;
	right:10px;
	width:220px;
}
#searchbox #txt {
	background-color: #414141;
	border:0px;
	height:18px;
	font-size:12px;
	color:white;
	font-weight:bold;
	font-family:verdana;
	display:block;
	float:right;
	padding-top:6px;
	padding-left:5px;
	background-image:url('../images/searchinpt.gif');
	background-repeat:no-repeat;
	background-position:top left;
	width:150px;
}
#searchbox #btn {
	border:0px;
	width:55px;
	font-size:12px;
	color:#999;
	display:block;
	float:right;
	padding:3px;
	padding-bottom:5px;
	background-image:url('../images/searchbtn.gif');
	_padding-bottom:4px;
}
#searchbox #btn:hover {
	background-position:bottom;
	color:#ccc;
	cursor:pointer;
}

#contentrow {
	background-color:#e5e5e5;
	padding:10px;
}
#contentbox {
	background-color:#fff;
	width:948px;
	margin:0px auto;
	background-image:url('../images/content_top.gif');
	background-repeat:no-repeat;
	background-position:top;
	padding:0px;
}
#contentbox2 {
	width:928px;
	background-image:url('../images/content_bottom.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px;
}
#ftrow {
	background-image:url('../images/ftrow.gif');
	background-position:top;
	background-repeat:repeat-x;
	height: 35px;
}
#ftr {
	width:948px;
	margin:0px auto;
	padding-top:10px;
}
#ftr_left {
	float:left;
	color: #c4c4c4;
	padding-left:10px;
}
#ftr_left a{
	font-weight:bold;
	color:#939393;
}
#ftr_left a:hover{
	color:#666;
}
#ftr_right {
	float:right;
	text-align:right;
	color:#bbb;
	font-weight:bold;
}
#ftr_right a {
	font-size:11px;
	font-weight:normal;
	display:block;
	float:right;
	margin-right:10px;
}
#ftr_right a:hover {
	color:#555;
}

#browse_tops {
	height:32px;
	background-color:#e5e5e5;
	background-image:url('../images/browse_tops.gif');
	background-repeat:no-repeat;
	background-position:top right;
	margin-bottom:10px;
}
#browse_tops a {
	height:14px;
	display:block;
	float:left;
	color:#666;
	font-weight:bold;
	padding:9px;
	background-image:url('../images/browse_tops_a.gif');
	background-repeaT:no-repeat;
	background-position:top left;
	padding-left:23px;
	padding-right:12px;
}
#browse_tops a:hover {
	color:#000;
}
#browse_tops a.onnn {
	color:#000;
	background-color: #d2d2d2;
	background-image:url('../images/browse_tops_a_on.gif');
}
#browse_tops a.frst {
	background-image:url('../images/browse_tops_a_first.gif');
}
#browse_tops a.frst.onnn {
	background-image:url('../images/browse_tops_a_first_on.gif');
}

/**********************************/


#indexpage {
	background-image:url("../images/homepage_bgr.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
#indexpage #index_left {
	float:left;
	width:540px;
	padding-left:30px;
	padding-top:15px;
}
#index_left_hdr{
	line-height:0.9;
	padding-bottom:20px;
}
#index_left_hdr b{
	display:block;
	color:#888;
	font-size:18px;
	font-weight:normal;
	margin-left:20px;
}
#index_left_hdr h1{
	display:block;
	color:#ff6200;
	font-size:22px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#index_left p.undertitle{
	margin:0px;
	width:360px;
	padding:0px;
	padding-bottom:10px;
	line-height:1.4;
}
#index_left p.targetgroupinfo{
	margin:0px;
	padding:0px;
	line-height:1.4;
	color:#444;
	margin-top:5px;
	margin-bottom:20px;
}
#indexpage h2 {	
	display:block;
	color:#ff6200;
	font-size:16px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	background-image:url("../images/bullet.gif");
	background-repeat:no-repeat;
	background-position: 0px 6px;
	padding-left:10px;
}
#regdiv {
	padding-bottom:30px;
	padding-top:10px;
	color:#777;
	font-size:11px;
}
#regdiv .regbtn{
	padding:10px 32px 11px 32px;
	text-transform:uppercase;
	background-image:url("../images/bigorangebtn.gif");
	font-weight:bold;
	margin-right:15px;
	color:white;
}
#regdiv .regbtn:hover{
	color:white;
	text-decoration:underline;
}

.reglink {
	color: #ff5500;
}

.reglink:hover {
	color: #ff5500;
	text-decoration:underline;
}
/**********************************/

#index_right {
	float:right;
	width:280px;
	padding-right:20px;
	padding-top:20px;
}
#index_right #login {
	padding:20px;
	padding-top:10px;
	height:215px;
}
#index_right #login table tr td {
	font-size:11px;
}
#index_right #login table tr td.tabtle {
	padding-bottom:5px;
	font-size:13px;
	color: #FF6200;
	text-align:center;
}
#index_right #login table tr td a {
	color:#777;
}
#index_right #login table tr td a:hover {
	color:#111;
}
.loginput {
	border:1px solid #999999;
	background-color:#f9f9f9;
	padding:4px;
	width:140px;
}
.loginput:focus {
	border:1px solid #FF6200;
	background-color:#fff;
}
.loginbtn {
	width:86px;
	height:26px;
	color:#275C7C;
	background-image:url("../images/loginbtn.gif");
	border:0px solid;
	font-weight:normal;
	font-size:8pt;
	outline:none;
}
#index_readmore {
	padding-top:20px;
}
#index_readmore ul {
	padding:0px;
	margin:0px;
	padding-top:3px;
}
#index_readmore ul li{
	padding:4px;
	margin:0px;
	margin-left:15px;
	list-style:url("../images/bullet.gif");
}
#index_readmore ul li a{
	color:#555;
}
#index_readmore ul li a:hover{
	color:#111;
}

/*****dashboard****/

#dashboard_left {
	width:600px;
}
#dashboard_left h1 {
	margin:0px;
	padding:0px;
	color:#222;
	font-size:18px;
	font-weight:normal;
	padding-left:6px;
	padding-top:5px;
}
#dashboard_left h1 b {
	color:#fc6100;
	font-weight:normal;
}
#dashboard_right {
	width:318px;
	float:right;
}
.featured {
	margin-top:10px;
	float:left;
	width:600px;
}
.featured_tabs {
	background-image:url("../images/index_feat_tabs_backgr.gif");
	background-position:top right;	
	height:44px;
	padding-top:5px;
}
.featured_tabs_start {
	float:left;
	width:6px;
	height:42px;
	background-image:url("../images/index_feat_tabs_start.gif");
	background-position:top left;
	background-repeat:no-repeat;

}
.featured_tabs a {
	display:block;
	float:left;
	background-image:url("../images/index_feat_tabs_a.gif");
	background-position:top right;
}
.featured_tabs a b {
	padding:13px 15px 17px 15px;
	color:#777;
	display:block;
	background-image:url("../images/index_feat_tabs_a_b.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
.featured_tabs a.onfeat {
	background-image:url("../images/index_feat_tabs_a_hvr.gif");
	cursor:default;
}
.featured_tabs a.onfeat b {
	color:#ff3c00;
	background-image:url("../images/index_feat_tabs_a_b_hvr.gif");
	cursor:default;
}
.featured_tabs a:hover b {
	color:#222;
}
.featured_content {
	background-image:url("../images/index_featured.gif");
	background-repeat:repeat-x;
	padding:10px;
}
/*******************/

.shadebox {
	margin-top:10px;
	background-image:url("../images/shadebox_backgr.gif");
	background-repeat:repeat-x;
}
.shadebox .shadebox1 {
	background-image:url("../images/shadebox_left.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
.shadebox .shadebox1 .shadebox2 {
	background-image:url("../images/shadebox_right.gif");
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px;
}
.shadebox .shadebox1 .shadebox2 h6{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.shadebox .shadebox1 .shadebox2 p {
	line-height:	1.4;
}
.questionslist a {
	display:block;
	padding-bottom:5px;
	font-size:11px;
}
.questionslist a strong {
	font-weight:normal;
	color:#444;
}
.questionslist a:hover strong {
	color:#000;
}

.shadeboxa {
	background-image:url("../images/shadebox_backgr.gif");
	background-repeat:repeat-x;
}
.shadeboxa .shadebox1 {
	background-image:url("../images/shadebox_left.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
.shadeboxa .shadebox1 .shadebox2 {
	background-image:url("../images/shadebox_right.gif");
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px;
}
.shadeboxa .shadebox1 .shadebox2 h6{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.shadeboxa .shadebox1 .shadebox2 p {
	line-height:	1.4;
}

/***********************/

/* EDITOR */
div#editor_container {
	width:	928px;
	height:	454px;
	position:	relative;
	background-image:	url("../images/editor_loader_cnt.gif");
	background-repeat:	no-repeat;
	background-position:	center;
}
div#editor_container div#editor_container_loader {
	position:	absolute;
	background-image:	url("../images/editor_loader.gif");
	background-repeat:	no-repeat;
	background-position:	center;
	width:	24px;
	height:	24px;
	top:	196px;
	left:	360px;
}
div#editor_container div#editor_container_txt {
	position:	absolute;
	font-family:	verdana, arial, serif;
	font-size:	13px;
	font-weight:	bold;
	color:	#333;
	left:	367px;
	top:	250px;
}

/* PAGING */
div.paging {
	border-top:	1px solid #ccc;
	padding-top:	10px;
	clear:	both;
	margin-top:	4px;
	margin-bottom:	5px;
}
div.paging a {
	border:	1px solid #ccc;
	padding:	3px 5px 3px 5px;
	margin-right:	3px;
	color:	#444;
}
div.paging a:hover {
	border:	1px solid #888;
	background-color:	#efefef;
	color:	#111;
}
div.paging a#onpage {
	border:	1px solid #888;
	color:	#222;
	font-weight:	bold;
}

/* ALERT  */
.alertbox {
	background-image:url('../images/cartalert_backgr.gif');
	height:57px;
	margin-top:5px;
}
.alertbox .alert_left {
	background-image:url('../images/cartalert_left.gif');
	height:45px;
	float:left;
	background-repeaT:no-repeat;
	background-position:top left;
	padding-top:12px;
	padding-left:55px;
}
.alertbox .alert_left strong {
	display:block;
	font-size:14px;
	color: #0c7f00;
}
.alertbox .alert_right {
	background-image:url('../images/cartalert_right.gif');
	height:41px;
	padding-right:16px;
	float:right;
	background-repeaT:no-repeat;
	background-position:top right;
	padding-top:16px;
}
.alertbox .alert_right a {
	background-image:url('../images/cartalert_ok.gif');
	height:20px;
	width:41px;
	display:block;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	color:#666;
}
.alertbox .alert_right a:hover {
	background-position:bottom;
	color: #0c7f00;
}
.alertbox.orange {	
	background-image:url('../images/cartalert_backgr_orange.gif');
}
.alertbox.orange .alert_right {	
	background-image:url('../images/cartalert_right_orange.gif');
}
.alertbox.orange .alert_left {	
	background-image:url('../images/cartalert_left_orange.gif');
}
.alertbox.orange .alert_left strong {
	color: #ff830f;
}
.alertbox.orange .alert_right strong {
	color: #ff830f;
}
.alertbox.orange .alert_right a {
	background-image:url('../images/cartalert_ok_orange.gif');
}
.alertbox.orange .alert_right a:hover {
	color: #df2500;
}
.alertbox.red {	
	background-image:url('../images/cartalert_backgr_red.gif');
}
.alertbox.red .alert_right {	
	background-image:url('../images/cartalert_right_red.gif');
}
.alertbox.red .alert_left {	
	background-image:url('../images/cartalert_left_red.gif');
}
.alertbox.red .alert_left strong {
	color: #d00000;
}
.alertbox.red .alert_right a {
	background-image:url('../images/cartalert_ok_red.gif');
}
.alertbox.red .alert_right a:hover {
	color: #d00000;
}
/****FORMS*******/
td.paramname {
	font-weight:bold;
}
td.paramhelp {
	font-size:11px;
	color:#999;
}
input.forminput, textarea.forminput, select.forminput {
	border:1px solid #ccc;
	background-color:#f5f5f5;
	padding:4px;
	width:200px;
	margin-right:5px;
}
input.forminput:focus, textarea.forminput:focus {
	border:1px solid #ff6400;
	background-color:#fafafa;
}
textarea.forminput {
	height:	70px;
	overflow:	auto;
}
select.forminput {
	width:	210px;
}
input.formbtn {
	border:0px solid;
	width: 126px;
	height:27px;
	background-image:url('../images/formbtn.gif');
	font-weight:bold;
}
input.formbtn:hover {
	background-position:bottom;
	color:white;
	cursor:pointer;
}

/*****HELP*********/
#help_right {
	width:300px;
	float:right;
}
#help_right a {
	display:block;
	margin-left:15px;
	border-bottom:1px solid #ccc;
	height:21px;
	padding-top:6px;
	padding-left:10px;
	color:#666;
	margin-right:4px;
}
#help_right a:hover {
	background-color:#f8f8f8;
	color:#000;
}
#help_right a.onhelptopic, #help_right a.onhelptopic:hover {
	margin-left:0px;
	margin-right:0px;
	background-image:url('../images/help_ontopic.gif');
	border-bottom:0px;
	color:white;
	padding-left:25px;
	font-weight:bold;
}
#help_right h5 {
	margin:0px;
	padding:0px;
	display:block;
	margin-left:15px;
	border-bottom:1px solid #bbb;
	height:21px;
	padding-top:6px;
	padding-left:10px;
	color:#FF5E00;
	margin-right:4px;
	font-size:12px;
	text-transform:uppercase;
}
#help_left {
	float:left;
	width:620px;
}
.ottl {
	background-image:url('../images/thumblist_ttl.gif');
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
}
.ottl h1 {
	background-image:url('../images/thumblist_ttl_left.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding:5px;
	padding-left:10px;
	padding-bottom:2px;
	margin:0px;
	font-size:16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:white;
	position:relative;
}
.helpcontent {	
	background-image:url('../images/thumblist_backgr.gif');
	background-repeat:repeat-x;
	border-top:1px solid white;
	padding:10px;
}
.help-contact {
	padding:10px;
	background-color:#f6f6f6;
	bordeR:1px solid #e3e3e3;
}
.help-contact a, .help-contact a:hover {
	padding:5px 6px 5px 6px ;
	background-image:url('../images/help_contactbtn.gif');
	color:white;
	background-repeaT:no-repeat;
}
#help_left h2 {
	font-weight:normal;
	color:#666;
	margin:0px;;
	margin-bottom:10px;
}
#help_left p {
	margin:0px;;
	margin-bottom:10px;
	line-height:1.4;
}
#help_left p a {
	color:#FF5E00;
	border-bottom:1px solid #eee;
	padding:1px;
}
#help_left p a:hover {
	color:#000;
	border-bottom:1px solid #bbb;
}
#help_left li {
	line-height:1.4;
	margin-bottom:5px;
}
.help_img {
	padding:10px;
	background-color:#f6f6f6;
	bordeR:1px solid #e3e3e3;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.help_img img {
	width:280px;

}
.help_img span {
	display:block;
	margin-top:5px;
	font-size:10px;
	width:280px;
}

/**********************************/
#cats a{
	display:block;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #f8f8f8;
	color:#888;
	background-image:url("../images/cats_backgr.gif");
}
#cats a strong{
	color:#333;
	font-weight:normal;
}

#cats a:hover strong {
	color:#ff6000;
}
#cats a:hover {
	color:#444;
	border-bottom:1px solid #bbb;
	border-top:1px solid #fff;
	background-image:url("../images/cats_backgr_hvr.gif");
}

#cats a.mother strong {
}
#cats a.mother {
	background-image:url("../images/cats_backgr_hvr.gif");
	border-bottom:1px solid #a3a3a3;
	border-top:1px solid #fff;
}
#cats a.sub {
	padding:5px;
	padding-left:10px;
	font-size:11px;
	border-bottom:1px solid #a3a3a3;
	border-top:1px solid #dddddd;
	background-image:url("../images/cats_sub.gif");
	color:#444;
}
#cats a.sub:hover {
	color:#111;
	border-bottom:1px solid #a2a2a2;
	border-top:1px solid #eee;
	background-image:url("../images/cats_sub_hvr.gif");
}

#cats a#allcats{
	padding:3px;
	padding-left:5px;
	border-bottom:0px;
	background-image:none;
}
#cats a#allcats b{
	font-weight:normal;
	font-size:11px;

}
#cats a#allcats:hover{
	color:#ff6000;
}

/************/

.alert {
	background: #fff6bf url(bioneural/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: center;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	color:#804000;
}


/************* FLYBOX ***************/
.flybox_backgr {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px solid;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#000000;
	opacity:0;
	moz-opacity:0;
	filter:	alpha(opacity=0);
	z-index:999;
}

.box {
	margin:0px;
	border:1px solid #AAAAAA;
	background-color:#FFFFFF;
	padding:10px;
	position:fixed;
	z-index:1000;
}

.box_hdr {
	background-color:#0D83DD;
	padding:3px;
}

.box_hdr_left {
	float:left;
	color:#FFFFFF;
	font-size:14pt;
	padding:3px;
	font-family:Arial, Tahoma, Arial;
}

.box_hdr_right {
	float:right;
	padding-top: 6px;
	padding-right: 4px;
}

.box_hdr_right a {
	display:block;
	width:17px;
	height:17px;
	outline:none;
	background:url('http://www.affiliatesbox.com/images/btn_close.gif') no-repeat left top;
}

.box_hdr_right a:hover {
	background-position:left bottom;
}

.box_main {
	padding:10px;
}

#browse_cont {
	display:block;
	width: 610px;
	height: 510px;
	overflow:auto;
	overflow-x:hidden;
	border:1px solid #AAAAAA;
}

.browseitem {
	display:block;
	padding:10px;
	border-bottom:1px solid #CCC;
	text-decoration:none;
}

.browseitem small {
	display:block;
	color:#666000;
	font-size:8pt;
}

.browseitem u {
	display:block;
	color:#3671A1;
	font-size:8pt;
	text-align:right;
	padding-top: 10px;
	text-decoration:none;
}

.browseitem u b{
	color:#620002;
	font-size:12pt;
}

.browseitem:hover {
	background-color:#F7DF42;
	border-bottom:1px solid #CCC000;
}

.browseitem strong{
	color:#012F4E;
	font-size:10pt;
	font-weight:bold;
}

.browseitem:hover strong {
	color:#0D6BB3;
}

.browseitem_nohover {
	display:block;
	padding:10px;
	text-decoration:none;
}

.browseitem_nohover small {
	display:block;
	color:#666000;
	font-size:8pt;
}

.browseitem_nohover u {
	display:block;
	color:#3671A1;
	font-size:8pt;
	text-align:right;
	padding-top: 10px;
	text-decoration:none;
}

.browseitem_nohover u b{
	color:#620002;
	font-size:12pt;
}

.browseitem_nohover strong{
	color:#012F4E;
	font-size:10pt;
	font-weight:bold;
}

/************************************/