body {
	background: #008CEA;
	background-color: #FFFFFF;
}
.tablehead {font-size: 12pt;
background-color: #eeeeee;
font-weight: bold;
}
.rowodd { background-color: #dddddd;
}
.roweven { background-color: #ffdddd;
}
.bold {
	color: #D5A500;
	font-weight: bold;
}
.title { font-size: 12pt;
       background-color: #ffeeee;
       font-weight: bold;
}
.sub_title { font-size: 12pt;
	   background-color: #0000FF;
	   left-margin: 10pt;
	   font-weight: bold;
}
.field { font-weight: bold;
}
.bigtext {font-size: 18px}

a:link {
color: #FF3300;
text-decoration: underline;
}					
a:visited {
color: #CC3300;
text-decoration: underline;
}
a:active {
color: #CC3300;
text-decoration: underline;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}

a.head:link {
color: #FF3300;
text-decoration: underline;
}					
a.head:visited {
color: #CC3300;
text-decoration: underline;
}
a.head:active {
color: #CC3300;
text-decoration: underline;
}
a.head:hover {
color: #FF3300;
text-decoration: underline;
}

