body {
	background-color: White;
	color: Black;
}

body,
table {
	font-family: Verdana, sans-serif;
}

form {
	margin: 0px;
}

img {
	border: 0px;
    margin: 0.2em 0.8em 0.2em 0.8em;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: smaller;
}

.reset {
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0.1px;
	overflow: hidden;
	clear: both;
}

.invisible{
	display: none;
}
.nonvisual{
	display: none;
}
.floatLeft {
    float: left;
}

.floatRight {
 float: right;
}
.margintop {
    margin-top: 5px;
}
.decnone {    
    text-decoration: none;  
} 
