@charset "utf-8";

html
{
  height: 100%;
}

body
{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  background-color: #889DCC;
  background-image: url(../images/body_bg.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
}

.bodytext {
   font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
   text-align: justify;
}

img
{
  border: 0;
}

#img_logo
{
  width: 240px;
  height: 123px;
}


.blue_box {
padding:10px;
background:#8294c2;
}

.blue_box p {
color:#fff!important;
}

.green_box {
padding:10px;
background:#76be03;
}

.green_box p {
color:#fff!important;
}


.green_box p a {
color:#fff!important;
   font-size: 12px!important;
}

.green_box h5 {
color:#fff!important;
}

.green_box img {
border:1px solid #fff!important;
}

.blue_box h5 {
margin-left:0Px;
padding-left:0px;
color:#fff!important;
}
