@charset "utf-8";
/* CSS Document */

body{
font-family: Calibri,"Lucida Grande","Lucida Sans Unicode",Geneva,Trebuchet,sans-serif;
font-size: 75%;
line-height: 1.8333em;
color: #6e6e6e;
}

p, ul, input, textarea{
font-size: 1.0833em; /* 13px */
line-height: 1.6923em;  /* 22px */
}

p, ul{ margin-bottom: 1.6923em; } /* 22px */

p.hdate{
margin: -1.6923em 0 0;
color: 7f7f7f;
text-align: right;
}

p.bdate{
margin: -1.6923em 0 1.6923em;
color: 7f7f7f;
font-size: 1em;
background: url(/img/line.png) bottom repeat-x;
}

h2{
font-size: 1.8333em;
margin: 0 0 1em;
letter-spacing: .1em;
background: #efefef;
}

h2 a{ text-decoration: none; }

h3{
font-size: 1.5em;
margin-bottom: 1.2222em;
background: transparent url(/img/line.png) bottom left repeat-x;
}

h4{
font-size: 1.1667em;
line-height: 1.5714em;
}

h5{
font-weight: bold;
}

#sideCol h4{ background: url(/img/line.png) bottom repeat-x; }
#sideCol h4 a{ text-decoration: none; }

h2, h3, h4{ font-weight: bold; color: #f78f1e; }

a{ color: #f9ae5d;}
a:hover{ color: #f7601e; }
a:visited{ color: #f9ae5d; }

ins{
text-decoration: none;
font-style: italic;
}



