body	{
	background: #fff;
	padding: 0;
	margin: 0 auto;
	font: 80% arial, verdana, sans-serif;
                  color: #000;
	text-align: center;
	margin-top: 0 !important;
	width: 100%;
                  border-top: 0px solid #5074C0;
                  border-bottom: 0px solid #5074C0;

                 SCROLLBAR-FACE-COLOR: #C2CFE0; FONT-SIZE: 10px; SCROLLBAR-HIGHLIGHT-COLOR: #93B1BD;
                 SCROLLBAR-SHADOW-COLOR: #5074C0; COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #93B1BD;
                 SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #e2e4e4;
                 SCROLLBAR-DARKSHADOW-COLOR: #5074C0; SCROLLBAR-BASE-COLOR: #93B1BD; 
}

p	{
	line-height: 1.4em;
	font: 70% arial, verdana, sans-serif;
}
a.button, a.buttonDis {
		display: block;
		background-color: transparent;
		background-image: url(img/button.gif);
		background-repeat: no-repeat;
		width: 103px;
		height: 25px;
		margin: 5px auto;
		padding: 5px 0 0 0;
		text-align: center;
		font-size: 110%;
		font-weight: bold;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		}
a.button:link, a.button:visited {
		background-image: url(img/button.gif);
		color: #002577;
		}
a.button:hover, a.button:active {
		background-image: url(img/button-d.gif);
		background-position: 0 0px;
		color: #FF7200;
		}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-image: url(img/button.gif);
		background-position: 0 0px;
		color: #5F5F5F;
		cursor: default;
		}
INPUT {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; FONT-SIZE: 10pt; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Arial, Tahoma, Verdana
}

.specialSubmit { 

	font-family: Arial, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	background-color: #DFE5EF;
                  background-image: url("bg-button.gif"); 
	border: 0px none;
	cursor: hand;
                  width: 108px;
                  height: 21px;
}

A:link {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	TEXT-DECORATION: none;
}
A:visited {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	TEXT-DECORATION: none;
}
A:hover {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #777777;
	TEXT-DECORATION: none;
}