body
{
	margin:0;
	padding:5px;
	background: white;
	
	font:12px Tahoma;
	color:black;
}
a
{
	text-decoration:none;
	color:#EB6C15;
}
a:hover
{
	text-decoration:underline;
}
img {border:0px;}
/*******      FONT     *******/
td {font: inherit;}
.bold{font-weight:bold;}

/******* WIDTH & ALIGN *******/
.w100p {width:100%}
.w66p {width:66%}
.w50p {width:50%}
.w30p {width:30%}
.w33p {width:33%}
.w20p {width:20%}
.w100 {width:100px}
.w150 {width:150px}
.w200 {width:200px}
.w250 {width:250px}
.w300 {width:300px}

.a-left {text-align:left}
.a-center {text-align:center}
.a-justify {text-align:justify}
.a-right {text-align:right}
.a-top {vertical-align:top}
.a-bottom {vertical-align:bottom}

.f-left {float:left}
.f-right {float:right}

.border0 {border: 0px;}
.hidden {display:none;}
/*****************************/
