/* FOR ALL PAGES */
html, body {height:100%}
/* body {background: #039;}  */
body {
	background: #FFF;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
body, form, div, p {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0 0 10px 15px;
}
#all {
	height:100%;
	min-width: 980px;	
	width: expression((document.documentElement.clientWidth||document.body.clientWidth)<980?'980px':'100%');
	width: 100%;
}
table {border-collapse: collapse;}
table, img {border: none;}
h1, h2, h3 {
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 0;
}
h1 {font-size: 14px;}
h2 {font-size: 12px;}
h3 {font-size: 11px;}
a:link, a:visited {color: #7DA01F;}
a:hover, a:active {color: #F60;}
a {text-decoration: underline;}