@import url(public.css);
@import url(calculator.css);

/* Define defaults for old browsers */
/*div,*/ p, th, td, li, dd {
	font-family: Arial, Helvetica, sans-serif;
	color:       #000000;
	font-size:   11px;
}

h1 {
  font-size:   122%;
  font-weight: bold;
}

h2 {
  font-size:   110%;
  font-weight: bold;
}

.error {
  color:#CC0000;
}

p.error {
  font-weight:bold;
}

.MediaLettersOn
{
	width: 16px;
	height: 17px;
	float: left;
	border: 1px solid white;

}

.MediaLettersOff
{
	width: 16px;
	height: 17px;
	background: lightgrey;
	float: left;
	border: 1px solid white;
	text-align: center;

}
