﻿body {
	background-color: #white;
	background-image: url('../images/OAF/bg.jpg');
	background-position: center 10;

	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	color: white;
	font-size: 10pt;	
	margin: 0px;
}
#layout {
	position: relative;
	width: 700px;
	margin: 0px auto;
	background-repeat:no-repeat;
	height: 600px;
	
}
#header {
	background-color: white;
	background-image: url('../images/OAF/header.png');
	background-repeat: repeat-x;  
	height: 40px;
	color: #777777;
	padding-top: 10px;
	text-align: center;
	font-size: 14pt;
	
}
#index {
	background-image: url('../images/OAF/index.png');
	background-repeat: repeat-x;
	color: white;
	height: 50px;
	text-align: center;
	border-top: 1px solid #343434;
	vertical-align: middle;
}
#FormLayout{
	position: relative;
	text-align: left;
	padding: 30px 0px 0px 100px;

}
.txtArea1-hdr{
	background-image:url('../images/OAF/txtArea1-hdr.png');
	background-repeat: no-repeat;
	font-size: 8pt;
	color: yellow;
	padding-left: 20px;
}
.txtArea1 {
	position: relative;
	background-image:url('../images/OAF/txtArea1.png');
	background-repeat: no-repeat;
	height:230px;
	padding-left: 30px;
	
}
.txtArea2 {
	position: relative;
	background-image:url('../images/OAF/txtArea2.png');
	background-repeat: no-repeat;
	height:100px;
	padding-left: 30px;
	
}
#footer {
	background-color: white;
	color: #353535;
	font-size: 8pt;
	font-family: Tahoma;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}