/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D2C63;
}
body {
	background-color: #897E8F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #361A55;
}
a:visited {
	color: #361A55;
}
a:hover {
	color: #7D439A;
}
a:active {
	color: #666666;
}
.style1 {
	font-size: 10px
}
.style2 {
	font-size: 18px;
	font-weight: bold;
	color: #9D8DB4;
}
.style3 {
	color: #8D7BA8
}
.style4 {
	color: #713FB0;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

/*Form Styles*/

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 
  
  /* Loading */

#wrapper { position:fixed; width:100%; height:100%; z-index:100; background-image:url(images/wrapper-bg.png); }
#loading { position:absolute; height:32px; padding-top:8px; width:200px; z-index:200; left:50%; margin-left:-100px; top:50%; margin-top:-20px; text-align:center; color:#000000; font-size:11px; background-image:url(images/loading-bg.png); }

