body{
	background:#fff url(../images/scheme1/bg2.jpg) repeat-x;
	}
	
th {
	background:#a8b2c5 url(../images/highlight_line.gif) repeat-x scroll 0 0;
}

td.alt {
	background: #eceff5 url(../images/highlight_line.gif) repeat-x scroll 0 0;
	color: #797268;
}

th.specalt {
	background: #eceff5 url(../images/scheme1/bullet1.gif) no-repeat;
	color: #797268;
}

.button{
	background:#a8b2c5 url(../images/highlight_line.gif) repeat-x top left;
}

.button:hover{
	background:#a8b2c5;
}

.buttonRed{
	background:#f8d7da url(../images/highlight_line.gif) repeat-x top left;
	color:#842029;
}

.buttonRed:hover{
	background:#f8d7da;
}

.buttonGreen{
	background:#d1e7dd url(../images/highlight_line.gif) repeat-x top left;
	color:#0f5132;
}

.buttonGreen:hover{
	background:#d1e7dd;
}

.buttonYellow{
	background:#fff3cd url(../images/highlight_line.gif) repeat-x top left;
	color:#664d03;
}

.buttonYellow:hover{
	background:#fff3cd;
}