/* CSS Document */

.red {
	color: #FF0000;
	font-weight: bold;
}
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input, select {
font-family:verdana,helvetica,arial,sans-serif;
font-size:12px;
}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}

table {
	color: #000000;
	border-collapse:collapse;
}
th {
	background-color:#E5EECC;
	border:1px solid #C3C3C3;
	padding:3px;
	font-weight:bold;
}
td {
	border:1px solid #C3C3C3;
	padding:3px;
}
a{
	color:#829E34;
	font-weight:bold;
}
.inputtext{
	background-color: #ffff99;
}
.total{
color:#000000;
font-weight:bold;
}