body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	padding: 0;
	font-size: 10px;
}

a img {
	border: none;
}

h1 {
	font-size: 0px;
	color: #FFFFFF;
	margin: 0x 0;
}

h2 {
	color: #539951;
	font-size: 12px;
	margin: 14px 0;
}

h3 {
	color: #3D5375;
	font-size: 10px;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 14px 0;
}

td.content {
	padding: 0px 0px;
	padding-top: 0px;
	color: #333;
}

td.content div.right {
	padding: 0px 0px;
	padding-top: 5px;
	color: #333;
	text-align: right;
}

td.content a {
	color: #333;
}

td.content div.right a {
	color: #FFFFFF;
	text-decoration: none;
}

div.hr {
	background: url(../images/aux06.gif) left center repeat;
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
}


/* Headers for the three tables: input table, results table and schedule table. */
div.table-caption {
	text-align: left;
	color: white;
	background: #999;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
	margin-top: 15px;
}

/*HEADER BG for TOP TABLE*/
div.inputinfo {
	background: #1F3072;
}

/*HEADER BG for SECOND TABLE*/
div.analysis {
	background: #49AEE4;
}

div.schedule {
	background: #878787;
}


/* Input table */
/* BG TABLE CELLS CODE */
table.inputinfo {
	background: #E6E6E6;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px #EAEAEA solid;
}

/* Each td in input table */
table.inputinfo td {
	padding: 6px 12px;
	border-bottom: 1px white solid;
}

/* Each td with width of 25% */
table.inputinfo td.td25 {
/* Line below changed 23-feb-2005 */
	padding: 6px 12px;
	text-align: left;
	border-right: 1px #f2f2f2 solid;
	border-bottom: 1px white solid;
	width: 25%;
}


table.inputinfo td.lefttext {
	text-align: left;
}

table.inputinfo td.righttext {
	padding: 9px 0px;
	text-align: right;
}

/* Last td in the row. Must reflect right and bottom borders */
table.inputinfo td.last {
	text-align: left;
	border-bottom: 1px white solid;
	border-right: 1px #EAEAEA solid;
}

/* First td in the row. Must reflect left border */
table.inputinfo td.first {
	text-align: right;
	padding-top: 9px;
	padding-right: 0;
	border-left: 1px #EAEAEA solid;
	border-right: none;	
}

table.inputinfo td.td50 {
	width: 49%;
}

table.inputinfo td.chapter {
	text-align: left;
	background: #f2f2f2;
	padding-top: 7px;
	padding-right: 0;
	font-weight: bolder;

	border-left: 1px #EAEAEA solid;
	border-right: 1px #EAEAEA solid;
}

table.inputinfo td.chapter25 {
/* Line below changed 23-feb-2005 */
	text-align: left;
	background: #E6E6E6;
	padding-top: 7px;
	padding-right: 0;
	font-weight: bolder;
	width: 25%;
}

table.inputinfo td.chapter50 {
	text-align: center;
	background: #E6E6E6;
	padding-top: 7px;
	padding-right: 0;
	font-weight: bolder;
	width: 50%;
}


/* Text fields */
table.inputinfo td.td25 input.text {
	width: 50%;
}

table.inputinfo input.text {
	font-size: 10px;	
}

/* Radio-buttons */
table.inputinfo select {
	width: 40px;
	font-size: 10px;
}

/* Radio-button labels */
table.inputinfo span.radio input {
	position: relative;
	top: 3px;
	width: 12px;
}

table.inputinfo span.radio input.second {
	margin-left: 8px;
}

/* Submit button cell */
table.inputinfo td.button {
	border-left: 1px #EAEAEA solid;
	border-right: 1px #EAEAEA solid;
	border-bottom: none;
	text-align: center;
}

/* Submit button style */
table.inputinfo td.button input {
	width: 150px;
	font-size: 11px;
}


/* Analyss result table */
table.analysis {
	background: #E6E6E6;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px #EAEAEA solid;
}

/* Total row. Must diffs from the regular row. */
table.analysis tr.total {
	font-weight: bold;
}

/* Results cell */
table.analysis td {
	padding: 8px 10px;
	border-bottom: 1px white solid;
	width: 50%;
	border-right: 1px white solid;
}

table.analysis td.centertext 
{
	text-align:center;
}

/* Result cell with 25% width */
table.analysis td.td25 {
	padding: 8px 10px;
	border-bottom: 1px white solid;
	width: 25%;
	text-align: center;
	border-right: 1px white solid;
}

/* Last cell in the result row. Must reflect the right border. */
table.analysis td.last {
	padding: 8px 10px;
	border-bottom: 1px white solid;
	border-right: 1px #EAEAEA solid;
}

/* Last row in the result table. Must not display bottom border, since it is 
   already defined in the table's class. */
table.analysis tr.last td {
	border-bottom: none;
}

/* First cell in the results table. Must reflect left border. */
table.analysis td.first {
	border-right: 1px white solid;
	border-left: 1px #EAEAEA solid;
}


/* Schedule table */
table.schedule {
	width: 100%;
	color: #333;
	font-size: 10px;
}

/* Header of the schedule table */
table.schedule th {
	text-align: right;
	background: #BABABA;
	border-left: 1px white solid;
	padding: 2px 5px 3px 8px;
}


table.schedule th.first {
	border-left: none;
}

/* Cell of te schedule table */
table.schedule td {
	background: #F2F2F2;
	border-bottom: 1px white solid;
	border-left: 1px white solid; 
	text-align: right;
	padding: 2px 5px 3px 8px;
	font-size: 10px;	
}

table.schedule tr.last td {
	border-bottom: 1px #EAEAEA solid;	
}

table.schedule td.first {
	border-left: 1px #EAEAEA solid;
	text-align: right;
}

table.schedule td.last {
	border-right: 1px #EAEAEA solid;	
}

/* Subtotal cells. Must differs from the regular cells. 
table.schedule td.subtotal {
	text-align: right;
	font-weight: bolder;
	vertical-align: bottom;
}*/

/* Total cells. Must differs from the regular cells. */
table.schedule tr.total {
	text-align: right;
	font-weight: bolder;
}

/* Subtotal rows. Must differs from the regular cells. */
table.schedule tr.subtotal {
	padding: 22px 25px 23px 28px;
	text-align: right;
	font-weight: bolder;
	vertical-align: bottom;
}
