body  { 
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	}

p, td  {
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	}

.h1, .calc-h1 {
	font-size : 18px;
	font-weight : bold;
	}

.h2, .calc-h2 {
	font-size : small;
	font-weight : bold;
	}

.h3, .calc-h3 {
	font-size : 14px;
	font-weight : bold;
	}

a:hover {
	color: #0066FF;
	background-repeat: repeat;
}

.resultcells td {
	background: #EBEBEB;
	font-size: 11px;
}

.greencells td {
	background: #BEF7BE;
	font-size: 11px;
}

.tableborder {
	border: thin dashed #CCCCCC;
}

.problem {
	color: #A00;
	font-weight : bold;
	font-size: 14px;
}

.small {
	font-size : 10px;
	}

.smallcells td {
	font-size : 10px;
}



/* Styles for the admin area only: */

.nav { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.cellbg td {
	background: #EBEBEB;
}

.cellbgwhite td {
	background: #FFFFFF;
}

.PAGE_TITLE {
	color: #006;
	font-size : 22px;
	font-weight : bold;
	}

.MENU  { 
	font-size: 12px; 
	line-height: 130%; 
	}


.INFO  { 
	font-size: 14px; 
	}

.PAGE  { 
	font-size: 11px; 
	}

.fixed {
	font-size: 12px;
	font-family: Monaco, Courier, "Courier New";
	}
#comparison p {
	color: #FFFFFF;
}

