// zero out
html, body
{
	margin: 0;
	padding: 0;
	border: 0;
}

form, p, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	padding: 0;
	border-spacing: 0;
}

table.header a
{
	font-weight: bold;
}

//

body
{
	//color: lime;
	//background-color: red;
}

.footer
{
	font-family: arial;
	font-size: 8pt;
	color: #A39D8C;
	text-align: right;
}

//

.blogbreak hr
{
	display:none;
}

.blogbreak
{
	//border-bottom:1px dashed red;
	border-bottom:1px solid #9AA38C;
	height:1px;
	margin-bottom: 2px;
}

.site
{
	font-family: bookman;
	font-size: 18pt;
	color: #2d2d2d;
}

td
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: black;
}

th
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	letter-spacing: .01em;
	color: #333399;
}

h2
{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	padding-bottom: .5em;
	letter-spacing: .03em;
}

h2.index
{
	font-size: 16pt;
}

p
{
	font-family: "Bookman Old Style", "Verdana", sans-serif;
	padding-bottom: 1em;
	line-height: 1.25em;
}

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

a.button {
	background: transparent url('images/buttons/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 14px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
	background: transparent url('images/buttons/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

table.form
{
	border: 1px;
	border-color: #cccccc;
	border-style: dotted;
}

table.form td
{
	padding: 4px;
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	background-color: #f6f6f6;
	font-weight: normal;
	border-bottom: 1px dotted #dddddd;
	padding-right: 10px;
}

table.form th
{
	color: #114683;
	vertical-align: top;
	font-weight: bold;
	padding: 4px;
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	background-color: #f6f6f6;
	text-align: left;
	padding-right: 10px;
	border-bottom: 1px dotted #dddddd;
}

table.form th.center
{
	text-align: center;
}

table.form .submit
{
	text-align: right;
}

table.form input
{
	background-color: #F5FAFF;
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	border: 1px solid #cccccc;
}

table.form input[type="submit"]
{
	color: #114683;
	font-weight: bold;
	border: 2px solid black;
	background-color: #dddddd;
}

table.form textarea
{
	background-color: #F5FAFF;
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	border: 1px solid #cccccc;
}

table.form tr.headerRow th
{
	font-family: "Bookman Old Style", "Verdana", sans-serif;
	background-color: #dddddd;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

.formsection
{
	font-weight: bold;
	color: #333399;
	background-color: #dddddd;
}

.small
{
	font-size: 8pt;
}

.roundedcornr_box_897547 {
   background: #ffffff url(images/rounded/roundedcornr_897547_grad.gif) no-repeat;
}
.roundedcornr_top_897547 div {
   background: url(images/rounded/roundedcornr_897547_tl.gif) no-repeat top left;
}
.roundedcornr_top_897547 {
   background: transparent url(images/rounded/roundedcornr_897547_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_897547 div {
   background: url(images/rounded/roundedcornr_897547_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_897547 {
   background: transparent url(images/rounded/roundedcornr_897547_br.gif) no-repeat bottom right;
}

.roundedcornr_top_897547 div, .roundedcornr_top_897547,
.roundedcornr_bottom_897547 div, .roundedcornr_bottom_897547 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_897547 { margin: 0 20px; }

.box { 
  background: #EBEBE4; 
}
.boxtop { 
  background: url(images/rounded2/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 20px; 
  background: url(images/rounded2/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/rounded2/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 20px; 
  background: url(images/rounded2/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 20px 0px 20px;
}
