body
{
	padding: 0;
	margin: 0;
	background-color: #597FCD;
	background-image: url(images/background.gif);
 	position: relative;
	
}

a
{
	font-family: Verdana, Arial;
	color: #0748a6;
}

a:link
{
	color: #0748a6;
	text-decoration: underline;
}

a:active
{
	color: #0748a6;
	text-decoration: underline;
}

a:visited
{
	color: #0748a6;
	text-decoration: underline;
}

a:hover
{
	color: #ed9932 !important;
	/*background-color: #fff;*/
	text-decoration: underline;
}
a.anchor:link,a.anchor:active,a.anchor:visited,a.anchor:hover{
	color: inherit !important;
	background-color: inherit;
	text-decoration: none;
}

.yellowlink,a.yellowlink:link,a.yellowlink:active,a.yellowlink:visited
{
	color: #ffc;
	font-size: 12px;
}

.yellowlinksmall,a.yellowlinksmall:link,a.yellowlinksmall:active,a.yellowlinksmall:visited
{
	color: #ffc;
	font-size: 10px;
	font-family: Verdana, Arial;
}

.smalltextwhite,a.smalltextwhite:link,a.smalltextwhite:active,a.smalltextwhite:visited
{
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial;
}

.bodytextwhite,a.bodytextwhite:link,a.bodytextwhite:active,a.bodytextwhite:visited
{
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial;
}

.bodytextblue,a.bodytextblue:link,a.bodytextblue:active,a.bodytextblue:visited
{
	color: #00398e;
	font-size: 12px;
	font-family: Verdana, Arial;
	background-image: none;
	
}

.bodytextyellow,a.bodytextyellow:link,a.bodytextyellow:active,a.bodytextyellow:visited
{
	color: #ffc;
	font-size: 12px;
	font-family: Verdana, Arial;
}

.smalltextblue,a.smalltextblue:link,a.smalltextblue:active,a.smalltextblue:visited
{
	color: #0748a6;
	font-size: 10px;
	font-family: Verdana, Arial;
}

.text_main,a.text_main:link,a.text_main:active,a.text_main:visited,label
{
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial;
}

.bodytextorange,a.bodytextorange:link,a.bodytextorange:active,a.bodytextorange:visited
{
	color: #FFD076;
	font-size: 16px;
	font-family: Verdana, Arial;
}

.astericks { color: #FF0000; }

.text_main_input,a.text_main_input:link,a.text_main_input:active,a.text_main_input:visited
{
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial;
}

.ui-widget-header
{
	background: #597fcd none repeat scroll 0 0;
	border: 1px solid #FFD076;
}

.ui-widget-content
{
	background: #FFD076 none repeat scroll 0 0;
	border: 1px solid #728CC3;
}
.ui-widget-overlay {
	background:#FFFFFF none repeat-x scroll 0 0;
	opacity:0.7;
}


#message,#gift_certificates
{
	background-color: #597fcd;
	width: 329px;
	color: white;
	font-family: Verdana,Arial;
	font-size: 14px;
}

#message a,#gift_certificates a
{
	color: #FFD076;
	font-family: Verdana,Arial;
	font-size: 14px;
}

label{
	display: inline;
  	cursor: pointer;
	}
label.required
{
	font-weight:bold;
}


.error{
	color: #FFD076 !important;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.legend{
	color:#FFD076;
	font-weight:bold;
/*
	position: absolute;
	top: -.5em;
	left: .2em;
  	background-color:#1F54A1;
  	border:1px solid #fff;
*/
  }

fieldset
{
	position: relative;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	background-color: #1F54A1;
}
fieldset td{
	color:#fff !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

