/* 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,td,th{
	vertical-align: top;
}

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

/* CLASSES */
.iebug{
	margin-right: -1px;
}
.iebugleft{
	margin-left: -1px;
}

.iebug_dublemargin{
	display: inline;
}

.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;
}

.normal{
	font-weight:normal;
	color: #000;
}

.summary{
	font-weight: normal;
	font-style: italic;
}

.positionrelative{
	position: relative;
}

.image_return{
	margin-bottom: 1em;
}

.help{
	margin-bottom:.5em;
	padding:.5em;
	border: 1px solid #999;
	background: #FFE;
	color:999;
}

.bold{
	font-weight: bold;
}

/* DIMENSIONS */

.w760px{
	width: 760px;
}

.w5p{
	width: 5%;
}
.w10p{
	width: 10%;
}
.w15p{
	width: 15%;
}
.w20p{
	width: 20%;
}
.w30p{
	width: 30%;
}
.w40p{
	width: 40%;
}
.w50p{
	width: 50%;
}
.w60p{
	width: 60%;
}
.w65p{
	width: 65%;
}
.w70p{
	width: 70%;
}
.w75p{
	width: 75%;
}
.w80p{
	width: 80%;
}
.w85p{
	width: 85%;
}
.w90p{
	width: 90%;
}
.w95p{
	width: 95%;
}
.w100p{
	width: 100%;
}

.height0{
	line-height: 1px;
}

.sth_gray{
	color:#999;
}

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