/* RESET MODULE */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, strong, sub, sup, b, u, i, ol, ul, li, fieldset, form, label, legend, tbody, thead
{
	margin:						0;
	padding:					0;
	border:						0;
	vertical-align:				baseline;
	background:					transparent;
}
/* RESET MODULE END */
body {
	background-color:			white;
	font-family:				Arial,Verdana,Helvetica;
	font-size:					11px;
	color:						black;
	scrollbar-face-color:		#000;
	scrollbar-highlight-color:	#000;
	scrollbar-shadow-color:		#000;
	scrollbar-3dlight-color:	#000;
	scrollbar-arrow-color:		#555;
	scrollbar-track-color:		#333;
	scrollbar-darkshadow-color: #333;
}
html, body {
	height: 100%;
}
table {
	border-collapse:	collapse;
	border-spacing:		0;
}
th, td {
	text-align:			left;
	font-weight:		normal;
	font-size:			12px;
}
td {
	vertical-align:		top;
}
input,
select,
textarea
{
	font-family:		Verdana,Arial,Helvetica;
	font-size:			11px;
}
textarea {
	overflow:			auto;
}
img {
	border:				none;
}
p {
	padding:			5px 0;
}
a, a:visited {
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}
.width100p {
	width: 100%;
}
.png {
	background-image: none !important; behavior: url('png/pngfix.htc');
}
.png-bg {
	behavior: url(png/iepngfix.htc);
}
