html, body, p, th, td, li, dd, dt {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.BasicText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.HighlightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #3C3C82;
}
.Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	cursor: hand;
	filter: FlipH;
	font-weight: bold;
}
.LargeLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #3C3C82;
	text-decoration: underline;
}
.SmallLink {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #3C3C82;
	text-decoration: underline;
}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3C82;
	font-weight: lighter;
}
a:link {
	color: #3C3C82;
	text-decoration: underline;
}
a:visited {
	color: 3C3C82;
	text-decoration: underline;
}
a:hover {
	color: green;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:link.button {
	color: #f0f0f0;
	text-decoration: none;
}
a:visited.button {
	color: f0f0f0;
	text-decoration: none;
}
a:hover.button {
	color: yellow;
	text-decoration: underline;
}
DIV.box {
   color: black;
   background-color: #f0f0fb;
   border-color: #3C3C82;
   font-family: verdana, tahoma, sans-serif;
   margin-left: 0px; margin-right: 8px; margin-top: 0px; margin-bottom: 4px; padding: 10pt;
   text-align: center; 
   border: 1.5pt;
   border-left-style: outset;
   border-right-style: outset;
   border-bottom-style: outset;
}
DIV.box2 {
   color: black;
   background-color: #3C3C82;
   border-color: #3C3C82;
   font-family: verdana, tahoma, sans-serif;
   margin-left: 0px; margin-right: 8px; margin-top: 10px; margin-bottom: 0px; padding: 4pt;
   text-align: center; 
   border: 1.5pt;
   border-left-style: outset;
   border-right-style: outset;
   border-top-style: outset;
}
DIV.boxright {
   color: black;
   background-color: #f0f0fb;
   border-color: #3C3C82;
   font-family: verdana, tahoma, sans-serif;
   margin-left: 8px; margin-right: 0px; margin-top: 10px; margin-bottom: 10px; padding: 4pt;
   text-align: center; 
   border: 1.5pt;
   border-style: outset;
}
