body {
  background-color:#FFFFFF;
  margin: 0px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color: #4C4C4C;
  	font-size: 11px;	
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color: #4C4C4C;
  	font-size: 11px;
	background-color:#E8EFF7;
	border:solid 1px #3E4A94;
}

hr {
	color: #A2C0DE;
	height:1px;
}

select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color: #4C4C4C;
  	font-size: 11px;
	background-color:#E8EFF7;
	border:solid 1px #3E4A94;
}

textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color: #4C4C4C;
  	font-size: 11px;
	background-color:#E8EFF7;
	border:solid 1px #3E4A94;
	width:100%;
	height:120px;
	padding:2px;
}

.MainFrame {
	width:100%;
	height:100%;
}

.Row1Col1 {
	height:105px;
}
.Row2Col1 {
	height:20px;
	background-color:#3E4A94;
	border-bottom:solid 2px #FFFFFF;
}
.Row3Col1 {
	height:277px;
	background-color:#DD7F36;
	border-bottom:solid 2px #FFFFFF;
}
.Row4Col1 {
	border-bottom:solid 2px #FFFFFF;
}
.Row5Col1 {
	height:25px;
	background-color:#F4F1EE;
	background-image:url('../images/butterfly.gif');
	background-repeat: repeat-y;
	background-position: left;	
}


.Row1Col2 {
	width:740px;
	height:105px;	
}
.Row2Col2 {
	width:740px;
	height:20px;	
	background-color:#3E4A94;
	border-bottom:solid 2px #FFFFFF;
	border-left:solid 3px #FFFFFF;
	border-right:solid 3px #FFFFFF;			
}
.Row3Col2 {
	width:740px;
	height:277px;	
	border-bottom:solid 2px #FFFFFF;
	border-left:solid 3px #FFFFFF;
	border-right:solid 3px #FFFFFF;	
}
.Row4Col2 {
	width:740px;
	border-left:solid 3px #FFFFFF;
	border-right:solid 3px #FFFFFF;
	border-bottom:solid 2px #FFFFFF;	
}
.Row5Col2 {
	width:740px;
	height:25px;
	background-color:#F4F1EE;
	text-align:right;	
}


.Row1Col3 {
	height:105px;
}
.Row2Col3 {
	height:20px;
	background-color:#3E4A94;
	border-bottom:solid 2px #FFFFFF;	
}
.Row3Col3 {
	height:277px;
	background-color:#DD7F36;
	border-bottom:solid 2px #FFFFFF;
}
.Row4Col3 {
	background-color:#A2C0DE;
	border-bottom:solid 2px #FFFFFF;	
}
.Row5Col3 {
	height:25px;
	background-color:#F4F1EE;
}
#MenuLoc{
	position:relative;
	top:-10px;
	left:98px;
}

.MainContent {
	padding-top:15px;
	padding-left:45px;
}
.FormTdLabel {
	color:#A2C0DE;
	font-weight:bold;
	width:85px;
	vertical-align:top;
	text-align:right;
	padding-bottom:5px;
}
.FormTdContent {
	vertical-align:top;
	padding-bottom:5px;
}
.TextInputSmall {
	padding:2px;
	width=110px;
}
.TextInputLarge {
	padding:2px;
	width=100%;
}