html, body{
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {
}

textarea { 
	resize: none; /* remove textarea resize at Safari */
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { 
	clear: both; 
	visibility: hidden; 
}
html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
body {
	background: url(../images/bg.jpg);
	color:#888;
	height:100%;
}

img{
	border:0;
}
form{
	margin:0;
}
a:link,a:visited {
	text-decoration:none;
	color:#F90;
}
a:hover {
	color:#FFF;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr.headerTB{
	background:#CCC url(../images/hbg.png) repeat-x;
	font-weight:bold;
}
td{
	padding:2px 2px 2px 4px;
}
.red{
	color:#FF0000;
}
.textbox{
	border:1px solid #CCC;
}
.textarea{
}
.select{
}
fieldset{
padding:10px;
margin:5px;
}
.s{
		font-size:11px;
}
.sm{
		font-size:10px;
}
.button{
	background:#EFEFEF url(../images/btbg.png) repeat-x top;
	border:1px solid #AAA;
	padding:2px 6px 3px 6px;
	margin-left:0px;
	color:#333;
}
.button:hover{
	background:#EFEFEF url(../images/btbg.png) repeat-x top;
	border:1px solid #666;
	color:#000;
	padding:2px 6px 3px 6px;
}
b{
	color:#666;
}
h1,h2,h3,h4,h5{
	padding:0;
	margin:0;
	color:#F90;
}
h1{
	font-size:18px;
	font-weight:normal;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
h4{
	font-size:13px;
}
h5{
	font-size:12px;
}
p{
	padding:0;
	margin:10px 0 10px 0;
}

 img, div, input { behavior: url("iepngfix.htc") }