/* CSS Document */

.standardtxtw{
	font-family:"MS Sans Serif";
	font-size: 14px;
	color: #FFFFFF;
}
.headerw{
	font-family:Helvetica;
	font-size: 14px;
	color: #FFFFFF;
}
.standardtxtb{
	font-family:"MS Sans Serif";
	font-size: 14px;
	color: #000000;
}
.headerb{
	font-family:Helvetica;
	font-size: 14px;
	color: #000000;
}

#queryButton button
{
	background: #4f81bd;
    color: #FFFFFF;
}

#queryButton a
{
	background: #4f81bd;
    color: #FFFFFF;
}

#queryButton button:hover
{
	background: #d4edff;
	color: #000000;
}

#queryButton a:hover
{
	background: #d4edff;
	color: #000000;
}


#queryButton button:active
{
	background: #CCCCCC;
	color: #000000;
}

#queryButton a:active
{
	background: #CCCCCC;
	color: #000000;
}
