html, body { 
	height : 100%;
	margin : 0px;
	padding : 0px;
}

html {
	font-size : 10pt;
	font-family : Verdana;
}

input {
	font-size : 10pt;
}

h1 {
	font-size : 11pt;
	margin-top : 0px;
	padding-bottom : 2px;
}

h2 {
	font-size : 11pt;
	margin-top : 0px;
	padding-bottom : 2px;
}

h3 {
	font-size : 11pt;
	margin-top : 0px;
	padding-bottom : 2px;
}

.system-header-pane {
	border : 1px solid #BBBBFF;
	margin-right : 5px;
	padding : 4px;
	background-color : #EEEEFF;
	margin-bottom : 5px;
	display : inline-block;
}

.system-header-pane h1 {
	font-size : 11pt;
	border-bottom : 1px solid #BBBBFF;
	color : #000099;
}

.system-pane {
	border : 1px solid #CCCCFF;
	margin-right : 5px;
	padding : 4px;
	background-color : #FCFCFF;
	margin-bottom : 5px;
	color : #000000;
	display : inline-block;
}

.system-pane h1 {
	font-size : 11pt;
	border-bottom : 1px solid #BBBBFF;
	color : #000000;
}

#Submit {
	padding-top : 10px;
	text-align : right;
	padding-right : 10px;
}

#Submit input {
	font-size : 8pt;
}

form div {
	padding-top : 5px;
}

.TextData {
	width : 390px;
	height : 100px;
}

.MediumTextData {
	width : 390px;
	height : 200px;
}

.LongTextData {
	width : 390px;
	height : 300px;
}

.DoubleData {
	text-align : right;
}
