body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#5A0F27;
	font-size: 10pt;
}
.smbox { 
	max-width:150px;
	padding:5px;
	display: inline-block;
	border-style: solid;
	border-width: 2px;
	border-color:#990000;
	border-radius: 5px;
	background-color: #FCF3C9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.style1 {
	color: #990000;
	font-weight: bold;
	font-size:12pt;
}
.content {
  /* fallback */
  background-color: #f3e5bf;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3e5bf), to(#9c9a8d));
  background: -webkit-linear-gradient(top, #f3e5bf, #9c9a8d);
  background: -moz-linear-gradient(top, #f3e5bf, #9c9a8d);
  background: -ms-linear-gradient(top, #f3e5bf, #9c9a8d);
  background: -o-linear-gradient(top, #f3e5bf, #9c9a8d);
  display: inline-block;
  padding:5px;
  border-style:outset;
  margin:10px;
  vertical-align: top;
}
.style2 {color: #355A92}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style3 {font-size: 12pt}
