BODY {
   background-color: white;
   margin: 0px;
   padding: 0px;
   margin-top: 0px;
   font: normal 12px  Arial, sans-serif;
   color: #595858;
   text-decoration:none;
   text-align: justify;
}

h2 {font: bold 16px  Arial, sans-serif; color: #003366; text-decoration:none;}

a {font: bold 12px  Arial, sans-serif; color: #003399; text-decoration:none}
a:hover {font: bold 12px  Arial, sans-serif; color: #008800; text-decoration:underline}

#text {font: normal 12px  Arial, sans-serif; color: #595858; text-decoration:none; text-align: justify}
#text h1 {font: bold 18px  Arial, sans-serif; color: #003366; text-decoration:none; text-align: center}
#text a {font: bold 12px  Arial, sans-serif; color: #003399}
#text a:hover {font: bold 12px  Arial, sans-serif; color: #008800}
.title {font: bold 16px  Arial, sans-serif; color: #003366; text-decoration:none; text-align: left}

#small {font: normal 10px  Arial, sans-serif; color: #595858; text-decoration:none; text-align: justify}
#small b {font: bold 12px  Arial, sans-serif; color: #003366; text-decoration:none; text-align: justify}
#small a {font: bold 10px  Arial, sans-serif; color: #595858; text-decoration:none; text-align: justify}
#small a:hover {font: bold 10px  Arial, sans-serif; color: #595858; text-decoration:underline; text-align: justify}

b.blue {font: bold 12px Arial, sans-serif; color: #003366; text-decoration:none; text-align: justify}

#infoline {font: normal 10px  Arial, sans-serif; color: #595858; text-decoration:none; text-align: justify}
#infoline td {font: normal 10px  Arial, sans-serif; color: #595858; text-decoration:none; text-align: justify}
#infoline tr {background-color: #d4e0f7}
#infoline a {font: bold 10px  Arial, sans-serif; color: #595858; text-decoration:underline}
#infoline a:hover {color: #008800; text-decoration:underline}

#themeline {font: normal 12px Arial, sans-serif; color: #595858; text-decoration:none; text-align: justify}
#themeline a {font: bold 12px Arial, sans-serif; color: #595858; text-decoration:underline}
#themeline a:hover {color: #008800; text-decoration:underline}

tr.line-grey {background-color: #d4e0f7; font: normal 12px  Arial, sans-serif; color: #003366}

td.line-dark {background-color: #b3cedc}

a.play {
	background: url('/images/btn-play-off.gif') left no-repeat;
	padding-left: 25px;
	height: 17px;
}
a.play:hover {
	background: url('/images/btn-play-on.gif') left no-repeat;
	padding-left: 25px;
	height: 17px;
}
