BODY, TD, P {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4B4747;
}

A {
	font: Arial, Helvetica, sans-serif;
	color: #4B4747;
}

A.highlightlink {
	color: blue;
	font-weight: bold;
}

fieldset {
	border: 1px solid #781351;
}

legend {
	color: #FFFFFF;
	background: #46612A ;
	border: 1px solid #781351;
	padding: 2px 6px;
}

/* INPUT.button {
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
} */

INPUT.button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #5AA8CE;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;

    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 4px 8px 5px 6px; /* Links */
}

INPUT.regbutton {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #5AA8CE;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;

    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 4px 8px 5px 6px; /* Links */
}

INPUT.regbutton2 {
    margin: 0 7px 0 0;
    background-color: #5AA8CE;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;

    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 4px 8px 5px 6px; /* Links */
}

/* .HOne {
	font : 15px "Copperplate Gothic", Times, "MS Serif", "New York", serif;
	color : #000000;
} */

.HOne {
	font: 15px Arial, Helvetica, sans-serif;
	color: #000000;
}

.Footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #537431;
}

.popupBox{
	display: block;
	width: 600px;
	position: absolute;
	padding: 2px;
	font-weight: normal;
	color: #000000;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	visibility: hidden;
}

.regLink {
	font: 12px Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
}