/*

	all.css
	ver 3.5
	17/10/2006

*/


html{height: 100%}

body
{
	padding: 0px;
	margin: 0px;
	color: #030;
	font-size: 12pt;
	height: 100%;
}

/* headers */
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px}

/* image */
a img{border:0px}

/* form */
form{padding:0px;margin:0px}
input.check{margin:0px;padding:0px}

/* table */
table{width:100%}
td{vertical-align:top;text-align:left;}

/* anhor */
a{font-size:inherit;	color:inherit}

/* other tags */
label{cursor:pointer;}

/* error */
.error{color:red;font-weight:bold;}
.success{color: green;font-weight: bold;}

/* positions */
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.ac{margin-left:auto;margin-right:auto}
.fleft{float:left}

/* debug */
.br{border: 1px red solid}
.bg{background:yellow}

/* banners */
.banner460x60{width:460px;height:60px;overflow:hidden}
