html, body { height: 100%; min-height:100%;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	margin:0;
	padding:0;
}
img {
	border:none;
}

#HeaderArea {
	position:relative;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
}
#HeaderArea .logotop {
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	z-index:200;
}
#HeaderArea .purpletop {
	position:absolute;
	color: #FFC802;
	background-color: #0204A4;
	padding:0;
	margin:0;
	height:20px;
	top:0;
	left:0;
	z-index:100;
	width:100%;
}
#HeaderArea .pad{
	position:relative;
	float:left;
	width:232px;
	padding:0;
	margin:0;
}
#HeaderArea .purpletop p{
	margin:0;
	border-right: 1px solid #FFC802;
	font-size: 12px;
	float: left;
	text-decoration: none;
	border-right: 1px solid #FFC802;
	padding: 0.2em 1em;
	z-index:50;
	font-weight: bold;
}
#HeaderArea .purpletop a{
	color:#FFC802;
	text-decoration:none;
}
#HeaderArea .purpletop a:hover{
	text-decoration:underline;
}
#HeaderArea .yellowtop {
	position:absolute;
	width:100%;
	background-color: #FFC802;
	color: #0204A4;
	padding:0;
	margin:0;
	height:40px;
	top:20px;
	left:0;
	z-index:100;
}
#HeaderArea .yellowtop table
{ 
	position: absolute;
	top:5px;
	left: 0;
	color: #0204A4;
	background-color: #FFC802;
	padding:0;
	margin:0;
	z-index:150;
	font-size:11px;
	width:100%;
} 
#HeaderArea .yellowtop td
{ 
	color: #0204A4;
	background-color: #FFC802;
	z-index:150;
	font-size:11px;
	vertical-align:middle;
}
#HeaderArea .yellowtop form {
	padding:0;
	margin:0;
}

#FooterArea {
	position:relative;
	height:60px;
	padding:0;
	margin:0;
}
#FooterArea .logobtm {
	position:absolute;
	top:0;
	right:0;
	padding:0;
	margin:0;
	z-index:200;
}
#FooterArea .purpletop {
	position:absolute;
	color: #FFC802;
	background-color: #0204A4;
	padding:0;
	margin:0;
	height:20px;
	top:0;
	left:0;
	z-index:100;
	width:100%;
}
#FooterArea .purpletop p{
	margin:0;
	border-right: 1px solid #FFC802;
	font-size: 12px;
	float: left;
	text-decoration: none;
	border-right: 1px solid #FFC802;
	padding: 0.2em 1em;
	z-index:50;
	font-weight: bold;
}
#FooterArea .purpletop a{
	color:#FFC802;
	text-decoration:none;
}
#FooterArea .purpletop a:hover{
	text-decoration:underline;
}
#FooterArea .yellowtop {
	position:absolute;
	background-color: #FFC802;
	color: #0204A4;
	padding:0;
	margin:0;
	height:40px;
	top:20px;
	left:0;
	width:100%;
	z-index:100;
	vertical-align:middle;
	text-align: left;
}
#FooterArea .yellowtop p{
	position:relative;
	padding:0;
	margin:0;
	top:5px;
	left:5px;
	z-index:100;
	font-size:10px;
	text-align: left;
}
#FooterArea YellowBottomLine {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background-color:#FFC802;
	color:#0204A4;
	font-size:11px;
	margin:0;
	padding:5px 0 5px 0;
	text-align:left;
	text-indent:10px;
	font-weight:bold;
}
#FooterArea YellowBottomLine a{
	text-decoration:none;
	color:#0204A4;
}
#FooterArea .YellowBottomLine a:hover {
	text-decoration:underline;
	color:#0204A4;
}

#ScreenMiddle {
	position:relative;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	visibility: visible;
	height:100%;
	overflow:visible;
	clear:both;
	width:800px;
}

#ScreenMiddle table {
	font-size: 10px;
	font-weight: normal;
}
#ScreenMiddle .mess1{
	font-size: 14px;
	text-align:left;
	text-indent:10px;
}
#ScreenMiddle .errormessage{
	font-size: 14px;
	text-align:left;
	text-indent:10px;
	color:#FF0000;
}
#ScreenMiddle .LeftBar{
	position:absolute;
	width:150px;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#F0F0F0;
	height:100px;
}
#ScreenMiddle .LeftBar img {
}
#ScreenMiddle .LeftBar a {
	text-decoration:none;
	color:#3006A7;
	text-align:center;
}
#ScreenMiddle .LeftBar a:hover {
	text-decoration:underline;
	color:#FF0000;
	text-align:center;
}
#ScreenMiddle .MiddleBar {
	position:absolute;
	left:150px;
	padding:0;
	margin:0;
	width:200px;
	height:100%;
}
#ScreenMiddle .MiddleBar img {
	padding:5px;
}
#ScreenMiddle .MiddleBar a {
	color:#0204A4;
	text-decoration:none;
}
#ScreenMiddle .MiddleBar a:hover {
	color:red;
	text-decoration:underline;
}
#ScreenMiddle .MiddleBar .Block {
	text-align:center;
	padding:10px;
}
#ScreenMiddle .MiddleBar .Block .Header {
	padding:0;
	margin:0;
	text-align:center;
	font-size:16px;
}
#ScreenMiddle .MiddleBar .Block .Footer {
	padding:0;
	margin:0;
	font-size:12px;
	text-align:center;
}
#ScreenMiddle .MiddleBar .BottomLine {
	position:relative;
	font-size:14px;
	text-align:center;
	padding:0;
	margin:10px;
 	width:100%;
	color:#0204A4;
}
#ScreenMiddle .MiddleBar table {
	width:100%;
	color:#0204A4;
}
#ScreenMiddle .MiddleBar td {
	vertical-align:top;
}

#ScreenMiddle .Links {
	position:relative;
	color:#3006A7;
	font-size:12px;
	margin:0;
	padding:5px 0 5px 0;
	text-align:left;
	text-indent:10px;
}

#ScreenMiddle .Links a{
	text-decoration:none;
	color:#3006A7;
}

#ScreenMiddle .Links a:hover{
	text-decoration:underline;
	color:#FF0000;
}

#ScreenMiddle .mess2{
	font-size: 16px;
	text-align:center;
	padding::20px;
	margin:20px;
}

#PurpleTopLine {
	position:relative;
	left:0;
	top:0;
	width:100%;
	color:#FFC802;
	background-color:#0204A4;
	font-size:11px;
	margin:0;
	padding:5px 0 5px 0;
	text-align:left;
	text-indent:10px;
	font-weight:bold;
}
#PurpleTopLine a{
	text-decoration:none;
	color:#FFC802;
}
#PurpleTopLine a:hover {
	text-decoration:underline;
	color:#FFC802;
}

#YellowBottomLine {
	position:relative;
	left:0;
	top:0;
	width:100%;
	background-color:#FFC802;
	color:#0204A4;
	font-size:11px;
	margin:0;
	padding:5px 0 5px 0;
	text-align:left;
	text-indent:10px;
	font-weight:bold;
}
#YellowBottomLine a{
	text-decoration:none;
	color:#0204A4;
}
#YellowBottomLine a:hover {
	text-decoration:underline;
	color:#0204A4;
}

#HeaderBar {
	position:relative;
	color:#0204A4;
	font-size:20px;
	font-weight:bold;
	padding:10px;
	text-indent:20px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	margin:0;
	padding:0;
}
img {
	border:none;
}

#RightScreen {
	position:relative;
	top:0;
	float:right;
	width:200px;
	padding:10px;
	margin:0;
	font-size:11px;
	background-color:#FFC802;
	color:#3006A7;
	text-align:center;
}

#RightScreen h1{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#RightScreen img{
	padding:5px;
	margin:0;
}

#RightScreen p{
	text-align:justify;
}

#LeftScreen {
	position:relative;
	top:0;
	left:0;
	float:left;
	padding:10px;
	margin:0;
}

#LeftScreen table {
	width:100%;
	vertical-align:middle;
}

#LeftScreen th {
	background-color:#FFC802;
	color:#3006A7;
	font-size:12px;
	font-weight:bolder;
}

#LeftScreen td {
	font-size:9px;
}

#LeftScreen form {
	font-size:9px;
	padding:0;
	margin:0;
}

#LeftScreen .total {
	font-size:12px;
	font-weight:bolder;
}

#LeftScreen h1 {
	font-size:12px;
	font-weight:bolder;
}

#LeftScreen .TitleOut {
	position:relative;
	float:left;
	left:0;
	background-color:#3006A7;
	color:#FFC802;
	font-size:12px;
	font-weight:bolder;
	width:270px;
	height:30px;
	text-align:center;
	padding:0;
	margin:0 5px 5px 0;
}

#LeftScreen .TitleOut_Blank {
	position:relative;
	float:left;
	left:0;
	color:#FFC802;
	font-weight:bolder;
	height:30px;
	text-align:center;
	padding:0;
	margin:0 5px 5px 0;
	font-size:12px;
	width:270px;
}

#LeftScreen .TitleOut2 {
	position:relative;
	float:left;
	left:0;
	background-color:#3006A7;
	color:#FFC802;
	font-size:12px;
	font-weight:bolder;
	width:150px;
	height:30px;
	text-align:center;
	padding:0;
	margin:0 5px 5px 0;
}

#LeftScreen .TitleOut_Blank2 {
	position:relative;
	float:left;
	left:0;
	color:#FFC802;
	font-weight:bolder;
	height:30px;
	text-align:center;
	padding:0;
	margin:0 5px 5px 0;
	font-size:12px;
	width:150px;
}

#LeftScreen .TitleMid {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	padding:0;
	margin:0;
}

#LeftScreen .TitleIn {
	position:relative;
	top:-50%;
	text-align:left;
	padding:0 0 0 10px;
	margin:0;
}

#LeftScreen .InputOut {
	position:relative;
	font-size:10px;
	font-weight:bolder;
	vertical-align:middle;
	text-align:left;
	height:30px;
	background-color:#EEEEEE;
	padding:0;
	margin:0 5px 5px 0;
}

#LeftScreen .InputOutText {
	position:relative;
	font-size:10px;
	font-weight:bolder;
	vertical-align:middle;
	text-align:left;
	height:170px;
	background-color:#EEEEEE;
	padding:0;
	margin:0 5px 5px 0;
}

#LeftScreen .InputOutText2 {
	position:relative;
	font-size:12px;
	font-weight:bolder;
	vertical-align:middle;
	text-align:left;
	height:190px;
	background-color:#EEEEEE;
	padding:0;
	margin:0 5px 5px 0;
}

#LeftScreen .InputMid {
	position:relative;
	position:absolute;
	top:50%;
	left:0;
	padding:0;
	margin:0;
}

#LeftScreen .InputIn {
	position:relative;
	top:-50%;
	padding:0 0 0 10px;
	margin:0;
}

#LeftScreen .InputIn input{
	width:350px;
	height:16px;
}

#LeftScreen .InputIn textarea{
	width:350px;
	height:150px;
}
#LeftScreen .SubButton {
	position:relative;
	top:0;
	right:0;
	float:right;
}

#LeftScreen .SubButton2 {
	position:relative;
	width:100%;
	text-align:right;
	font-size:14px;
	margin:0 0 5px 0;
}

#ScreenMiddle .Confirm {
	position:relative;
	font-size:14px;
	color:#3006A7;
	margin:0 5% 10px 5%;
}

#ScreenMiddle .Confirm_Right {
	position:relative;
	font-size:14px;
	color:#3006A7;
	margin:25px 5% 10px 5%;
	text-align:right;
}