* {
	border: 0px;
	margin: 0px;
	padding:0px;
}

html>body, html, body {
	width: 100%;
	height:100%;

	background: #FDFDFD;
}
body {
	min-width: 1000px;
}

html, body, table, table, td, form, p, div, input, h1, h2, h3, h4, h5, a, a:visited, a:link {
	border: 0px;
	margin: 0px;
	padding:0px;

	color: #525252;
	text-decoration: none;

	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	border-spacing: 0px;
	border-collapse: collapse;
}
/*body {
	width: expression((documentElement.clientWidth<760 || document.body.clientWidth<760)? '760px' : '100%');
}*/
a:hover {
	color: #265BAA;
}


select, textarea {
	border: solid 1px #C7C8CC;
}