
body {
    font-family: "verdana";
    font-size: 12px;
    min-width: 900px;
}

.incometaxtitle {
    font-family: "verdana";
    font-size: 28px;
}

p {
    font-family: "verdana";
    font-size: 12px;
}

small {
    font-family: "verdana";
    font-size: 11px;
}

big {
    font-family: "verdana";
    font-size: 14px;
}

.faded {
    color: #444466;
}

#outputTable td {
	padding-bottom:4px;	
}

.gradient {
    padding: 0px;
    background: url(gradient.jpg) repeat-x;
    color: #fc2;
    vertical-align: top;
}

.donationbanner {
    height: 70px;
    padding: 0px;
    background-color: #234c8a;
}

.outputbox {
    vertical-align: bottom;
    text-align: right;
    font-family: consolas,monaco,monospace;
    width: 90%;
    height: 110%;
    font-size: 14px;
}

.donate {
    font-size: 10px;
}

.beta {
    font-size: 36px;
    color: #FF0000
}

.scenarios {
    font-size: 14px;
}

.instructions {
    font-size: 15px;
}

.compare {
    font-size: 14px;
    color: #234C8A;
	width:350px;
	text-align:justify;
	position:relative;
}

a:link {
    color: #234C8A;
}

a:visited {
    color: #000000;
}

.bubble {
	background-image:url(bubble.gif);
	width:140px;
	height:30px;
	text-align:center;
	
}

.VisibleColumn {
	display:visible;
}

.InvisibleColumn {
	display:none;
}

.tabbackground {
				padding: 0px;
				background: url(tabbackground.jpg) 0% 0% repeat-x;
				position:relative;
				height:29px;
				top:-20px;
			}
			
.tab {
	height:29px;
	display:inline;
	position:relative;
	left:-135px;
}
