/* COMMON
------------------------------------*/

html,body{
	height:100%;
}
body,td,th,input,select,textarea {
	font-family: Arial;
	font-size: 13px;
}
body {
	margin: 0px;
	background-color:#F0F0F0;
	color:white;
	/*overflow:hidden;*/
}

input,select,textarea{
	border:1px solid #ccc;
	padding:6px;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:160%;
}
h2{
	font-size:135%;
}
h3{
	font-size:120%;
}
a:link, a:visited{
	font-weight: bold;
	color: white;
	text-decoration:underline;
}
a:hover{
	color: #CCCCCC;
}
a img{
	border:none;
}
table{
	margin-bottom:10px;
}
ul,ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
img{
	border:none;
}

/* EXTAS
------------------------------------*/

.clear{clear:both;}
.off{display:none;}
.on{}
ins{display:none;}
.f-left{float:left;}
.f-right{float:right;}


