/* CSS Document */

.standardtxtw{
	font-family:"MS Sans Serif";
	font-size: 14px;
	color: #FFFFFF;
}
.headerw{
	font-family:Helvetica;
	font-size: 14px;
	color: #FFFFFF;
}
.headerb{
	font-family:Helvetica;
	font-size: 14px;
	color: #000000;
}
.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;
}
.mainmenu { background-color:#4f81bd ; text-align:center ; display:block;  width:100% ; height:29px; padding:3mm 0 0 0;  }
a:hover.mainmenu { background-color:#D4EDFF ; color:#4f81bd}
a.mainmenu { font-family:Helvetica ; font-size 18px ; color:#FFFFFF ; text-decoration:none; }

