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;
}
.bold
{
     font-weight: bold;
}
.small
{
    font-size: smaller;
}

.reset
{
    display: block;
    font-size: 0px;
    line-height: 0px;
    height: 0.1px;
    overflow: hidden;
    clear: both;
}

.invisible
{
    display: none;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.margintop
{
    margin-top: 5px;
}
.decnone
{
    text-decoration: none;
}
.input
{
	background-color: #B6B6B6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}