/* CSS Document */

a:link {
  color: #336;
}

a:visited {
  color: #55A;
}

a:active {
  color: #ccf;
}

.attention {
  color: #FF0000;
}

.indent {
  color: #ff0000;
}

div#sideBarCon h1{
  color:#003;
}

#mainContent h1{
	color:#003;
}
#mainContent h2{
	color:#003;
}


#navWeAccept{
	color:#fff;
}

#regionSelect{
	color:#fff;
}

.topmenulink{
	color:#8c8c46 !important;
}
.topmenulink:hover{
	color:#ffe051 !important;
}

#pickOfTheBest{
  background-color: #E7F0FF;
  border-color:#E7F0FF;
  }
  
  p, li, dl, dt, h3, h4, td, pre{
	color:#003;
}

table#directory .catHead{
	color:#558;
}
table#directory .catHead:hover{
	color:#88a;
}
table#directory .subcat{
	color:#225;
}
table#directory .subcat:hover{
	color:#558;
}

#maincontent h1{
	color: rgb(23,0,102);
}

#maincontent h2{
	color: rgb(30,0,153);
}
