

body {
  font-family: arial, helvetica, Trebuchet MS, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
}

div#content {
   font:100% Arial, Helvetica, Sans-Serif;
	color:#333;
	line-height:140%;
}

div#header {
    font-size: 36px;
    color: white;
}

table.elegant {
	border-collapse: collapse;
}

table.elegant tr.odd {
	background-color: rgb(218, 245, 245);
	font-style: italic;
	font-weight: bold;
}

table.elegant tr.even {
	background-color: rgb(255, 255, 255);
}

table.elegant tr td {
	padding: 3px 5px;
	border: 1px solid rgb(100,100,100);
}

table.elegant tr th {
	padding: 5px 5px;
	text-align: center;
	border: 1px solid rgb(100,100,100);
	background-color: rgb(142,211,255);
	font-size: 120%;
}

table.ideal {
   background-color: white;
   margin-left: 10px;
}

table.ideal td {
   padding: 1px 5px;
   vertical-align: top;
}

table.ideal td.hdr {
   padding-right: 10px;
   text-align: right;
}

.button {
	font-size: 110%;
	font-weight: bold;
}