body {  font-family: Arial, Helvetica, sans-serif}
body {  }
font {  font-family: Arial, Helvetica, sans-serif}
p {  color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #25716f; text-align: center}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #25716f; text-align: center }
td {
  font-size : 70%;}
  
#normal_text{
 font: bold 70% Arial,sans-serif;
 color: #cc0000;
}
#bold_text{
 font: bold 70% Arial,sans-serif;
 color: #cccccc;
}

img.rob_image{height: 80px;}

table.rob_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: rgb(255, 255, 240);
}
table.rob_table th {
	border-width: 1px 1px 1px 1px;
	padding: 6px 1px 6px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(0, 64, 128);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.rob_table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: 0px 0px 0px 0px;
}

p.rob_hp {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 80%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	color: white;
}

p.rob_p {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 60%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	color: black;
}