/* BASE */

body{
	background: #FFF;
	font: 64% Verdana, Arial, Helvetica, sans-serif;
}

body,
table,
tr,
td,
form,
ul,
li,
img{
	margin: 0;
	padding: 0;
	border: 0;
}

ul{
	list-style: none;
}

table{
	border-collapse: collapse;
}

tr{
	vertical-align: top;
}

input, select, textarea,optgroup {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* CLASSES */

.iebug{
	margin-right: -1px;
}

.hidden{
	display: none;
}

.atcenter{
	margin: 0 auto;
}

.textcenter{
	text-align: center;
}

.textleft{
	text-align: left;
}

.textright{
	text-align: right;
}

.uppercase{
	text-transform: uppercase;
}

.floatleft{
	float: left;
}
.clearboth{
	clear: both;
}

.summary{
	font-style: italic;
}

.positionrelative{
	position: relative;
}

/* DIMENSIONS */

.w760px{
	width: 760px;
}
.w700px{
	width: 700px;
}

.w10p{
	width: 10%;
}
.w20p{
	width: 20%;
}
.w30p{
	width: 30%;
}
.w40p{
	width: 40%;
}
.w50p{
	width: 50%;
}
.w60p{
	width: 60%;
}
.w70p{
	width: 70%;
}
.w80p{
	width: 80%;
}
.w90p{
	width: 90%;
}
.w100p{
	width: 100%;
}

.height0{
	line-height: 1px;
}

.sth_gray{
	color:#999;
}

.sth_red{
	font-size:200%;
	color: #C00;
}