/*-------------------------*/
/*        Pictures         */
/*-------------------------*/

img {
  border-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*-------------------------*/
/*          Forms          */
/*-------------------------*/

input {
   font-family: verdana, arial, sans-serif;;
}

textarea {
   font-family: verdana, arial, sans-serif;;
   overflow: auto;
}

select {
   font-family: verdana, arial, sans-serif;;
}

/*-------------------------*/
/*          Fonts          */
/*-------------------------*/

h1 {
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  font-weight: lighter;
  text-align:right;
  color:#FFFFFF;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
}

b {
  font-size: 13px;
}

td {
  color:#1F497D;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
}

p {
  margin-left: 24px;
  margin-right: 24px;
}

p.list {
  margin-left: 48px;
}

p.zero {
  margin-left: 0px;
}

p.mini {
  margin-left: 0px;
   font-family: verdana, arial, sans-serif;;
  font-size: 9px;
  text-decoration:none;
}

/*-------------------------*/
/*          Links          */
/*-------------------------*/

a.mini {
  color:#1F497D;
   font-family: verdana, arial, sans-serif;;
  font-size: 10px;
  text-decoration:none;
}

a.mini:hover {
  color:#1F497D;
   font-family: verdana, arial, sans-serif;;
  font-size: 10px;
  text-decoration:underline;
}

a.link {
  font-size: 12px;
  color:#1F497D;
  font-weight: bold;
  text-decoration:none;
}

a.link:hover {
  font-size: 12px;
  color:#1F497D;
  font-weight: bold;
  text-decoration:underline;
}

/*-------------------------*/
/*          Menu           */
/*-------------------------*/

a.menu {
  width: 150px;
  height: 20px;
  color:#FFFFFF;
  background-color:#244b8c;
/*  background-color: transparent;*/
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-align:center;
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: solid;
  display: block;
}

a.menu:hover {
  height: 30px;
  background-color:#3c6f9e;
}

a.menu_current {
  width: 150px;
  height: 30px;
  color:#FFFFFF;
  background-color:#244b8c;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-align:center;
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: solid;
  display: block;
}

a.menu_current:hover {
  height: 30px;
  background-color:#3c6f9e;
}

/*-------------------------*/
/*   Nifty cornered title  */
/*-------------------------*/

/* left sidebar */
.nifty-title-left
{
  background: url("edroweb_gfx/nifty_title_left.gif") top left no-repeat;
  background-color:transparent;
  width: 100%;
  display: block;
}

/* right sidebar */
.nifty-title-right
{
  background: url("edroweb_gfx/nifty_title_right.gif") top right no-repeat;
  background-color:transparent;
  height: 32px;
  width: 100%;
  display: block;
}

/* box with background. change the width here or in attributes*/
.nifty-title-box
{
  width:880px;
  margin-bottom:15px;
  margin-top:15px;
  background-color:rgb(234, 234, 234);
  display:block;
}

/* content string*/
.nifty-title-content
{
  margin-bottom:0px;
  line-height: 32px;
  font-weight: bold;
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-variant: small-caps;
  height: 32px;
  display: block;
}

