/* Neutralization Code: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100.01% Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* Miscellaneous conveniences: */

form label {
	cursor: pointer;
}
fieldset, img 
{
	border: none;
}
input, select, textarea 
{
	font: 100.01% Arial, Verdana, Helvetica, sans-serif;
}
.textbox, .dropdownlist
{
	font-family: Arial, Verdana, Sans-Serif;
}
* html img, * html .pngFix
{
	behavior: url(/Behaviours/iepngfix.htc);
}


.scroll
{
	height: 420px;
	overflow-y: scroll;
	position: relative;
}