.body{
  background-color : white;
}

.mainArea{
  background-color : #844D0F;
}

.topBlock,.footer{
  background-color : #8B0000;
  color : #A52A2A;
}

.tab_sep{
	background-color : transparent;
}

.content{
	background-color : white;
	color : #A52A2A;
}

.title{
  color: #FFEB79;
  background-color : transparent;
}

p,h2,h3,h4,ul,ol,strong,th,.label,.pageLabel{
  color : #A52A2A;
  font-size: small;
}

.bld{
  color : #A52A2A;
  font-size: medium;
}

.bInp, .bInp:visited{
  color : #A52A2A;
  font-size: small;
  background-color : transparent;
  text-decoration: underline;
}

.bInp:hover{
  color : #595959;
  text-decoration: none;
  background-color : transparent;
}

.cInp,.cInp:visited{
	color : #FFEB79;
  text-decoration: none;
	background-color : transparent;
}

.cInp:hover{
  color : #FFF2A8;
  text-decoration: underline;
  background-color : transparent;
}

.tab{
  color : #FFD700;
  background-color: #186166;
}

.tabSet,.tab:hover{
  color : #186166;
  background-color: white;
}

.underline{
  text-decoration: underline;
}

