body, p, th, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
 
}
h1 {
  color: #6699cc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 28pt;
  font-weight: bold;
  font-style:italic;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4);
             
            
}
h2 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
}
p {
  color: #660000;
}
.status_message{
  background: #ffffaa;
  border-style: solid;
  border-width: thin;
  font-weight: bold;
  padding: 4pt;
}
div.navigation {
float: left;
margin-left:0px;
text-align: left;
width: 140px;
color: #ffffff;
background-color: #fff;
padding: 0px;
}
div.content {
float: left;
margin-left:0px;
height: 100%;
color: #ffffff;
background-color: #fff;
padding: 0px;
}
th {
  background: #dee7ec;
  text-align: left;
}
.m_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
        padding:2px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	height:19px;
	line-height:19px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.m_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.m_button:active {
	position:relative;
	top:1px;
}