.text-normal { color: #0a0a56; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.text-small { color: #0a0a56; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
.text-large { color: #0a0a56; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; text-decoration: underline; }
a:link { color: #000099; text-decoration: none; }
a:visited { color: #205194; text-decoration: none; }
a:hover { color: #0a0a56; background-color: #8080ff; text-decoration: none; }
a:active { color: #205194; text-decoration: none; }
body,td,th { color: #0a0a56; }
hr { color: #29244A; background-color: #29244A; }

/* Used by http://www.blogburst.com/Public/Overview/Welcome.aspx */

/* global layout */
body {
  background-color:#41418f;
  background-image:url("images/body_bkgd.png");
  margin-top:10;
  padding:0;
  color:#000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /*text-align: center;*/
}

textarea 
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 88%;
}

/*
div#main table { font-size: 10pt;}
div#build table { font-size: 9pt;}
*/
div#container {
  background:#FFFFFF;
  margin:0 auto;
  margin-top:10;
  padding:0;
  width: 600px;
  text-align: left;
  /* filter:shadow(color:#29244A, strength:5, direction:135);*/
  border-top: 4px solid #ababff;
  border-left: 4px solid #ababff;
  border-bottom: 4px solid #0a0a56;
  border-right: 4px solid #0a0a56;
}

div#main {
  margin:0;
  padding:0px 25px 0px 25px;
  /*
  border-bottom: 2px solid #99cc00;
  line-height: 130%;
  */
}

div#header {
  /*background-image:url("../images/header_bkgd.gif");*/
  height: 215px;
  /*border-bottom:6px solid #cccccc;*/
}

#welcome { text-align:right; padding-top: 9px; font-size: 90%; clear:both;  }
#footer { display: block; text-align: center; color: #CCCCCC; font-size: 90%; padding: 12px 4px; }
/*#footer a, #footer a:visited, #footer a:hover { color: white; }*/

/* global styles */
table { border-collapse: collapse; }
/*
#main a, #main a:visited { color: #205194; }
#main a:hover, #main a:active { color: #FFCC00; }
#main ul { line-height: 140%; }
*/
a img { border: none; }
.center { text-align: center; }
.right { text-align: right; }
.float-right { float: right; }
.float-left { float: left; }
.clear { clear: both; } 
.center table {
	 margin-left: auto; margin-right: auto;
}
h1 { font-size: 172%; margin: 0 20px 0 0; padding: 0; clear:both; /*line-height: 120%;*/ }
h1.inline { display: inline; }
h2 { font-size: 140%; margin: 1em 0 .5em;}
h3 { font-size: 115%; margin: 1.5em 0 .5em; }
/*p { line-height: 140%; margin:.5em 0 1em;}*/
.notice { background-color: #ffc; color: #000; border: 1px solid #FFDA2F; }
.error { background-color: #ffc; color: #c00; border: 1px solid #FFDA2F; font-weight: bold; }
.formoops_on { display: inline;  color: #c00; margin-left: 6px; }
.formoops_off { display: inline; visibility: hidden; }