/* ------------------------------------------------------------------------------ */
/* Overwrite default html formatting for main page elements                       */
/* ------------------------------------------------------------------------------ */
body, table, tr, td, form, input, select, textarea, h1, h2, h3, h4, h5, div, font, a, div, li, select, option
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

body{
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  color:#000000;
}

h1, .heading-1{
  color: #3333CC;
  font-weight: bold;
  font-size: medium;
}

h2, .heading-2{
  color: #3333CC;
  font-weight: bold;
  font-size: small;
}

h3,.heading-3{
  color: #3333CC;
  font-weight: normal;
  font-size: small;
}


#td_logo{
  width:185px;
  background-color: #FFFFE6;
}


#td_header{
  background-color: #007FFF;
}


#td_banner{
  background-color: #0000BD;
  color: #FFFFFF;
  font-size:small;
  height:25px;
  font-weight: bold;
}


#td_left{
  width:185px;
  background-color: #FFFFE5;
  color:#000000;
  font-weight: bold;

}


#td_main{
    background-color: #FFFFFF;
    color:#000000;
}


#td_right{
  background-color: #E5F2FF;
  width:185px;
}

#td_newsFeed{
  background-color: #0000BD;
  color:#FFFFFF;
  font-weight: bold;
}


img.menu_bullet{
  margin-right:10px;
  margin-left: 10px;
  margin-top: 5px;
}

img.menu_right_bullet{
  margin-right:10px;
  margin-top: 5px;
}

img.bullet{
  margin-right:10px;
  margin-left: 0px;
  margin-top: 5px;
}

.BlueBold{
  color: #3333CC;
  text-decoration: none;
  font-weight: bold;
  font-size: small;
  align:justify;
}

.BlackBold{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: small;
  align:justify;
}

.searchText{
  margin-right:10px;
  margin-left: 10px;
}

a.a_left, a.a_left:visited,a.a_left:hover,a.a_left:active{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}


a.a_left:hover{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

a.a_blue, a.a_blue:visited,a.a_blue:hover,a.a_blue:active{
  color: #333CCC;
  text-decoration: none;
  font-weight: bold;
}


a.a_blue:hover{
  color: #333CCC;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}


a.a_black, a.a_black:visited,a.a_blacke:hover,a.a_black:active{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}


a.a_black:hover{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

.a_stroke{
   color: #333CCC;
   font-size: small;
}

.a_accessability:link{
  color: #333CCC;
  text-decoration: underline;
  font-size: small;
}
.a_accessability:visited {
  color: #333CCC;
  text-decoration: underline;
  font-size: small;
}
.a_accessability:hover
  color: #333CCC;
  text-decoration: underline;
  font-size: small;
}
.a_accessability:active
  color: #333CCC;
  text-decoration: underline;
  font-size: small;
}

font.blackupperbold{
  color: #000000;
  font-weight: bold;
  font-size: small;	
  text-transform: uppercase;
}


font.bluelargebold{
  color: #3333CC;
  font-weight: bold;
  font-size: medium;
}

a.bluebold, a.bluebold:hover, a.bluebold:visited,a.bluebold:active{
  color: #3333CC;
  text-decoration: underline;
  font-weight: bold;
}


a.bluelargebold, a.bluelargebold:hover,a.bluelargebold:active, a.bluelargebold:visited{
  color: #3333CC;
  text-decoration: underline;
  font-weight: bold;
  font-size: medium;
}


a.justblue, a.justblue:hover,a.justblue:active, a.justblue:visited{
  color: #3333CC;
  text-decoration: underline;
}

ul.style1{
	list-style-type:none;
	list-style-position: outside;
}

ul.style2{
	list-style-type:square;	
}

ul.style3{
	list-style-type:none;
	list-style-position: outside;
	list-style-image:url(/content/resources/images/MenuBullet.gif);
}

ol.style1{
	list-style-type:decimal;
}

ol.style2{

}

ol.style3{

}
