body{
	margin-left: 10;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: 10;
	background-color: #ffffff;
}

td,input,textarea,select,p{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
}

p{
	margin: 5;
	text-align: justify;
}

a{
	color: #336699;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.b{
	font-weight: bold;
}

.bw{
	color: #ffffff;
	font-weight: bold;
}

.w{
	color: #ffffff;
}

.error{
	color: #ff0000;
	font-weight: bold;
}

.ok{
	color: #0000FF;
	font-weight: bold;
}

.small{
	font-size: 10px;
	font-weight: normal;
}

.large{
	font-size: 12px;
	font-weight: bold;
}

.x{
	color: #ff0000;
}