﻿p{
  margin:2px 0px 2px 0px;
}
hr{
  color:#B4B9BD;
  margin:5px 0px 5px 0px;
}
img{
  border:solid 0px;
}
ul{
  color:#0E82A5; /* FA971F */
  margin-top:0px;
}

/** User Defined Styles **/
.noborder{
  border:solid 0px;
}
.orangetitle{
  color:#FA971F;
  font-size:22px;
  padding:2px 0px 2px 0px;
}
.darkbluetitle{
  color:#455660; /* */
  font-weight:bold;
}
.lightbluetitle{
  color:#8FC0CE;
  font-size:13px;
  font-weight:bold;
}

.mainbg{
  background-color:#EFF7FA;
  text-align:left;
}
.mainbg_topleft{
  width:10px;
  height:11px;
  background-image:url(../images/mainbg_topleft.gif);
  background-repeat:no-repeat;
}
.mainbg_topright{
  width:10px;
  height:11px;
  background-image:url(../images/mainbg_topright.gif);
  background-repeat:no-repeat;
}
.mainbg_left{
  width:10px;
  height:1px;
  background-image:url(../images/mainbg_left.gif);
  background-repeat:repeat-y;
}
.mainbg_right{
  width:10px;
  height:1px;
  background-image:url(../images/mainbg_right.gif);
  background-repeat:repeat-y;
}
.mainbg_botleft{
  width:10px;
  height:11px;
  background-image:url(../images/mainbg_botleft.gif);
  background-repeat:no-repeat;
}
.mainbg_botright{
  width:10px;
  height:11px;
  background-image:url(../images/mainbg_botright.gif);
  background-repeat:no-repeat;
}