/* CSS Document */

a:link {
  color: rgb(153,0,0);
}

a:visited {
  color: rgb(204,102,102);
}

a:active {
  color: rgb(255,204,153);
}

.attention {
  color: #FF0000;
}

.indent {
  color: #ff0000;
}

div#sideBarCon h1{
  color:#300;
}

#mainContent h1{
	color:#300;
}
#mainContent h2{
	color:#300;
}


#navWeAccept{
	color:#fff;
}

#regionSelect{
	color:#fff;
}

.topmenulink{
	color:#CFCF9E !important;
}
.topmenulink:hover{
	color:#FFCF31 !important;
}
#pickofthebest{
	background-color: #fdedea;
}

p, li, dl, dt, h3, h4, td, pre{
	color:#200;
}

table#directory .catHead{
	color:#900;
}
table#directory .catHead:hover{
	color:#b00;
}
table#directory .subcat{
	color:#600;
}
table#directory .subcat:hover{
	color:#900;
}

#maincontent h1{
	color: rgb(102,0,0);
}

#maincontent h2{
	color: rgb(153,0,0);
}
