/***************************************************
         CSS Style Sheet
***************************************************/


// This formats the table of input fields for the calculator
	.full-height {height: 100%;}
	td {font-family: VERDANA; font-size: 11px; color: #000000;}
	input {font-family: VERDANA; font-size: 11px; color: #000000;}

	#rmt_calc_form {
		border-collapse: collapse;
		padding: 0px;
		margin: 0px;
	}
	#rmt_calc_form_table {
		text-align: left;
		font-weight: normal;
		font-size:14px;
	}
	#rmt_calc_form_table td {
		padding: 0px 5px 3px 0px;
	}
	#rmt_calc_calculate_button {
		margin-top: 5px;
		font-size: 1.2em;
	}	
	#rmt_calc_calculate_button_td {
		text-align: center;
	}
 

 


.normal { line-height: 1.3em; font-size: 11pt; font-family: Arial, Helvetica, sans-serif; color: #000000;}


.footer a:link { 
	 color: #848484;;
	 font-size: 8pt; 
	 font-family:   Arial, Helvetica, sans-serif; 
	text-decoration: none;
	}
	.footer a:visited {
	 font-size: 8pt; 
	 font-family:  Arial, Helvetica, sans-serif; 
	color: #848484;
	text-decoration: none;
	}

	.footer a:hover {
	 font-size: 8pt; 
	 font-family:  Arial, Helvetica, sans-serif; 
	color: #848484;
	text-decoration: underline;
}


/* sidebar ----------------------------------------------*/
	
	 a:link {
	color: #9ba4d5;
	text-decoration: none;
	}
 a:visited {
	color: #800000;
	text-decoration: none;
	}

 a:hover {
	color: #9ba4d5;
	text-decoration: underline;
}

	
 .h1
 { 
 font-size: 16px;
 font-family:  Arial, Helvetica, sans-serif; 
			font-weight: bold;
 font-size: 1.595em;
		}


			.sidebar a:link
		{
				color: #6b634b;
				text-decoration: none;
				font-size: 11px;
			font-weight: bold;
			line-height: 19px;
			}
				.sidebar a:visited
		{
				color: #6b634b;
				font-size: 11px;
			font-weight: bold;
			line-height: 19px;
			 text-decoration: none;
				 		}
		
		
			.sidebar	a:hover	{
			 	color: #c5b893;
				text-decoration: underline;
				font-size: 11px;
			font-weight: bold;
			line-height: 19px;
			}
/* sidebar ----------------------------------------------*/


	.breadcrumbs		a:link {
		           color: #9ba4d5;
				text-decoration: none;
				font-size: 0.925em;

			}

			.breadcrumbs		a:visited	{
				color: #9ba4d5;
				text-decoration: none;
				font-size: 0.925em;

			}
			
			
			.breadcrumbs	a:hover	{
				text-decoration: underline;
				font-size: 0.925em;

			}

/* main -------------------------------------------------*/
 </STYLE>
 