body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:20px;
	text-align:left;			
	background-color:#FFFFFF;
	
}

input{
	font-size:xx-large;
	font-weight:bold;
}

table {
	font-weight:bold;

}

table th,table td {
	/*
	border:solid #999;
	border-width:0 1px 1px 0;
	padding:2px;*/
	border-style:none;
	border-width:0px;
}

.col1{
	width:450px;
	background-color:#FFFF99;
	text-align:right;
	font-size:16px;
}

.col2{
	background-color:#CCFFFF;
	text-align:left;
	font-size:xx-large;
	font-weight:bold;
}

.col2withoutInput{
	text-align:left;
	font-size:xx-large;
	font-weight:bold;
}

.col3{
	border-style:none;
	border-width:0;
	
}

.noborderInput{
	background-color:transparent;
	border-width:0px;
	border-style:none;
	
	
}

.largeTitle{
	color:#FF0000;
	font-size:24px;
}

.boldTitle{
	font-weight:bold;
	}
	
.moneyFont{
	font-size:xx-large;
	font-weight:bold;
}
	
/*  id selector */
#main{

}

#attach0{
	float:left;
	clear:right;
}

#attach0 table{
	border-style:none;
	border-width:0 0 0 0;
	
	color:#000000;
	font-size:22px;
}

#attach0 tr{
	height:50px;
}

#attach0 td{
	border-style:none;
	border-width:0 0 0 0;
}


#caculator1{
	float:left;
}

#attach1{
	float:left;
	clear:right;
}

#attach1 table{
	border-style:none;
	border-width:0 0 0 0;
	
	color:#FF0000;
	font-size:22px;
}

#attach1 tr{
	height:50px;
}
#attach1 td{
	border-style:none;
	border-width:0 0 0 0;
}

#caculator2{
	float:left;
}

#attach2{
	float:left;
	clear:right;
}

#attach2 table{
	border-style:none;
	border-width:0 0 0 0;
	
	color:#FF0000;
	font-size:22px;
}
#attach2 tr{
	height:50px;
}
#attach2 td{
	border-style:none;
	border-width:0 0 0 0;
}
