body {
     font-family: Arial, Helvetica, sans-serif;
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     font-size: 12px;
}
a:link {
	color: #000066;
	font-weight: bold;
}
A:visited	{ color: #617891;  text-decoration: none;  font-weight: bold;  } 
A:active	{ color: #617891;  text-decoration: none; } 
A:hover	{ color: #2A6BB3;  text-decoration: none; }

td.border {
     border-top-color: #773333;
     border-top-style: dotted;
     border-top-width: 2px;
}
td.border2 {
     border-left-color: #ccc;
     border-left-style: dotted;
     border-left-width: 1px;
}
.style2 {
	font-size: 18px;
	color: #773333;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {
     font-size: 11px
}
.style5 {font-size: 18px}




p.header {
     font-size: 14px;
     font-weight: bold;
     color: #600;
}
.padding {
     padding-left: 10px;
     padding-right: 10px;
}
.box {
     border-bottom-style: solid;
     border-bottom-width: 1px;
     border-left-style: solid;
     border-left-width: 1px;
     border-right-style: solid;
     border-right-width: 1px;
     border-top-style: solid;
     border-top-width: 1px;
     border-bottom-color: #600;
     border-left-color: #600;
     border-right-color: #600;
     border-top-color: #600;
}