body {
	height: 100%;
	width: 100%;
	margin: 0px auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.style1 {
				font-family: Tahoma, sans-serif;
}
.style5 {
				font-size: xx-small;
				color: #FFFFFF;
				font-family: Arial, Helvetica, Sans-Serif;
				background-color: #F1EEED;
}

.style6 {
				border-color: #BBBBBB;
				border-width: 0;
}
.style8 {
				border: 0px solid #BBBBBB;
				font-size: medium;
				color: #AAAAAA;
				font-family: Arial, Helvetica, Sans-Serif;
				background-color: #F1EEED;
				text-align: center;
}
.style11 {
				text-align: center;
				  
}
.style23 {
				border-width: 0;
				font-family: Arial, Helvetica, Sans-Serif;
				font-size: xx-small;
				text-align: center;
				color: #AAAAAA;
}
.style32 {
				text-align: left;
}
.style35 {
				text-align: center;
				margin-right: 30px;
}
.style37 {
				font-family: Tahoma, sans-serif;
				font-size: 7pt;
				color: #BBBBBB;
}
.style38 {
				border: 0px solid #EDEEEF;
				background-color: #F1EEED;
}
.style39 {
				border-style: solid;
				border-width: 1px;
				background-color: #F1EEED;
}
.style41 {
				border: 0 solid #BBBBBB;
				background-color: #F1EEED;
}
.style42 {
				border: 0 solid #BBBBBB;
				font-family: Arial, Helvetica, Sans-Serif;
				font-size: xx-small;
				text-align: center;
				color: #AAAAAA;
				background-color: #F1EEED;
}
.style43 {
				color: #FFFFFF;
}
.style45 {
				border-color: #F1EEED;
				border-width: 0;
				background-color: #F1EEED;
}
.style50 {
				font-size: medium;
				color: #FFFFFF;
				font-family: Arial, Helvetica, Sans-Serif;
				background-color: #F1EEED;
				text-align: center;
}
table.record {
	border: 1px solid #cccccc;
	
	color: #000000;
	font-size: 14px;
	width: 80%;
	margin: 0px auto;
	padding: 0px;
	float: center;
}

.portal {
	border: 1px solid #f1eeed;
	border-collapse: collapse;
}

th.portal_header {
	background-color: #cccccc;
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding: 3px;
}

.styleButton1 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(207, 207, 207)), color-stop(0.79, rgb(252, 252, 252)));
  background-image: -moz-linear-gradient(center bottom, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
  background-image: linear-gradient(to top, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%); 
  padding: 3px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
}


.styleButton2 {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0.5em;
  padding: 0 1.5em;
  border: 1px solid rgba(211,211,211,1);
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  font: normal normal bold 1em/2em Arial, Helvetica, sans-serif;
  color: rgba(114,114,114,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: nowrap;
  background: rgba(234,234,234,1);
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039) ;
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039) ;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}