html
{
	height: 100%;
}
body
{
	margin: 0 auto;
	overflow-y: scroll;
	height: 100%;
	font-size: 76%;
}
.halfleft
{
	border: 1px solid black;
	padding: 5px;
	width: 48%;
	float: left;
}
.halfleft40
{
	border: 1px solid black;
	padding: 5px;
	width: 38%;
	float: left;
}
.halfleft60
{
	border: 1px solid black;
	padding: 5px;
	width: 58%;
	float: left;
}
.halfright
{
	width: 48%;
	float: right;
	border: 1px solid black;
	padding: 5px;
}
.halfright40
{
	width: 38%;
	float: right;
	border: 1px solid black;
	padding: 5px;
}
.halfright60
{
	width: 358%;
	float: right;
	border: 1px solid black;
	padding: 5px;
}
.bottom
{
	vertical-align: bottom;
}
.black
{
	color: black;
}
.blue
{
	color: blue;
}
.green
{
	color: green;
}
.red
{
	color: red;
}
.backblack
{
	background-color: black;
}
.xsmall
{
	font-size: 80%;
}
.small
{
	font-size: 90%;
}
.big
{
	font-size: 1.7em;
}
.normal
{
	font-weight: normal;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.under
{
	text-decoration: underline;
}
.strike
{
	text-decoration: line-through;
}
.fontcenter
{
	text-align: center;
}
.fontjustify
{
	text-align: justify;
}
.fontleft
{
	text-align: left;
}
.fontright
{
	text-align: right;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.noborder
{
	border: none;
}
.spacer
{
	clear: both;
}
*
{
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
a.none
{
	text-decoration: none;
}
a img
{
	text-decoration: none;
}
p img {
	vertical-align: bottom;
}
img
{
	border: none;
}
img.button
{
	cursor: pointer;
}
img.middle
{
	vertical-align: middle;
}
table.tab
{
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0 0;
	width: 95%;
}
table.tab td
{
	border: 1px solid black;
	padding: 2px;
}
table.tab td.noborder
{
	border: 0;
}
table.tab th
{
	text-align: center;
}
.img20
{
	width: 20px;
}
.img25
{
	width: 30px;
	text-align: center;
}
input.imgFormProd
{
	vertical-align: bottom;
}
p#alertJS
{
	text-align: center;
	background-color: lime;
	margin-top: 5px;
}
.fckContent img 
{
	margin-left: 5px;
	margin-right: 5px;
}
div.fckContent p {
	margin-bottom: 3px;
}
.hide {
	display: none;
}
