/* Standard tags */

a:link.none{text-decoration: none;}
a:visited.none{text-decoration: none;}
a:hover.none{text-decoration: none;}
a:active.none{text-decoration: none;}
@media print{
	.noprint{display:none;}
}
body { 
	background-image: url('images/yellowMarble.jpg');
	background-repeat: repeat;
	font-family: arial;
	font-size: 10pt;
}
img {border: 0;}
table {
	border-collapse: collapse;
	
}
table.border {
	border: outset 1pt black;
}
table.redBorder {
	border: outset 4pt red;
}
td {
	padding:0;
	text-align: center;
}
td.left {text-align: left;}
td.pad {padding: 0 20px;}
td.right {text-align: right;}
td.center {text-align: center;}

/* Home grown classes */

.b {font-weight: bold;}
.F {background-color:#ffe4ff;}
.black {
	color:#ffffff;
	background-color:#000000;
}
.large {font-size: 12pt;}
.M {background-color:#cfffff;}
.medium {font-size: 10pt;}
.name {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}
.nowrap {white-space: nowrap;}
.red {
	color:#ff0000;
	background-color:#000000;
}
.small {font-size: 8pt;}
.title {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	white-space: nowrap;
}
/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url('/bt.gif') no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url('/bt.gif') no-repeat bottom}
