﻿	body {
		margin:5px 5px 5px 0; 
		background-image: url(images/back_dot.gif);
		font-family: Arial; font-size: 10pt;
	}
	a { color: #5A7F16; }
	p, td, br { font-size:10pt; }
	
	#navArea { 
		padding: 15px 0;
		position: absolute; top:5px; left:0; 
		background-color: #171717; color:white;
	}
	#navArea td { padding-bottom: 15px; text-align:center; font-size:8pt; font-family:"Arial Black", Arial; }
	#navArea div { padding:12px; }
	#navArea a { color:white; text-decoration:none; }

	#mainArea {
		background-image: url(images/nav_back.gif); background-repeat: repeat-y;
		background-color: #e9e7da;
		padding:0 0 0 105px;
		width:650px;
	}

	#brdrArea {
		border-top: solid 3px #d7d3a9; border-right: solid 3px #d7d3a9; border-bottom: solid 3px #d7d3a9;
		min-width:510px;
		min-height:700px;
		padding:0 0 0 10px;
	}

	#topArea {
		background-image: url(images/top2_back.gif); background-repeat: repeat-x;
		height:71px; margin-left:-7px;
		min-width:500px;
	}
	#topLnks { text-align: right; font-size: 8pt; font-family: Tahoma; color: #666666; padding-top: 3; }
	#topLnks a { padding: 5; }

/*	#btmTD { border-right: 3px solid #D7D3A9; border-bottom: 3px solid #D7D3A9; border-left: 3px solid #D7D3A9; } */
	#btmArea { height: 49px; margin:10 0 0 0; background-color: #3c3c3c; color: #E9E7DA; clear: both; text-align: center; }
	#btmArea a { color: white; font-size: 8pt; padding:0 8 0 8; }

	.pgTitle {
		text-align: left;
		font-size: 15pt; font-family: Times New Roman, Serif;
		margin-top: 5px; margin-bottom: 0; margin-left: 2px; margin-right: 20px;
		padding-left: 4px;
		border-bottom: 1px dotted #666666; letter-spacing:2;
	}
	
	.reqfld { font-weight: bold; color:#cc0000; }
	
	.greentxt { color:#737B50; }