BODY {
	background-color : #FFFFFF;
	color: #61619E;
	font-family: "verdana", "arial", "helvetica";
	font-size: 10px;
}

P {
	font-family: "verdana", "arial", "helvetica";
	font-size: 10px;
}

IMG {
	border-width: 0px;
}

/* hide/show elements */

.disable{ display: none;}
.enable{ display: inline;}

/* Icon Image Backgrounds */

IMG.icon{
	background-color: #920031;
	margin: 1px;
	border: 0px;
}

IMG.icon:hover{
	background-color: #000066;
	border: 0px;
}

/* Text Justify  */

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}