body {
	text-align: center;
  	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
}
div#formbase {
	width: 650px; 
	padding-left: 30px; 
	padding-right: 30px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	margin: 0 auto;
    /* background: #66CCCC; */
	background: #99CADE; 
	color: #000;
}
div#formbase2 {
  	width:550px;
    /* background: #66CCCC; */
	background: #99CADE; 
  	margin-left:auto;
  	margin-right:auto;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
}

.header {
	position: relative;
	margin-top: 0px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000099;
	border-bottom-color: #000099;
}
.HeaderMeetingTitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
}
.HeaderMeetingDate {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 30px;
}
.HeaderMeetingVenue {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 30px;
}
#left {
	float: left;
	text-align: left;
}
#headerRight {
	float: right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	width: 100px;
	text-align: left;
	color: #000099;
}
.PageBar {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	background-color:#DDDDDD;
	margin-bottom: 20px;
 	}
.PageBarSelected {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	background-color:#FFFFCC;
	margin-bottom: 20px;
	}

.formbody {
	text-align: left;
	font-size: 10px;
	color: #000000; 
	margin-top: 0px;
}

.footer {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}
#footerLeft1 {
	float: left;
	font-size: 10px;
	width: 100px;
}
#footerLeft2 {
	float: left;
	font-size: 10px;
	margin-left: 30px;
}
#footerCredit {
	float: right;
	width: 200px;
	font-size: 10px;
	text-align: right;
}
.button {  
	font-size: 11px;
}
.PageHeader {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}
.Prompt {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #000099; 
	font-size: 12px; 
	font-weight: normal
}
.ActiveInput, .InactiveInput, .ActiveSelect, .InactiveSelect, .ActiveTextarea, .InactiveTextarea, .DisabledInput {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	margin-right: 5px;
	margin-bottom: 5px;
	padding:2px;
}
.ActiveInput, .ActiveSelect, .ActiveTextarea {
	background-color: #FFFFCC;
	border: solid 1px red;
}
.InactiveInput, .InactiveSelect, .InactiveTextarea, .DisabledInput {
	background-color: #FFFFFF;
	border:solid 1px #CCCCCC;
}
.ActiveInput {
	height: 15px;
}
.InactiveInput {
	height: 15px;
}
.DisabledInput {
	height: 15px;
	background-color:#DDDDDD;
}
.label {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 130px;
	top: 3px;
}
.label2 {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 75px;
	top: 3px;
}
#labelOther {
	position: relative; 
	top: -6px; 
	margin-left: 30px; 
	margin-right: 10px; 
	font-size: 10px;
}
.note {
	font-weight: normal;
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	display: block;
	float: right;
	width: 92px;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: dotted 1px #666666;
	border-right: dotted 1px #666666;
	border-bottom: dotted 1px #666666;
	top: 3px;
}
.redstar {
	color: #FF0000;
	font-weight: bold;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.Currency {
	position: relative;
	left: 10px;
	font-weight: bold;
	font-size: 12px;
}
.SectionBox {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border: 1px solid #669999;
	margin-bottom: 15px;
}
.LargerText {
	font-size: 11px;
}
.Spacer {
	padding-left: 50px;
}
.Para {
	margin-top: 5px;
	margin-bottom: 5px;
}
.Container {
	position: relative;
	margin-top: 20px;
}
.Right {
	float: right;
}
#SpecialCode {
	display: none;
	visibility: hidden;
}

