
/*
 * Cascading Style Sheet for Borsanaliz.com
 *  borsanaliz@borsanaliz.com> 
 */

/* Table Borders
 * see http://www.borsanaliz.com/ 
 */
table.page { }
td.page-top { height: 20px;  background-image: url(borders/page/top.gif)}
td.page-topRight { width: 28px; height: 20px; background-image: url(borders/page/topRight.gif)}			 
td.page-right { width: 28px; background-image: url(borders/page/right.gif)}
td.page-bottomRight { width: 28px; height: 24px; background-image: url(borders/page/bottomRight.gif)}	
td.page-bottom { height: 24px; background-image: url(borders/page/bottom.gif)}
td.page-bottomLeft { width: 28px; height: 24px; background-image: url(borders/page/bottomLeft.gif)}	
td.page-left { width: 28px; background-image: url(borders/page/left.gif)}
td.page-topLeft { width: 28px; height: 20px; background-image: url(borders/page/topLeft.gif)}			 
td.page-center { background-color: white  }

td.page-topRightRound { width: 28px; height: 20px; background-image: url(borders/page/topRightRound.gif)}
td.page-topLeftRound { width: 28px; height: 20px; background-image: url(borders/page/topLeftRound.gif)}

table.round { }
td.round-top { height: 16px;  background-image: url(borders/round/top.gif)}
td.round-topRight { width: 16px; height: 16px; background-image: url(borders/round/topRight.gif)}
td.round-right { width: 16px; background-image: url(borders/round/right.gif)}
td.round-bottomRight { width: 16px; height: 16px; background-image: url(borders/round/bottomRight.gif)}	
td.round-bottom { height: 16px; background-image: url(borders/round/bottom.gif)}
td.round-bottomLeft { width: 16px; height: 16px; background-image: url(borders/round/bottomLeft.gif)}	
td.round-left { width: 16px; background-image: url(borders/round/left.gif)}
td.round-topLeft { width: 16px; height: 16px; background-image: url(borders/round/topLeft.gif)}			 
td.round-center { background-color: white  }

table.shadow { }
td.shadow-top { height: 16px;  background-image: url(borders/shadow/top.gif)}
td.shadow-topRight { width: 16px; height: 16px; background-image: url(borders/shadow/topRight.gif)}
td.shadow-right { width: 16px; background-image: url(borders/shadow/right.gif)}
td.shadow-bottomRight { width: 16px; height: 16px; background-image: url(borders/shadow/bottomRight.gif)}	
td.shadow-bottom { height: 16px; background-image: url(borders/shadow/bottom.gif)}
td.shadow-bottomLeft { width: 16px; height: 16px; background-image: url(borders/shadow/bottomLeft.gif)}	
td.shadow-left { width: 16px; background-image: url(borders/shadow/left.gif)}
td.shadow-topLeft { width: 16px; height: 16px; background-image: url(borders/shadow/topLeft.gif)}
td.shadow-center { background-color: white  }

A:link {color: #003366} A:visited {color: darkblue}
A:active {color: darkblue} A:hover {color: blue}

body {
scrollbar-arrow-color: #EEECDB;
scrollbar-base-color: #032338;
scrollbar-dark-shadow-color: #EEECDB;
scrollbar-track-color: #EEECDB;
background: #032338;
/*background-image: url(bkgd.gif);*/
}

.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
.style2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;

}
.style3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #EEECDB;

}

.style4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
}

.style5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.style6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;

}

.style7 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;

}

.new {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
}


/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss_items {
       list-style: disc;
       margin: 0;
       padding:0;
}

.rss_item  {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12px;
       color: #000000;
       margin-bottom: 1em;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	}
.rss_item a:hover { 
	}

.rss_date {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
padding:10px;

	}
