body {
  background: #ffffff;
}

body {
	margin:0px;padding:0px;
	margin-left:15px;
	scrollbar-face-color : #E8EEF5;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #ffba64;
	scrollbar-track-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-base-color : #E8EEF5;
}

body,td,li,p,div,a,.txt,h2 {
  font: 12px Arial;
  color: #007b91;
  line-height: 100%;
}

/* ul { margin:0px;padding:0px; }
li { font-size:10px;list-style-type:disc;list-style-position:inside; } */

a:link,a:visited,a:active {
  color: #fe8939;
  text-decoration:underline;
}
a:hover {
	color: #ffba64;
  text-decoration:underline;
}

a.sub:link,a.sub:visited,a.sub:active {
  color: #ffba64;
  text-decoration:none;
  font-weight:bold;
}
a.sub:hover {
	color: #fe8939;
  text-decoration:underline;
  font-weight:bold;
}

a.suba:link,a.suba:visited,a.suba:active {
  color: #fe8939;
  text-decoration:none;
  font-weight:bold;
}
a.suba:hover {
	color: #ffba64;
  text-decoration:underline;
  font-weight:bold;
}

h1,.head {
  font-size: 13px;
  line-height: 100%;
  font-weight:bold;
}

h2,.subhead {
  font-size: 12px;
  font-weight:bold;
  line-height: 100%;
}

.wtxt {
  color: #ffffff;
}

.otxt {
  color: #fe8939;
}

b, strong {
  font-weight: bold;
}

.upp {
  text-transform: uppercase;
}

.error {
	color: #ff0000;
}

.bgw { background-color:#ffffff; }
.bgs { background-color:#e8eef5; }
.bgdots { background:url(../img/side_dots.gif); }

.space10 {
    padding: 10px;
}

.space14 {
    padding: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* styles for forms */
.box {  overflow: auto; font: 12px Arial; border:1px solid #ffffff; width:445px; background-color:#e8eef5; }
.box2 {  color: #007b91;border:1px solid #007b91; width:100px; background-color:#e8eef5; }



