body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #848484;
	vertical-align: top;	
	line-height:16px;
}

h1{

	line-height:21px;
}



img{border:0;}

/*
a {
	font-family:tahoma;
	font-size: 12px;	
	color: #848484;		
}
a:visited {
	color: #848484;
}
a:hover {
	color: #848484;
}
a:active {
	color: #848484;	
	
}



a {
	font-family:tahoma;
	font-size: 12px;	
	color: blue;		
}
a:visited {
	color: blue;
}
a:hover {
	color: blue;
}
a:active {
	color: blue;	
	
}


*/

/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {

	 width: 200px;

	 background-color: #ffffff;

}



.rss_title, rss_title a {

	margin: 0px 0;

	padding: 0;

}



.rss_items {

       list-style:none;

       margin:0;

       padding:0;

}



.rss_item  {

  font-size: x-small;

  margin-bottom: 1em;;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {



	}



.rss_item a:hover { 



	}

	

.rss_date {

	font-size: xx-small;

	}


/* properties for headers */
        .hdr, h1 {
            color: #707070;
            font-size: 140%;
            font-weight: bold;
            text-align: center;
        }
        /* vedit - vertical table (signup, profile edit) */
        .vedit {
            background-color: #F0F0F0;
        }
        /* vedit - usual column (right) */
        .vedit td {
            padding: 10px;
            padding-left:  15px;
            background-color: #E0E0E0;
        }
        /* vedit - header column (left) */
        .vedit th {
            padding: 10px;
            padding-right: 15px;
            text-align: right;
            background-color: #C0B9C0;
            font-weight: normal;
        }
        /* hedit - horizontal table (payments list) */
        .hedit {
            background-color: #F0F0F0;
        }
        /* hedit - usual column */
        .hedit td {
            padding: 5px;
            background-color: #E0E0E0;
            font-family: "Verdana";
            font-size: 8pt;
        }
        /* hedit - header column */
        .hedit th {
            padding: 5px;
            background-color: #C0B9C0;
        }


