
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #5ea6ff;
	background-attachment: fixed;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

img 
	{
		behavior: url("pngbehavior.htc");
	    filter:expression(addPngImage(this)); 
	}
	
h1
{
	font-family: AlternateGothicEF NoTwo;
       font-size: 3.0em;
	font-weight: normal;
	color: #D81418;
	display: inline;
}

h2
{
	font-family: AlternateGothicEF NoTwo;
	font-size: 2.4em;
	font-weight: normal;
	color: #083163;
	display: inline;
}

h3
{
	font-family: AlternateGothicEF NoTwo;
	font-size: 1.8em;
	font-weight: normal;
	color: #EB5C12;
	display: inline;
}


body,input
{
	font-family: Verdana;
	font-size: 0.9em;
	color: #000000;
}

a
{
	color: #D81418;
	text-decoration: none;
}

a:hover
{
	   color: #EB5C12;
       text-decoration: none;
}


/* Outer */
.fieldset1 {
	border: 1px solid #104A74;
	/*border: 1px outset #03345C;*/
}

legend {
	font-family: AlternateGothicEF NoTwo;
	font-size: 25pt;
	color: #083163;
	padding: 2px 6px;
}


/* Style for tabs */
.tabs {

}
.tabs li { list-style:none; float:right; }
.tabs ul a {
  /*display:block;*/
  /*padding:0px 10px;*/
  text-decoration:none;
  margin:1px;
  margin-left:0;
  font-family: Georgia;
	font-size: 13pt;
	color: #104A74;
}
.tabs ul {
	margin:0 auto;
	padding:0;
	float:center;
  }
.tabs ul a:hover {
  color:#777;
  /*background:#111;*/
  }
.tabs ul a.selected {
  margin-bottom:0;
  color:#104A74;
  background: #a1dbff;
  border-bottom:1px solid #C5211F;
  cursor:default;
  }
.tabs div {
  padding:0px 0px 8px 0px;
  clear:left;
  background: #FFFFFF;
}
.ui-accordion { margin: 0; padding: 0; list-style-type: none; }
.ui-accordion li { margin:5px; }
.ui-accordion li .ui-accordion-header {
	display: block;
	background-color:#efefef;
	font-family: Georgia;
	font-size: 13pt;
	color: #000033;
	position: relative;
}
.ui-accordion-container {
   width:680px;
}
